Home
last modified time | relevance | path

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

/php-src/ext/zend_test/
H A Dobject_handlers.c126 static zend_object_handlers long_castable_no_operation_object_handlers; variable
131 obj->handlers = &long_castable_no_operation_object_handlers; in long_castable_no_operation_object_create_ex()
292 …memcpy(&long_castable_no_operation_object_handlers, &std_object_handlers, sizeof(zend_object_handl… in zend_test_object_handlers_init()
293 long_castable_no_operation_object_handlers.cast_object = long_castable_no_operation_cast_object; in zend_test_object_handlers_init()

Completed in 16 milliseconds