Searched refs:create_object (Results 1 – 25 of 40) sorted by relevance
12
50 (*ppce)->create_object = obj_ctor; in spl_register_std_class()65 (*ppce)->create_object = obj_ctor; in spl_register_sub_class()67 (*ppce)->create_object = parent_ce->create_object; in spl_register_sub_class()
60 ce.create_object = NULL; in normalizer_register_Normalizer_class()
130 new_obj_val = Spoofchecker_ce_ptr->create_object(Z_OBJCE_P(object) TSRMLS_CC); in spoofchecker_clone_obj()155 ce.create_object = Spoofchecker_object_create; in spoofchecker_register_Spoofchecker_class()
87 new_obj_val = MessageFormatter_ce_ptr->create_object(Z_OBJCE_P(object) TSRMLS_CC); in MessageFormatter_object_clone()169 ce.create_object = MessageFormatter_object_create; in msgformat_register_class()
203 ce_SimpleXMLIterator->create_object = ce_SimpleXMLElement->create_object; in PHP_MINIT_FUNCTION()
95 new_obj_val = IntlDateFormatter_ce_ptr->create_object(Z_OBJCE_P(object) TSRMLS_CC); in IntlDateFormatter_object_clone()194 ce.create_object = IntlDateFormatter_object_create; in dateformat_register_IntlDateFormatter_class()
89 new_obj_val = NumberFormatter_ce_ptr->create_object(Z_OBJCE_P(object) TSRMLS_CC); in NumberFormatter_object_clone()203 ce.create_object = NumberFormatter_object_create; in formatter_register_class()
81 ce.create_object = xsl_objects_new; \
364 ce.create_object = php_com_object_new; in PHP_MINIT_FUNCTION()369 ce.create_object = php_com_object_new; in PHP_MINIT_FUNCTION()377 ce.create_object = php_com_object_new; in PHP_MINIT_FUNCTION()
760 ce.create_object = helper_new; in php_com_persist_minit()
101 ce.create_object = NULL; in locale_register_Locale_class()
165 ret_val = Transliterator_ce_ptr->create_object( Z_OBJCE_P( object ) TSRMLS_CC ); in Transliterator_clone_obj()402 ce.create_object = Transliterator_object_create; in transliterator_register_Transliterator_class()
144 ce.create_object = Collator_object_create; in collator_register_Collator_class()
122 incomplete_class.create_object = php_create_incomplete_object; in php_create_incomplete_class()
163 function create_object($n) { function338 create_object(N);
16 2. Overriding create_object handler for class. E.g.:21 The create_object handler function should create a new zval, create
792 default_exception_ce->create_object = zend_default_exception_new; in zend_register_default_exception()806 error_exception_ce->create_object = zend_error_exception_new; in zend_register_default_exception()
423 zend_ce_closure->create_object = zend_closure_new; in zend_register_closure_ce()
129 ce.create_object = dom_objects_new; \
762 ce.create_object = dom_nnodemap_objects_new; in PHP_MINIT_FUNCTION()772 ce.create_object = dom_nnodemap_objects_new; in PHP_MINIT_FUNCTION()900 ce.create_object = dom_xpath_objects_new; in PHP_MINIT_FUNCTION()
243 ce.create_object = mysqli_objects_new; \
431 ce.create_object = ResourceBundle_object_create; in resourcebundle_register_class()
221 _finfo_class_entry.create_object = finfo_objects_new; in PHP_MINIT_FUNCTION()
4261 if (ce->create_object != NULL) { in ZEND_METHOD()6080 _reflection_entry.create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()6086 _reflection_entry.create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()6093 _reflection_entry.create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()6099 _reflection_entry.create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()6112 _reflection_entry.create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()6122 _reflection_entry.create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()6126 _reflection_entry.create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()6138 _reflection_entry.create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()6144 _reflection_entry.create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
2252 ce.create_object = php_sqlite3_object_new;2258 ce.create_object = php_sqlite3_stmt_object_new;2264 ce.create_object = php_sqlite3_result_object_new;
Completed in 81 milliseconds