Home
last modified time | relevance | path

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

/php-src/ext/zend_test/
H A Dobject_handlers.c23 static zend_object_handlers donc_object_handlers; variable
28 obj->handlers = &donc_object_handlers; in donc_object_create_ex()
286 memcpy(&donc_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in zend_test_object_handlers_init()
287 donc_object_handlers.do_operation = donc_do_operation; in zend_test_object_handlers_init()

Completed in 6 milliseconds