Home
last modified time | relevance | path

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

123

/PHP-7.4/Zend/
H A Dmicro_bench.php163 function create_object($n) { function
338 create_object(N);
H A Dzend.h151 zend_object* (*create_object)(zend_class_entry *class_type); member
H A Dzend_API.c1407 if (class_type->create_object == NULL) { in _object_and_properties_init()
1417 ZVAL_OBJ(arg, class_type->create_object(class_type)); in _object_and_properties_init()
2895 disabled_class->create_object = display_disabled_class; in zend_disable_class()
H A Dzend_API.h203 class_container.create_object = NULL; \
H A Dzend_closures.c657 zend_ce_closure->create_object = zend_closure_new; in zend_register_closure_ce()
H A Dzend_compile.c1682 ce->create_object = NULL; in zend_initialize_class_data()
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 Dzend_generators.c1244 zend_ce_generator->create_object = zend_generator_create; in zend_register_generator_ce()
H A Dzend_inheritance.c126 ce->create_object = parent->create_object; in do_inherit_parent_constructor()
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()
H A Dcom_persist.c750 ce.create_object = helper_new; in php_com_persist_minit()
/PHP-7.4/ext/date/
H A Dphp_date.c2136 ce_date.create_object = date_object_new_date; in date_register_classes()
2148 ce_immutable.create_object = date_object_new_date; in date_register_classes()
2158 ce_timezone.create_object = date_object_new_timezone; in date_register_classes()
2188 ce_interval.create_object = date_object_new_interval; in date_register_classes()
2203 ce_period.create_object = date_object_new_period; in date_register_classes()
/PHP-7.4/ext/dom/
H A Dphp_dom.c704 ce.create_object = dom_nnodemap_objects_new; in PHP_MINIT_FUNCTION()
714 ce.create_object = dom_nnodemap_objects_new; in PHP_MINIT_FUNCTION()
845 ce.create_object = dom_xpath_objects_new; in PHP_MINIT_FUNCTION()
H A Dphp_dom.h133 ce.create_object = dom_objects_new; \
/PHP-7.4/ext/ffi/
H A Dffi.c5018 zend_ffi_ce->create_object = zend_ffi_new;
5055 zend_ffi_cdata_ce->create_object = zend_ffi_cdata_new;
5134 zend_ffi_ctype_ce->create_object = zend_ffi_ctype_new;
/PHP-7.4/ext/fileinfo/
H A Dfileinfo.c214 _finfo_class_entry.create_object = finfo_objects_new; in PHP_MINIT_FUNCTION()
/PHP-7.4/ext/gmp/
H A Dgmp.c661 gmp_ce->create_object = gmp_create_object; in ZEND_MINIT_FUNCTION()
/PHP-7.4/ext/hash/
H A Dhash.c1249 php_hashcontext_ce->create_object = php_hashcontext_create; in PHP_MINIT_FUNCTION()
/PHP-7.4/ext/intl/breakiterator/
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()
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()
/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/intl/collator/
H A Dcollator_class.c127 ce.create_object = Collator_object_create; in collator_register_Collator_class()
/PHP-7.4/ext/intl/common/
H A Dcommon_enum.cpp317 ce.create_object = IntlIterator_object_create; in intl_register_IntlIterator_class()
/PHP-7.4/ext/intl/converter/
H A Dconverter.c1094 php_converter_ce->create_object = php_converter_create_object; in php_converter_minit()

Completed in 168 milliseconds

123