Home
last modified time | relevance | path

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

1234

/php-src/ext/intl/msgformat/
H A Dmsgformat_class.c60 zend_object *new_obj = MessageFormatter_ce_ptr->create_object(object->ce); in MessageFormatter_object_clone()
92 MessageFormatter_ce_ptr->create_object = MessageFormatter_object_create; in msgformat_register_class()
/php-src/ext/intl/formatter/
H A Dformatter_class.c64 zend_object *new_obj = NumberFormatter_ce_ptr->create_object(object->ce); in NumberFormatter_object_clone()
95 NumberFormatter_ce_ptr->create_object = NumberFormatter_object_create; in formatter_register_class()
/php-src/ext/intl/locale/
H A Dlocale_class.c35 Locale_ce_ptr->create_object = NULL; in locale_register_Locale_class()
/php-src/ext/intl/normalizer/
H A Dnormalizer_class.c36 Normalizer_ce_ptr->create_object = NULL; in normalizer_register_Normalizer_class()
/php-src/ext/intl/dateformat/
H A Ddateformat_class.c68 zend_object *new_obj = IntlDateFormatter_ce_ptr->create_object(object->ce); in IntlDateFormatter_object_clone()
100 IntlDateFormatter_ce_ptr->create_object = IntlDateFormatter_object_create; in dateformat_register_IntlDateFormatter_class()
H A Ddatepatterngenerator_class.cpp40 …zend_object *ret_val = IntlDatePatternGenerator_ce_ptr->create_object(objec… in IntlDatePatternGenerator_object_clone()
104 IntlDatePatternGenerator_ce_ptr->create_object = IntlDatePatternGenerator_object_create; in dateformat_register_IntlDatePatternGenerator_class()
/php-src/ext/intl/spoofchecker/
H A Dspoofchecker_class.c65 zend_object *new_obj_val = Spoofchecker_ce_ptr->create_object(object->ce); in spoofchecker_clone_obj()
94 Spoofchecker_ce_ptr->create_object = Spoofchecker_object_create; in spoofchecker_register_Spoofchecker_class()
/php-src/ext/zend_test/
H A Dobject_handlers.c285 donc_ce->create_object = donc_object_create; in zend_test_object_handlers_init()
291 long_castable_no_operation_ce->create_object = long_castable_no_operation_object_create; in zend_test_object_handlers_init()
296 float_castable_no_operation_ce->create_object = float_castable_no_operation_object_create; in zend_test_object_handlers_init()
301 numeric_castable_no_operation_ce->create_object = numeric_castable_no_operation_object_create; in zend_test_object_handlers_init()
306 …dimension_handlers_no_ArrayAccess_ce->create_object = dimension_handlers_no_ArrayAccess_object_cre… in zend_test_object_handlers_init()
H A Dfiber.c329 …zend_test_fiber *target = (zend_test_fiber *) zend_test_fiber_class->create_object(zend_test_fiber… in ZEND_METHOD()
349 zend_test_fiber_class->create_object = zend_test_fiber_object_create; in zend_test_fiber_init()
/php-src/ext/intl/
H A Dphp_intl.c190 IntlException_ce_ptr->create_object = zend_ce_exception->create_object; in PHP_MINIT_FUNCTION()
/php-src/ext/com_dotnet/
H A Dcom_extension.c190 php_com_variant_class_entry->create_object = php_com_object_new; in PHP_MINIT_FUNCTION()
195 tmp->create_object = php_com_object_new; in PHP_MINIT_FUNCTION()
201 tmp->create_object = php_com_object_new; in PHP_MINIT_FUNCTION()
/php-src/ext/dom/
H A Dphp_dom.c833 dom_node_class_entry->create_object = dom_objects_new; in PHP_MINIT_FUNCTION()
858 dom_modern_node_class_entry->create_object = dom_objects_new; in PHP_MINIT_FUNCTION()
942 dom_document_class_entry->create_object = dom_objects_new; in PHP_MINIT_FUNCTION()
1059 dom_attr_class_entry->create_object = dom_objects_new; in PHP_MINIT_FUNCTION()
1072 dom_modern_attr_class_entry->create_object = dom_objects_new; in PHP_MINIT_FUNCTION()
1089 dom_element_class_entry->create_object = dom_objects_new; in PHP_MINIT_FUNCTION()
1136 dom_text_class_entry->create_object = dom_objects_new; in PHP_MINIT_FUNCTION()
1145 dom_modern_text_class_entry->create_object = dom_objects_new; in PHP_MINIT_FUNCTION()
1154 dom_comment_class_entry->create_object = dom_objects_new; in PHP_MINIT_FUNCTION()
1202 dom_notation_class_entry->create_object = dom_objects_new; in PHP_MINIT_FUNCTION()
[all …]
/php-src/ext/intl/transliterator/
H A Dtransliterator_class.c132 zend_object *ret_val = Transliterator_ce_ptr->create_object(object->ce); in Transliterator_clone_obj()
165 Transliterator_ce_ptr->create_object = Transliterator_object_create; in transliterator_register_Transliterator_class()
/php-src/ext/pdo_firebird/
H A Dpdo_firebird.c69 PdoFirebird_ce->create_object = pdo_dbh_new; in PHP_MINIT_FUNCTION()
/php-src/ext/intl/collator/
H A Dcollator_class.c70 Collator_ce_ptr->create_object = Collator_object_create; in collator_register_Collator_symbols()
/php-src/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp100 zend_object *ret_val = BreakIterator_ce_ptr->create_object(object->ce); in BreakIterator_clone_obj()
209 BreakIterator_ce_ptr->create_object = BreakIterator_object_create; in breakiterator_register_BreakIterator_class()
/php-src/ext/random/
H A Drandom.c280 …php_random_engine *new_engine = php_random_engine_from_obj(old_engine->std.ce->create_object(old_e… in php_random_engine_common_clone_object()
748 random_ce_Random_Engine_Mt19937->create_object = php_random_engine_mt19937_new;
756 …random_ce_Random_Engine_PcgOneseq128XslRr64->create_object = php_random_engine_pcgoneseq128xslrr64…
764 …random_ce_Random_Engine_Xoshiro256StarStar->create_object = php_random_engine_xoshiro256starstar_n…
772 random_ce_Random_Engine_Secure->create_object = php_random_engine_secure_new;
780 random_ce_Random_Randomizer->create_object = php_random_randomizer_new;
/php-src/ext/pdo_odbc/
H A Dpdo_odbc.c111 pdo_odbc_ce->create_object = pdo_dbh_new; in PHP_MINIT_FUNCTION()
/php-src/ext/intl/calendar/
H A Dcalendar_class.cpp81 zend_object *ret_val = Calendar_ce_ptr->create_object(object->ce); in Calendar_clone_obj()
257 Calendar_ce_ptr->create_object = Calendar_object_create; in calendar_register_IntlCalendar_class()
/php-src/ext/standard/
H A Dincomplete_class.c121 php_ce_incomplete_class->create_object = php_create_incomplete_object; in php_register_incomplete_class_handlers()
/php-src/ext/curl/
H A Dshare.c164 curl_share_ce->create_object = curl_share_create_object; in curl_share_register_handlers()
/php-src/ext/mysqli/
H A Dmysqli.c505 mysqli_driver_class_entry->create_object = mysqli_objects_new; in PHP_MINIT_FUNCTION()
511 mysqli_link_class_entry->create_object = mysqli_objects_new; in PHP_MINIT_FUNCTION()
517 mysqli_warning_class_entry->create_object = mysqli_objects_new; in PHP_MINIT_FUNCTION()
523 mysqli_result_class_entry->create_object = mysqli_objects_new; in PHP_MINIT_FUNCTION()
530 mysqli_stmt_class_entry->create_object = mysqli_objects_new; in PHP_MINIT_FUNCTION()
/php-src/ext/pdo_pgsql/
H A Dpdo_pgsql.c192 PdoPgsql_ce->create_object = pdo_dbh_new; in PHP_MINIT_FUNCTION()
/php-src/ext/intl/timezone/
H A Dtimezone_class.cpp230 zend_object *ret_val = TimeZone_ce_ptr->create_object(object->ce); in TimeZone_clone_obj()
377 TimeZone_ce_ptr->create_object = TimeZone_object_create; in timezone_register_IntlTimeZone_class()
/php-src/Zend/
H A Dmicro_bench.php163 function create_object($n) { function
338 create_object(N);

Completed in 54 milliseconds

1234