create_object     164 Zend/zend.h    	zend_object* (*create_object)(zend_class_entry *class_type);
create_object    1300 Zend/zend_API.c 	if (class_type->create_object == NULL) {
create_object    1308 Zend/zend_API.c 		ZVAL_OBJ(arg, class_type->create_object(class_type));
create_object    2821 Zend/zend_API.c 	disabled_class->create_object = display_disabled_class;
create_object     199 Zend/zend_API.h 		class_container.create_object = NULL;					\
create_object     523 Zend/zend_closures.c 	zend_ce_closure->create_object = zend_closure_new;
create_object    1654 Zend/zend_compile.c 		ce->create_object = NULL;
create_object     859 Zend/zend_exceptions.c 	zend_ce_exception->create_object = zend_default_exception_new;
create_object     872 Zend/zend_exceptions.c 	zend_ce_error_exception->create_object = zend_error_exception_new;
create_object     877 Zend/zend_exceptions.c 	zend_ce_error->create_object = zend_default_exception_new;
create_object     890 Zend/zend_exceptions.c 	zend_ce_parse_error->create_object = zend_default_exception_new;
create_object     894 Zend/zend_exceptions.c 	zend_ce_type_error->create_object = zend_default_exception_new;
create_object     898 Zend/zend_exceptions.c 	zend_ce_arithmetic_error->create_object = zend_default_exception_new;
create_object     902 Zend/zend_exceptions.c 	zend_ce_division_by_zero_error->create_object = zend_default_exception_new;
create_object    1124 Zend/zend_generators.c 	zend_ce_generator->create_object = zend_generator_create;
create_object      96 Zend/zend_inheritance.c 	ce->create_object = ce->parent->create_object;
create_object     372 ext/com_dotnet/com_extension.c 	ce.create_object = php_com_object_new;
create_object     377 ext/com_dotnet/com_extension.c 	ce.create_object = php_com_object_new;
create_object     385 ext/com_dotnet/com_extension.c 	ce.create_object = php_com_object_new;
create_object     761 ext/com_dotnet/com_persist.c 	ce.create_object = helper_new;
create_object    1982 ext/date/php_date.c 	ce_date.create_object = date_object_new_date;
create_object    2010 ext/date/php_date.c 	ce_immutable.create_object = date_object_new_date;
create_object    2019 ext/date/php_date.c 	ce_timezone.create_object = date_object_new_timezone;
create_object    2047 ext/date/php_date.c 	ce_interval.create_object = date_object_new_interval;
create_object    2060 ext/date/php_date.c 	ce_period.create_object = date_object_new_period;
create_object     706 ext/dom/php_dom.c 	ce.create_object = dom_nnodemap_objects_new;
create_object     716 ext/dom/php_dom.c 	ce.create_object = dom_nnodemap_objects_new;
create_object     847 ext/dom/php_dom.c 	ce.create_object = dom_xpath_objects_new;
create_object     134 ext/dom/php_dom.h ce.create_object = dom_objects_new; \
create_object     216 ext/fileinfo/fileinfo.c 	_finfo_class_entry.create_object = finfo_objects_new;
create_object     647 ext/gmp/gmp.c  	gmp_ce->create_object = gmp_create_object;
create_object     132 ext/intl/collator/collator_class.c 	ce.create_object = Collator_object_create;
create_object    1085 ext/intl/converter/converter.c 	php_converter_ce->create_object = php_converter_create_object;
create_object      88 ext/intl/dateformat/dateformat_class.c 	new_obj = IntlDateFormatter_ce_ptr->create_object(Z_OBJCE_P(object));
create_object     196 ext/intl/dateformat/dateformat_class.c 	ce.create_object = IntlDateFormatter_object_create;
create_object      77 ext/intl/formatter/formatter_class.c 	new_obj = NumberFormatter_ce_ptr->create_object(Z_OBJCE_P(object));
create_object     191 ext/intl/formatter/formatter_class.c 	ce.create_object = NumberFormatter_object_create;
create_object     241 ext/intl/intl_error.c 	IntlException_ce_ptr->create_object = zend_ce_exception->create_object;
create_object     101 ext/intl/locale/locale_class.c 	ce.create_object = NULL;
create_object      77 ext/intl/msgformat/msgformat_class.c 	new_obj = MessageFormatter_ce_ptr->create_object(Z_OBJCE_P(object));
create_object     159 ext/intl/msgformat/msgformat_class.c 	ce.create_object = MessageFormatter_object_create;
create_object      60 ext/intl/normalizer/normalizer_class.c 	ce.create_object = NULL;
create_object     432 ext/intl/resourcebundle/resourcebundle_class.c 	ce.create_object = ResourceBundle_object_create;
create_object     118 ext/intl/spoofchecker/spoofchecker_class.c 	new_obj_val = Spoofchecker_ce_ptr->create_object(Z_OBJCE_P(object));
create_object     143 ext/intl/spoofchecker/spoofchecker_class.c 	ce.create_object = Spoofchecker_object_create;
create_object     151 ext/intl/transliterator/transliterator_class.c 	ret_val = Transliterator_ce_ptr->create_object( Z_OBJCE_P( object ) );
create_object     349 ext/intl/transliterator/transliterator_class.c 	ce.create_object = Transliterator_object_create;
create_object     236 ext/mysqli/php_mysqli_structs.h 	ce.create_object = mysqli_objects_new; \
create_object    1394 ext/pdo/pdo_dbh.c 	pdo_dbh_ce->create_object = pdo_dbh_new;
create_object    2276 ext/pdo/pdo_stmt.c 	pdo_dbstmt_ce->create_object = pdo_dbstmt_new;
create_object    2293 ext/pdo/pdo_stmt.c 	pdo_row_ce->create_object = pdo_row_new;
create_object    4665 ext/reflection/php_reflection.c 	if (ce->create_object != NULL && ce->ce_flags & ZEND_ACC_FINAL) {
create_object    6534 ext/reflection/php_reflection.c 	_reflection_entry.create_object = reflection_objects_new;
create_object    6540 ext/reflection/php_reflection.c 	_reflection_entry.create_object = reflection_objects_new;
create_object    6547 ext/reflection/php_reflection.c 	_reflection_entry.create_object = reflection_objects_new;
create_object    6551 ext/reflection/php_reflection.c 	_reflection_entry.create_object = reflection_objects_new;
create_object    6557 ext/reflection/php_reflection.c 	_reflection_entry.create_object = reflection_objects_new;
create_object    6561 ext/reflection/php_reflection.c 	_reflection_entry.create_object = reflection_objects_new;
create_object    6574 ext/reflection/php_reflection.c 	_reflection_entry.create_object = reflection_objects_new;
create_object    6584 ext/reflection/php_reflection.c 	_reflection_entry.create_object = reflection_objects_new;
create_object    6588 ext/reflection/php_reflection.c 	_reflection_entry.create_object = reflection_objects_new;
create_object    6600 ext/reflection/php_reflection.c 	_reflection_entry.create_object = reflection_objects_new;
create_object    6606 ext/reflection/php_reflection.c 	_reflection_entry.create_object = reflection_objects_new;
create_object    2709 ext/simplexml/simplexml.c 	sxe.create_object = sxe_object_new;
create_object     211 ext/simplexml/sxe.c 	ce_SimpleXMLIterator->create_object = ce_SimpleXMLElement->create_object;
create_object    2367 ext/snmp/snmp.c 	ce.create_object = php_snmp_object_new;
create_object      50 ext/spl/spl_functions.c 		(*ppce)->create_object = obj_ctor;
create_object      65 ext/spl/spl_functions.c 		(*ppce)->create_object = obj_ctor;
create_object      67 ext/spl/spl_functions.c 		(*ppce)->create_object = parent_ce->create_object;
create_object    2218 ext/sqlite3/sqlite3.c 	ce.create_object = php_sqlite3_object_new;
create_object    2226 ext/sqlite3/sqlite3.c 	ce.create_object = php_sqlite3_stmt_object_new;
create_object    2234 ext/sqlite3/sqlite3.c 	ce.create_object = php_sqlite3_result_object_new;
create_object     119 ext/standard/incomplete_class.c 	incomplete_class.create_object = php_create_incomplete_object;
create_object      92 ext/tidy/tidy.c 		ce.create_object = tidy_object_new_ ## name; \
create_object    1318 ext/xmlreader/php_xmlreader.c 	ce.create_object = xmlreader_objects_new;
create_object    1848 ext/xmlwriter/php_xmlwriter.c 	ce.create_object = xmlwriter_object_new;
create_object      90 ext/xsl/php_xsl.h ce.create_object = xsl_objects_new; \
create_object    3022 ext/zip/php_zip.c 	ce.create_object = php_zip_object_new;