Searched refs:numeric_castable_no_operation_object_handlers (Results 1 – 1 of 1) sorted by relevance
198 static zend_object_handlers numeric_castable_no_operation_object_handlers; variable203 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()303 …numeric_castable_no_operation_object_handlers.cast_object = numeric_castable_no_operation_cast_obj… in zend_test_object_handlers_init()
Completed in 4 milliseconds