Home
last modified time | relevance | path

Searched refs:numeric_castable_no_operation_object_handlers (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/zend_test/
H A Dobject_handlers.c198 static zend_object_handlers numeric_castable_no_operation_object_handlers; variable
203 obj->handlers = &numeric_castable_no_operation_object_handlers; in numeric_castable_no_operation_object_create_ex()
302 …memcpy(&numeric_castable_no_operation_object_handlers, &std_object_handlers, sizeof(zend_object_ha… in zend_test_object_handlers_init()
303numeric_castable_no_operation_object_handlers.cast_object = numeric_castable_no_operation_cast_obj… in zend_test_object_handlers_init()

Completed in 5 milliseconds