Home
last modified time | relevance | path

Searched refs:create_object (Results 1 – 25 of 48) sorted by relevance

12

/PHP-7.0/ext/spl/
H A Dspl_functions.c50 (*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()
/PHP-7.0/ext/intl/normalizer/
H A Dnormalizer_class.c59 ce.create_object = NULL; in normalizer_register_Normalizer_class()
/PHP-7.0/ext/intl/spoofchecker/
H A Dspoofchecker_class.c118 new_obj_val = Spoofchecker_ce_ptr->create_object(Z_OBJCE_P(object)); in spoofchecker_clone_obj()
143 ce.create_object = Spoofchecker_object_create; in spoofchecker_register_Spoofchecker_class()
/PHP-7.0/ext/intl/msgformat/
H A Dmsgformat_class.c77 new_obj = MessageFormatter_ce_ptr->create_object(Z_OBJCE_P(object)); in MessageFormatter_object_clone()
159 ce.create_object = MessageFormatter_object_create; in msgformat_register_class()
/PHP-7.0/ext/simplexml/
H A Dsxe.c211 ce_SimpleXMLIterator->create_object = ce_SimpleXMLElement->create_object; in PHP_MINIT_FUNCTION()
/PHP-7.0/ext/intl/formatter/
H A Dformatter_class.c77 new_obj = NumberFormatter_ce_ptr->create_object(Z_OBJCE_P(object)); in NumberFormatter_object_clone()
191 ce.create_object = NumberFormatter_object_create; in formatter_register_class()
/PHP-7.0/ext/intl/
H A Dintl_error.c241 IntlException_ce_ptr->create_object = zend_ce_exception->create_object; in intl_register_IntlException_class()
/PHP-7.0/ext/intl/dateformat/
H A Ddateformat_class.c88 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()
/PHP-7.0/ext/xsl/
H A Dphp_xsl.h90 ce.create_object = xsl_objects_new; \
/PHP-7.0/ext/com_dotnet/
H A Dcom_extension.c372 ce.create_object = php_com_object_new; in PHP_MINIT_FUNCTION()
377 ce.create_object = php_com_object_new; in PHP_MINIT_FUNCTION()
385 ce.create_object = php_com_object_new; in PHP_MINIT_FUNCTION()
/PHP-7.0/ext/intl/transliterator/
H A Dtransliterator_class.c151 ret_val = Transliterator_ce_ptr->create_object( Z_OBJCE_P( object ) ); in Transliterator_clone_obj()
349 ce.create_object = Transliterator_object_create; in transliterator_register_Transliterator_class()
/PHP-7.0/Zend/
H A Dzend_exceptions.c880 zend_ce_exception->create_object = zend_default_exception_new; in zend_register_default_exception()
893 zend_ce_error_exception->create_object = zend_error_exception_new; in zend_register_default_exception()
898 zend_ce_error->create_object = zend_default_exception_new; in zend_register_default_exception()
911 zend_ce_parse_error->create_object = zend_default_exception_new; in zend_register_default_exception()
915 zend_ce_type_error->create_object = zend_default_exception_new; in zend_register_default_exception()
919 zend_ce_arithmetic_error->create_object = zend_default_exception_new; in zend_register_default_exception()
923 zend_ce_division_by_zero_error->create_object = zend_default_exception_new; in zend_register_default_exception()
H A Dmicro_bench.php163 function create_object($n) { function
338 create_object(N);
H A DOBJECTS2_HOWTO16 2. Overriding create_object handler for class. E.g.:
21 The create_object handler function should create a new zval, create
H A Dzend.h164 zend_object* (*create_object)(zend_class_entry *class_type); member
/PHP-7.0/ext/intl/locale/
H A Dlocale_class.c109 ce.create_object = NULL; in locale_register_Locale_class()
/PHP-7.0/ext/standard/
H A Dincomplete_class.c119 incomplete_class.create_object = php_create_incomplete_object; in php_create_incomplete_class()
/PHP-7.0/ext/intl/collator/
H A Dcollator_class.c136 ce.create_object = Collator_object_create; in collator_register_Collator_class()
/PHP-7.0/ext/intl/breakiterator/
H A Dbreakiterator_iterators.cpp239 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()
H A Dbreakiterator_class.cpp107 ret_val = BreakIterator_ce_ptr->create_object(Z_OBJCE_P(object)); in BreakIterator_clone_obj()
325 ce.create_object = BreakIterator_object_create; in breakiterator_register_BreakIterator_class()
/PHP-7.0/ext/dom/
H A Dphp_dom.h134 ce.create_object = dom_objects_new; \
/PHP-7.0/ext/intl/timezone/
H A Dtimezone_class.cpp232 ret_val = TimeZone_ce_ptr->create_object(Z_OBJCE_P(object)); in TimeZone_clone_obj()
491 ce.create_object = TimeZone_object_create; in timezone_register_IntlTimeZone_class()
/PHP-7.0/ext/intl/calendar/
H A Dcalendar_class.cpp88 ret_val = Calendar_ce_ptr->create_object(Z_OBJCE_P(object)); in Calendar_clone_obj()
464 ce.create_object = Calendar_object_create; in calendar_register_IntlCalendar_class()
/PHP-7.0/ext/mysqli/
H A Dphp_mysqli_structs.h236 ce.create_object = mysqli_objects_new; \
/PHP-7.0/ext/intl/common/
H A Dcommon_enum.cpp318 ce.create_object = IntlIterator_object_create; in intl_register_IntlIterator_class()

Completed in 179 milliseconds

12