Home
last modified time | relevance | path

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

/php-src/ext/zend_test/
H A Dobject_handlers.c162 static zend_object_handlers float_castable_no_operation_object_handlers; variable
167 obj->handlers = &float_castable_no_operation_object_handlers; in float_castable_no_operation_object_create_ex()
297 …memcpy(&float_castable_no_operation_object_handlers, &std_object_handlers, sizeof(zend_object_hand… in zend_test_object_handlers_init()
298 float_castable_no_operation_object_handlers.cast_object = float_castable_no_operation_cast_object; in zend_test_object_handlers_init()

Completed in 4 milliseconds