Home
last modified time | relevance | path

Searched refs:create_object (Results 26 – 50 of 52) sorted by relevance

123

/PHP-7.3/ext/intl/resourcebundle/
H A Dresourcebundle_class.c446 ce.create_object = ResourceBundle_object_create; in resourcebundle_register_class()
/PHP-7.3/Zend/
H A Dzend.h145 zend_object* (*create_object)(zend_class_entry *class_type); member
H A Dzend_closures.c622 zend_ce_closure->create_object = zend_closure_new; in zend_register_closure_ce()
H A Dzend_inheritance.c96 ce->create_object = ce->parent->create_object; in do_inherit_parent_constructor()
H A Dzend_generators.c1228 zend_ce_generator->create_object = zend_generator_create; in zend_register_generator_ce()
H A Dzend_API.c1327 if (class_type->create_object == NULL) { in object_and_properties_init()
1335 ZVAL_OBJ(arg, class_type->create_object(class_type)); in object_and_properties_init()
2905 disabled_class->create_object = display_disabled_class; in zend_disable_class()
H A Dzend_API.h202 class_container.create_object = NULL; \
/PHP-7.3/ext/reflection/
H A Dphp_reflection.c6644 _reflection_entry.create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
6650 _reflection_entry.create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
6657 _reflection_entry.create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
6661 _reflection_entry.create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
6667 _reflection_entry.create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
6671 _reflection_entry.create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
6675 _reflection_entry.create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
6688 _reflection_entry.create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
6698 _reflection_entry.create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
6702 _reflection_entry.create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
[all …]
/PHP-7.3/ext/fileinfo/
H A Dfileinfo.c214 _finfo_class_entry.create_object = finfo_objects_new; in PHP_MINIT_FUNCTION()
/PHP-7.3/ext/dom/
H A Dphp_dom.c702 ce.create_object = dom_nnodemap_objects_new; in PHP_MINIT_FUNCTION()
712 ce.create_object = dom_nnodemap_objects_new; in PHP_MINIT_FUNCTION()
843 ce.create_object = dom_xpath_objects_new; in PHP_MINIT_FUNCTION()
/PHP-7.3/ext/com_dotnet/
H A Dcom_persist.c750 ce.create_object = helper_new; in php_com_persist_minit()
/PHP-7.3/ext/sqlite3/
H A Dsqlite3.c2303 ce.create_object = php_sqlite3_object_new; in PHP_MINIT_FUNCTION()
2311 ce.create_object = php_sqlite3_stmt_object_new; in PHP_MINIT_FUNCTION()
2319 ce.create_object = php_sqlite3_result_object_new; in PHP_MINIT_FUNCTION()
/PHP-7.3/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()
2187 ce_interval.create_object = date_object_new_interval; in date_register_classes()
2201 ce_period.create_object = date_object_new_period; in date_register_classes()
/PHP-7.3/ext/xmlreader/
H A Dphp_xmlreader.c1308 ce.create_object = xmlreader_objects_new; in PHP_MINIT_FUNCTION()
/PHP-7.3/ext/intl/converter/
H A Dconverter.c1091 php_converter_ce->create_object = php_converter_create_object; in php_converter_minit()
/PHP-7.3/ext/pdo/
H A Dpdo_stmt.c2281 pdo_dbstmt_ce->create_object = pdo_dbstmt_new; in pdo_stmt_init()
2298 pdo_row_ce->create_object = pdo_row_new; in pdo_stmt_init()
H A Dpdo_dbh.c1414 pdo_dbh_ce->create_object = pdo_dbh_new; in pdo_dbh_init()
/PHP-7.3/ext/hash/
H A Dhash.c1238 php_hashcontext_ce->create_object = php_hashcontext_create; in PHP_MINIT_FUNCTION()
/PHP-7.3/ext/sodium/
H A Dlibsodium.c400 zend_object *obj = zend_ce_exception->create_object(ce); in sodium_exception_create_object()
424 sodium_exception_ce->create_object = sodium_exception_create_object; in PHP_MINIT_FUNCTION()
/PHP-7.3/ext/xmlwriter/
H A Dphp_xmlwriter.c1857 ce.create_object = xmlwriter_object_new; in PHP_MINIT_FUNCTION()
/PHP-7.3/ext/tidy/
H A Dtidy.c106 ce.create_object = tidy_object_new_ ## name; \
/PHP-7.3/ext/gmp/
H A Dgmp.c662 gmp_ce->create_object = gmp_create_object; in ZEND_MINIT_FUNCTION()
/PHP-7.3/ext/snmp/
H A Dsnmp.c2289 ce.create_object = php_snmp_object_new; in PHP_MINIT_FUNCTION()
/PHP-7.3/ext/zip/
H A Dphp_zip.c3191 ce.create_object = php_zip_object_new; in PHP_MINIT_FUNCTION()
/PHP-7.3/ext/simplexml/
H A Dsimplexml.c2684 sxe.create_object = sxe_object_new; in PHP_MINIT_FUNCTION()

Completed in 168 milliseconds

123