Skip to content

Commit 11be63c

Browse files
committed
remove unecesarry code
Signed-off-by: Romain Gautier <[email protected]>
1 parent 2f79ae0 commit 11be63c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

v8js_object_export.cc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -675,11 +675,7 @@ v8::Local<v8::Value> v8js_named_property_callback(v8::Isolate *isolate, v8::Loca
675675
ce = scope = object->ce;
676676

677677
/* First, check the (case-insensitive) method table */
678-
#if PHP_VERSION_ID < 80400
679-
php_strtolower(lower, name_len);
680-
#else
681678
zend_str_tolower(lower, name_len);
682-
#endif
683679
method_name = zend_string_init(lower, name_len, 0);
684680

685681
// toString() -> __tostring()

0 commit comments

Comments
 (0)