Searched refs:xsl_object_handlers (Results 1 – 1 of 1) sorted by relevance
31 static zend_object_handlers xsl_object_handlers; variable139 retval.handlers = &xsl_object_handlers; in xsl_objects_new()158 memcpy(&xsl_object_handlers, zend_get_std_object_handlers(), sizeof(zend_object_handlers)); in PHP_INI_END()159 xsl_object_handlers.clone_obj = NULL; in PHP_INI_END()
Completed in 9 milliseconds