Home
last modified time | relevance | path

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

123

/PHP-8.0/ext/spl/
H A Dspl_functions.c46 (*ppce)->create_object = obj_ctor; in spl_register_std_class()
61 (*ppce)->create_object = obj_ctor; in spl_register_sub_class()
63 (*ppce)->create_object = parent_ce->create_object; in spl_register_sub_class()
/PHP-8.0/ext/intl/locale/
H A Dlocale_class.c37 ce.create_object = NULL; in locale_register_Locale_class()
/PHP-8.0/ext/intl/normalizer/
H A Dnormalizer_class.c37 ce.create_object = NULL; in normalizer_register_Normalizer_class()
/PHP-8.0/ext/intl/msgformat/
H A Dmsgformat_class.c67 new_obj = MessageFormatter_ce_ptr->create_object(object->ce); in MessageFormatter_object_clone()
102 ce.create_object = MessageFormatter_object_create; in msgformat_register_class()
/PHP-8.0/ext/intl/formatter/
H A Dformatter_class.c69 new_obj = NumberFormatter_ce_ptr->create_object(object->ce); in NumberFormatter_object_clone()
103 ce.create_object = NumberFormatter_object_create; in formatter_register_class()
/PHP-8.0/ext/intl/spoofchecker/
H A Dspoofchecker_class.c72 new_obj_val = Spoofchecker_ce_ptr->create_object(object->ce); in spoofchecker_clone_obj()
97 ce.create_object = Spoofchecker_object_create; in spoofchecker_register_Spoofchecker_class()
/PHP-8.0/ext/intl/dateformat/
H A Ddateformat_class.c82 new_obj = IntlDateFormatter_ce_ptr->create_object(object->ce); in IntlDateFormatter_object_clone()
115 ce.create_object = IntlDateFormatter_object_create; in dateformat_register_IntlDateFormatter_class()
/PHP-8.0/ext/intl/collator/
H A Dcollator_class.c70 ce.create_object = Collator_object_create; in collator_register_Collator_class()
/PHP-8.0/Zend/
H A Dzend_exceptions.c780 zend_ce_exception->create_object = zend_default_exception_new; in zend_register_default_exception()
786 zend_ce_error_exception->create_object = zend_error_exception_new; in zend_register_default_exception()
791 zend_ce_error->create_object = zend_default_exception_new; in zend_register_default_exception()
797 zend_ce_compile_error->create_object = zend_default_exception_new; in zend_register_default_exception()
801 zend_ce_parse_error->create_object = zend_default_exception_new; in zend_register_default_exception()
805 zend_ce_type_error->create_object = zend_default_exception_new; in zend_register_default_exception()
809 zend_ce_argument_count_error->create_object = zend_default_exception_new; in zend_register_default_exception()
813 zend_ce_value_error->create_object = zend_default_exception_new; in zend_register_default_exception()
817 zend_ce_arithmetic_error->create_object = zend_default_exception_new; in zend_register_default_exception()
821 zend_ce_division_by_zero_error->create_object = zend_default_exception_new; in zend_register_default_exception()
[all …]
H A Dmicro_bench.php163 function create_object($n) { function
338 create_object(N);
/PHP-8.0/ext/com_dotnet/
H A Dcom_extension.c179 ce.create_object = php_com_object_new; in PHP_MINIT_FUNCTION()
186 ce.create_object = php_com_object_new; in PHP_MINIT_FUNCTION()
194 ce.create_object = php_com_object_new; in PHP_MINIT_FUNCTION()
/PHP-8.0/ext/intl/
H A Dintl_error.c214 IntlException_ce_ptr->create_object = zend_ce_exception->create_object; in intl_register_IntlException_class()
/PHP-8.0/ext/intl/transliterator/
H A Dtransliterator_class.c140 ret_val = Transliterator_ce_ptr->create_object( object->ce ); in Transliterator_clone_obj()
265 ce.create_object = Transliterator_object_create; in transliterator_register_Transliterator_class()
/PHP-8.0/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp106 ret_val = BreakIterator_ce_ptr->create_object(object->ce); in BreakIterator_clone_obj()
227 ce.create_object = BreakIterator_object_create; in breakiterator_register_BreakIterator_class()
H A Dbreakiterator_iterators.cpp234 zend_object *retval = IntlIterator_ce_ptr->create_object(ce); in IntlPartsIterator_object_create()
296 IntlPartsIterator_ce_ptr->create_object = IntlPartsIterator_object_create; in breakiterator_register_IntlPartsIterator_class()
/PHP-8.0/ext/intl/calendar/
H A Dcalendar_class.cpp88 ret_val = Calendar_ce_ptr->create_object(object->ce); in Calendar_clone_obj()
275 ce.create_object = Calendar_object_create; in calendar_register_IntlCalendar_class()
/PHP-8.0/ext/standard/
H A Dincomplete_class.c117 incomplete_class.create_object = php_create_incomplete_object; in php_register_incomplete_class()
/PHP-8.0/ext/curl/
H A Dshare.c170 curl_share_ce->create_object = curl_share_create_object; in curl_share_register_class()
/PHP-8.0/ext/intl/timezone/
H A Dtimezone_class.cpp235 ret_val = TimeZone_ce_ptr->create_object(object->ce); in TimeZone_clone_obj()
402 ce.create_object = TimeZone_object_create; in timezone_register_IntlTimeZone_class()
/PHP-8.0/ext/dom/
H A Dphp_dom.h137 ce.create_object = dom_objects_new; \
/PHP-8.0/ext/xsl/
H A Dphp_xsl.c122 ce.create_object = xsl_objects_new; in PHP_MINIT_FUNCTION()
/PHP-8.0/ext/opcache/Optimizer/
H A Descape_analysis.c184 if (ce && !ce->parent && !ce->create_object && !ce->constructor && in is_allocation_def()
247 if (ce && !ce->create_object && !ce->constructor && in is_local_def()
/PHP-8.0/ext/intl/common/
H A Dcommon_enum.cpp293 ce.create_object = IntlIterator_object_create; in intl_register_IntlIterator_class()
/PHP-8.0/ext/shmop/
H A Dshmop.c115 shmop_ce->create_object = shmop_create_object; in PHP_MINIT_FUNCTION()
/PHP-8.0/ext/mysqli/
H A Dphp_mysqli_structs.h191 ce.create_object = mysqli_objects_new; \

Completed in 61 milliseconds

123