Home
last modified time | relevance | path

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

/dports/databases/pecl-cassandra/php-driver-61faee0/ext/src/
H A DExecutionOptions.c248 static zend_object_handlers php_driver_execution_options_handlers; variable
304 …memcpy(&php_driver_execution_options_handlers, zend_get_std_object_handlers(), sizeof(zend_object_… in php_driver_define_ExecutionOptions()
305 php_driver_execution_options_handlers.get_properties = php_driver_execution_options_properties; in php_driver_define_ExecutionOptions()
306 php_driver_execution_options_handlers.compare_objects = php_driver_execution_options_compare; in php_driver_define_ExecutionOptions()
307 php_driver_execution_options_handlers.clone_obj = NULL; in php_driver_define_ExecutionOptions()