Home
last modified time | relevance | path

Searched refs:create_object (Results 1 – 25 of 48) sorted by last modified time

12

/PHP-5.5/ext/zip/
H A Dphp_zip.c2794 ce.create_object = php_zip_object_new; in PHP_MINIT_FUNCTION()
/PHP-5.5/ext/xsl/
H A Dphp_xsl.h81 ce.create_object = xsl_objects_new; \
/PHP-5.5/ext/xmlwriter/
H A Dphp_xmlwriter.c1963 ce.create_object = xmlwriter_object_new; in PHP_MINIT_FUNCTION()
/PHP-5.5/ext/xmlreader/
H A Dphp_xmlreader.c1324 ce.create_object = xmlreader_objects_new; in PHP_MINIT_FUNCTION()
/PHP-5.5/ext/tidy/
H A Dtidy.c94 ce.create_object = tidy_object_new_ ## name; \
/PHP-5.5/ext/standard/
H A Dvar_unserializer.c417 …alize == zend_user_unserialize || (ZEND_INTERNAL_CLASS != ce->type && ce->create_object == NULL)) { in object_common1()
H A Dvar_unserializer.re421 …alize == zend_user_unserialize || (ZEND_INTERNAL_CLASS != ce->type && ce->create_object == NULL)) {
H A Dincomplete_class.c122 incomplete_class.create_object = php_create_incomplete_object; in php_create_incomplete_class()
/PHP-5.5/ext/sqlite3/
H A Dsqlite3.c2257 ce.create_object = php_sqlite3_object_new;
2263 ce.create_object = php_sqlite3_stmt_object_new;
2269 ce.create_object = php_sqlite3_result_object_new;
/PHP-5.5/ext/spl/
H A Dspl_functions.c50 (*ppce)->create_object = obj_ctor; in spl_register_std_class()
65 (*ppce)->create_object = obj_ctor; in spl_register_sub_class()
67 (*ppce)->create_object = parent_ce->create_object; in spl_register_sub_class()
/PHP-5.5/ext/snmp/
H A Dsnmp.c2416 ce.create_object = php_snmp_object_new; in PHP_MINIT_FUNCTION()
/PHP-5.5/ext/simplexml/
H A Dsimplexml.c2626 sxe.create_object = sxe_object_new; in PHP_MINIT_FUNCTION()
H A Dsxe.c203 ce_SimpleXMLIterator->create_object = ce_SimpleXMLElement->create_object; in PHP_MINIT_FUNCTION()
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c4279 if (ce->create_object != NULL) { in ZEND_METHOD()
6118 _reflection_entry.create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
6124 _reflection_entry.create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
6131 _reflection_entry.create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
6137 _reflection_entry.create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
6150 _reflection_entry.create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
6160 _reflection_entry.create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
6164 _reflection_entry.create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
6176 _reflection_entry.create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
6182 _reflection_entry.create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
/PHP-5.5/ext/pdo/
H A Dpdo_dbh.c1412 pdo_dbh_ce->create_object = pdo_dbh_new; in pdo_dbh_init()
H A Dpdo_stmt.c2342 pdo_dbstmt_ce->create_object = pdo_dbstmt_new; in pdo_stmt_init()
2356 pdo_row_ce->create_object = pdo_row_new; in pdo_stmt_init()
/PHP-5.5/ext/mysqli/
H A Dphp_mysqli_structs.h231 ce.create_object = mysqli_objects_new; \
/PHP-5.5/ext/intl/timezone/
H A Dtimezone_class.cpp228 ret_val = TimeZone_ce_ptr->create_object(Z_OBJCE_P(object) TSRMLS_CC); in TimeZone_clone_obj()
499 ce.create_object = TimeZone_object_create; in timezone_register_IntlTimeZone_class()
/PHP-5.5/ext/intl/transliterator/
H A Dtransliterator_class.c165 ret_val = Transliterator_ce_ptr->create_object( Z_OBJCE_P( object ) TSRMLS_CC ); in Transliterator_clone_obj()
402 ce.create_object = Transliterator_object_create; in transliterator_register_Transliterator_class()
/PHP-5.5/ext/intl/
H A Dintl_error.c244 IntlException_ce_ptr->create_object = default_exception_ce->create_object; in intl_register_IntlException_class()
/PHP-5.5/ext/intl/locale/
H A Dlocale_class.c101 ce.create_object = NULL; in locale_register_Locale_class()
/PHP-5.5/ext/intl/msgformat/
H A Dmsgformat_class.c87 new_obj_val = MessageFormatter_ce_ptr->create_object(Z_OBJCE_P(object) TSRMLS_CC); in MessageFormatter_object_clone()
169 ce.create_object = MessageFormatter_object_create; in msgformat_register_class()
/PHP-5.5/ext/intl/normalizer/
H A Dnormalizer_class.c60 ce.create_object = NULL; in normalizer_register_Normalizer_class()
/PHP-5.5/ext/intl/resourcebundle/
H A Dresourcebundle_class.c428 ce.create_object = ResourceBundle_object_create; in resourcebundle_register_class()
/PHP-5.5/ext/intl/spoofchecker/
H A Dspoofchecker_class.c130 new_obj_val = Spoofchecker_ce_ptr->create_object(Z_OBJCE_P(object) TSRMLS_CC); in spoofchecker_clone_obj()
155 ce.create_object = Spoofchecker_object_create; in spoofchecker_register_Spoofchecker_class()

Completed in 140 milliseconds

12