Searched refs:create_object (Results 1 – 25 of 51) sorted by relevance
123
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()
59 ce.create_object = NULL; in normalizer_register_Normalizer_class()
111 new_obj_val = Spoofchecker_ce_ptr->create_object(Z_OBJCE_P(object)); in spoofchecker_clone_obj()136 ce.create_object = Spoofchecker_object_create; in spoofchecker_register_Spoofchecker_class()
70 new_obj = MessageFormatter_ce_ptr->create_object(Z_OBJCE_P(object)); in MessageFormatter_object_clone()152 ce.create_object = MessageFormatter_object_create; in msgformat_register_class()
211 ce_SimpleXMLIterator->create_object = ce_SimpleXMLElement->create_object; in PHP_MINIT_FUNCTION()
70 new_obj = NumberFormatter_ce_ptr->create_object(Z_OBJCE_P(object)); in NumberFormatter_object_clone()184 ce.create_object = NumberFormatter_object_create; in formatter_register_class()
241 IntlException_ce_ptr->create_object = zend_ce_exception->create_object; in intl_register_IntlException_class()
88 new_obj = IntlDateFormatter_ce_ptr->create_object(Z_OBJCE_P(object)); in IntlDateFormatter_object_clone()196 ce.create_object = IntlDateFormatter_object_create; in dateformat_register_IntlDateFormatter_class()
90 ce.create_object = xsl_objects_new; \
829 zend_ce_exception->create_object = zend_default_exception_new; in zend_register_default_exception()842 zend_ce_error_exception->create_object = zend_error_exception_new; in zend_register_default_exception()847 zend_ce_error->create_object = zend_default_exception_new; in zend_register_default_exception()860 zend_ce_parse_error->create_object = zend_default_exception_new; in zend_register_default_exception()864 zend_ce_type_error->create_object = zend_default_exception_new; in zend_register_default_exception()868 zend_ce_argument_count_error->create_object = zend_default_exception_new; in zend_register_default_exception()872 zend_ce_arithmetic_error->create_object = zend_default_exception_new; in zend_register_default_exception()876 zend_ce_division_by_zero_error->create_object = zend_default_exception_new; in zend_register_default_exception()
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
143 ret_val = Transliterator_ce_ptr->create_object( Z_OBJCE_P( object ) ); in Transliterator_clone_obj()338 ce.create_object = Transliterator_object_create; in transliterator_register_Transliterator_class()
375 ce.create_object = php_com_object_new; in PHP_MINIT_FUNCTION()382 ce.create_object = php_com_object_new; in PHP_MINIT_FUNCTION()392 ce.create_object = php_com_object_new; in PHP_MINIT_FUNCTION()
109 ce.create_object = NULL; in locale_register_Locale_class()
120 incomplete_class.create_object = php_create_incomplete_object; in php_create_incomplete_class()
129 ce.create_object = Collator_object_create; in collator_register_Collator_class()
239 zend_object *retval = IntlIterator_ce_ptr->create_object(ce); in IntlPartsIterator_object_create()312 IntlPartsIterator_ce_ptr->create_object = IntlPartsIterator_object_create; in breakiterator_register_IntlPartsIterator_class()
107 ret_val = BreakIterator_ce_ptr->create_object(Z_OBJCE_P(object)); in BreakIterator_clone_obj()318 ce.create_object = BreakIterator_object_create; in breakiterator_register_BreakIterator_class()
134 ce.create_object = dom_objects_new; \
206 zend_test_class->create_object = zend_test_class_new; in PHP_MINIT_FUNCTION()
232 ret_val = TimeZone_ce_ptr->create_object(Z_OBJCE_P(object)); in TimeZone_clone_obj()506 ce.create_object = TimeZone_object_create; in timezone_register_IntlTimeZone_class()
88 ret_val = Calendar_ce_ptr->create_object(Z_OBJCE_P(object)); in Calendar_clone_obj()457 ce.create_object = Calendar_object_create; in calendar_register_IntlCalendar_class()
232 ce.create_object = mysqli_objects_new; \
318 ce.create_object = IntlIterator_object_create; in intl_register_IntlIterator_class()
Completed in 34 milliseconds