Home
last modified time | relevance | path

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

12

/PHP-5.4/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.4/ext/intl/normalizer/
H A Dnormalizer_class.c60 ce.create_object = NULL; in normalizer_register_Normalizer_class()
/PHP-5.4/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()
/PHP-5.4/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.4/ext/simplexml/
H A Dsxe.c203 ce_SimpleXMLIterator->create_object = ce_SimpleXMLElement->create_object; in PHP_MINIT_FUNCTION()
/PHP-5.4/ext/intl/dateformat/
H A Ddateformat_class.c95 new_obj_val = IntlDateFormatter_ce_ptr->create_object(Z_OBJCE_P(object) TSRMLS_CC); in IntlDateFormatter_object_clone()
194 ce.create_object = IntlDateFormatter_object_create; in dateformat_register_IntlDateFormatter_class()
/PHP-5.4/ext/intl/formatter/
H A Dformatter_class.c89 new_obj_val = NumberFormatter_ce_ptr->create_object(Z_OBJCE_P(object) TSRMLS_CC); in NumberFormatter_object_clone()
203 ce.create_object = NumberFormatter_object_create; in formatter_register_class()
/PHP-5.4/ext/xsl/
H A Dphp_xsl.h81 ce.create_object = xsl_objects_new; \
/PHP-5.4/ext/com_dotnet/
H A Dcom_extension.c364 ce.create_object = php_com_object_new; in PHP_MINIT_FUNCTION()
369 ce.create_object = php_com_object_new; in PHP_MINIT_FUNCTION()
377 ce.create_object = php_com_object_new; in PHP_MINIT_FUNCTION()
H A Dcom_persist.c760 ce.create_object = helper_new; in php_com_persist_minit()
/PHP-5.4/ext/intl/locale/
H A Dlocale_class.c101 ce.create_object = NULL; in locale_register_Locale_class()
/PHP-5.4/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.4/ext/intl/collator/
H A Dcollator_class.c144 ce.create_object = Collator_object_create; in collator_register_Collator_class()
/PHP-5.4/ext/standard/
H A Dincomplete_class.c122 incomplete_class.create_object = php_create_incomplete_object; in php_create_incomplete_class()
/PHP-5.4/Zend/
H A Dmicro_bench.php163 function create_object($n) { function
338 create_object(N);
H A DOBJECTS2_HOWTO16 2. Overriding create_object handler for class. E.g.:
21 The create_object handler function should create a new zval, create
H A Dzend_exceptions.c792 default_exception_ce->create_object = zend_default_exception_new; in zend_register_default_exception()
806 error_exception_ce->create_object = zend_error_exception_new; in zend_register_default_exception()
H A Dzend_closures.c423 zend_ce_closure->create_object = zend_closure_new; in zend_register_closure_ce()
/PHP-5.4/ext/dom/
H A Dphp_dom.h129 ce.create_object = dom_objects_new; \
H A Dphp_dom.c762 ce.create_object = dom_nnodemap_objects_new; in PHP_MINIT_FUNCTION()
772 ce.create_object = dom_nnodemap_objects_new; in PHP_MINIT_FUNCTION()
900 ce.create_object = dom_xpath_objects_new; in PHP_MINIT_FUNCTION()
/PHP-5.4/ext/mysqli/
H A Dphp_mysqli_structs.h243 ce.create_object = mysqli_objects_new; \
/PHP-5.4/ext/intl/resourcebundle/
H A Dresourcebundle_class.c431 ce.create_object = ResourceBundle_object_create; in resourcebundle_register_class()
/PHP-5.4/ext/fileinfo/
H A Dfileinfo.c221 _finfo_class_entry.create_object = finfo_objects_new; in PHP_MINIT_FUNCTION()
/PHP-5.4/ext/reflection/
H A Dphp_reflection.c4261 if (ce->create_object != NULL) { in ZEND_METHOD()
6080 _reflection_entry.create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
6086 _reflection_entry.create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
6093 _reflection_entry.create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
6099 _reflection_entry.create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
6112 _reflection_entry.create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
6122 _reflection_entry.create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
6126 _reflection_entry.create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
6138 _reflection_entry.create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
6144 _reflection_entry.create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
/PHP-5.4/ext/sqlite3/
H A Dsqlite3.c2252 ce.create_object = php_sqlite3_object_new;
2258 ce.create_object = php_sqlite3_stmt_object_new;
2264 ce.create_object = php_sqlite3_result_object_new;

Completed in 81 milliseconds

12