/PHP-7.4/ext/spl/ |
H A D | spl_functions.c | 48 (*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 D | normalizer_class.c | 68 ce.create_object = NULL; in normalizer_register_Normalizer_class()
|
/PHP-7.4/ext/intl/spoofchecker/ |
H A D | spoofchecker_class.c | 119 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 D | msgformat_class.c | 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()
|
/PHP-7.4/ext/simplexml/ |
H A D | sxe.c | 201 ce_SimpleXMLIterator->create_object = ce_SimpleXMLElement->create_object; in PHP_MINIT_FUNCTION()
|
/PHP-7.4/ext/intl/formatter/ |
H A D | formatter_class.c | 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()
|
/PHP-7.4/ext/intl/ |
H A D | intl_error.c | 241 IntlException_ce_ptr->create_object = zend_ce_exception->create_object; in intl_register_IntlException_class()
|
/PHP-7.4/ext/xsl/ |
H A D | php_xsl.h | 88 ce.create_object = xsl_objects_new; \
|
/PHP-7.4/ext/intl/dateformat/ |
H A D | dateformat_class.c | 87 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 D | zend_exceptions.c | 838 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 D | micro_bench.php | 163 function create_object($n) { function 338 create_object(N);
|
H A D | zend_weakrefs.c | 197 zend_ce_weakref->create_object = zend_weakref_new; in zend_register_weakref_ce()
|
/PHP-7.4/ext/com_dotnet/ |
H A D | com_extension.c | 316 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 D | transliterator_class.c | 142 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 D | collator_class.c | 127 ce.create_object = Collator_object_create; in collator_register_Collator_class()
|
/PHP-7.4/ext/intl/locale/ |
H A D | locale_class.c | 107 ce.create_object = NULL; in locale_register_Locale_class()
|
/PHP-7.4/ext/standard/ |
H A D | incomplete_class.c | 119 incomplete_class.create_object = php_create_incomplete_object; in php_create_incomplete_class()
|
/PHP-7.4/ext/intl/breakiterator/ |
H A D | breakiterator_iterators.cpp | 236 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 D | breakiterator_class.cpp | 108 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 D | php_dom.h | 133 ce.create_object = dom_objects_new; \
|
/PHP-7.4/ext/intl/calendar/ |
H A D | calendar_class.cpp | 91 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 D | escape_analysis.c | 184 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 D | timezone_class.cpp | 236 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 D | php_mysqli_structs.h | 216 ce.create_object = mysqli_objects_new; \
|
/PHP-7.4/ext/zend_test/ |
H A D | test.c | 216 zend_test_class->create_object = zend_test_class_new; in PHP_MINIT_FUNCTION()
|