Home
last modified time | relevance | path

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

123

/PHP-7.4/ext/spl/
H A Dspl_functions.c48 (*ppce)->create_object = obj_ctor; in spl_register_std_class()
63 (*ppce)->create_object = obj_ctor; in spl_register_sub_class()
65 (*ppce)->create_object = parent_ce->create_object; in spl_register_sub_class()
/PHP-7.4/ext/intl/normalizer/
H A Dnormalizer_class.c68 ce.create_object = NULL; in normalizer_register_Normalizer_class()
/PHP-7.4/ext/intl/spoofchecker/
H A Dspoofchecker_class.c119 new_obj_val = Spoofchecker_ce_ptr->create_object(Z_OBJCE_P(object)); in spoofchecker_clone_obj()
144 ce.create_object = Spoofchecker_object_create; in spoofchecker_register_Spoofchecker_class()
/PHP-7.4/ext/intl/msgformat/
H A Dmsgformat_class.c70 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()
/PHP-7.4/ext/simplexml/
H A Dsxe.c201 ce_SimpleXMLIterator->create_object = ce_SimpleXMLElement->create_object; in PHP_MINIT_FUNCTION()
/PHP-7.4/ext/intl/formatter/
H A Dformatter_class.c70 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()
/PHP-7.4/ext/intl/
H A Dintl_error.c241 IntlException_ce_ptr->create_object = zend_ce_exception->create_object; in intl_register_IntlException_class()
/PHP-7.4/ext/xsl/
H A Dphp_xsl.h88 ce.create_object = xsl_objects_new; \
/PHP-7.4/ext/intl/dateformat/
H A Ddateformat_class.c87 new_obj = IntlDateFormatter_ce_ptr->create_object(Z_OBJCE_P(object)); in IntlDateFormatter_object_clone()
195 ce.create_object = IntlDateFormatter_object_create; in dateformat_register_IntlDateFormatter_class()
/PHP-7.4/Zend/
H A Dzend_exceptions.c838 zend_ce_exception->create_object = zend_default_exception_new; in zend_register_default_exception()
851 zend_ce_error_exception->create_object = zend_error_exception_new; in zend_register_default_exception()
856 zend_ce_error->create_object = zend_default_exception_new; in zend_register_default_exception()
869 zend_ce_compile_error->create_object = zend_default_exception_new; in zend_register_default_exception()
873 zend_ce_parse_error->create_object = zend_default_exception_new; in zend_register_default_exception()
877 zend_ce_type_error->create_object = zend_default_exception_new; in zend_register_default_exception()
881 zend_ce_argument_count_error->create_object = zend_default_exception_new; in zend_register_default_exception()
885 zend_ce_arithmetic_error->create_object = zend_default_exception_new; in zend_register_default_exception()
889 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 Dzend_weakrefs.c197 zend_ce_weakref->create_object = zend_weakref_new; in zend_register_weakref_ce()
/PHP-7.4/ext/com_dotnet/
H A Dcom_extension.c316 ce.create_object = php_com_object_new; in PHP_MINIT_FUNCTION()
323 ce.create_object = php_com_object_new; in PHP_MINIT_FUNCTION()
331 ce.create_object = php_com_object_new; in PHP_MINIT_FUNCTION()
/PHP-7.4/ext/intl/transliterator/
H A Dtransliterator_class.c142 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()
/PHP-7.4/ext/intl/collator/
H A Dcollator_class.c127 ce.create_object = Collator_object_create; in collator_register_Collator_class()
/PHP-7.4/ext/intl/locale/
H A Dlocale_class.c107 ce.create_object = NULL; in locale_register_Locale_class()
/PHP-7.4/ext/standard/
H A Dincomplete_class.c119 incomplete_class.create_object = php_create_incomplete_object; in php_create_incomplete_class()
/PHP-7.4/ext/intl/breakiterator/
H A Dbreakiterator_iterators.cpp236 zend_object *retval = IntlIterator_ce_ptr->create_object(ce); in IntlPartsIterator_object_create()
308 IntlPartsIterator_ce_ptr->create_object = IntlPartsIterator_object_create; in breakiterator_register_IntlPartsIterator_class()
H A Dbreakiterator_class.cpp108 ret_val = BreakIterator_ce_ptr->create_object(Z_OBJCE_P(object)); in BreakIterator_clone_obj()
316 ce.create_object = BreakIterator_object_create; in breakiterator_register_BreakIterator_class()
/PHP-7.4/ext/dom/
H A Dphp_dom.h133 ce.create_object = dom_objects_new; \
/PHP-7.4/ext/intl/calendar/
H A Dcalendar_class.cpp91 ret_val = Calendar_ce_ptr->create_object(Z_OBJCE_P(object)); in Calendar_clone_obj()
449 ce.create_object = Calendar_object_create; in calendar_register_IntlCalendar_class()
/PHP-7.4/ext/opcache/Optimizer/
H A Descape_analysis.c184 if (ce && !ce->create_object && !ce->constructor && in is_allocation_def()
249 if (ce && !ce->create_object && !ce->constructor && in is_local_def()
/PHP-7.4/ext/intl/timezone/
H A Dtimezone_class.cpp236 ret_val = TimeZone_ce_ptr->create_object(Z_OBJCE_P(object)); in TimeZone_clone_obj()
503 ce.create_object = TimeZone_object_create; in timezone_register_IntlTimeZone_class()
/PHP-7.4/ext/mysqli/
H A Dphp_mysqli_structs.h216 ce.create_object = mysqli_objects_new; \
/PHP-7.4/ext/zend_test/
H A Dtest.c216 zend_test_class->create_object = zend_test_class_new; in PHP_MINIT_FUNCTION()

Completed in 40 milliseconds

123