Home
last modified time | relevance | path

Searched refs:default_object_handlers (Results 1 – 25 of 73) sorted by relevance

123

/PHP-8.3/ext/com_dotnet/
H A Dcom_extension.c186 php_com_saproxy_class_entry->default_object_handlers = &php_com_saproxy_handlers; in PHP_MINIT_FUNCTION()
190 php_com_variant_class_entry->default_object_handlers = &php_com_object_handlers; in PHP_MINIT_FUNCTION()
195 tmp->default_object_handlers = &php_com_object_handlers; in PHP_MINIT_FUNCTION()
201 tmp->default_object_handlers = &php_com_object_handlers; in PHP_MINIT_FUNCTION()
/PHP-8.3/ext/intl/collator/
H A Dcollator_class.c71 Collator_ce_ptr->default_object_handlers = &Collator_handlers; in collator_register_Collator_symbols()
/PHP-8.3/ext/intl/formatter/
H A Dformatter_class.c100 NumberFormatter_ce_ptr->default_object_handlers = &NumberFormatter_handlers; in formatter_register_class()
/PHP-8.3/ext/intl/msgformat/
H A Dmsgformat_class.c99 MessageFormatter_ce_ptr->default_object_handlers = &MessageFormatter_handlers; in msgformat_register_class()
/PHP-8.3/Zend/
H A Dzend_iterators.c60 zend_iterator_class_entry.default_object_handlers = &iterator_object_handlers; in zend_register_iterator_wrapper()
H A Dzend_objects.c34 object->handlers = ce->default_object_handlers; in _zend_object_std_init()
H A Dzend_attributes.c387 …zend_ce_sensitive_parameter_value->default_object_handlers = &attributes_object_handlers_sensitive… in zend_register_attribute_ce()
/PHP-8.3/Zend/Optimizer/
H A Descape_analysis.c170 && ce->default_object_handlers->get_constructor == zend_std_get_constructor in is_allocation_def()
171 && ce->default_object_handlers->dtor_obj == zend_objects_destroy_object in is_allocation_def()
239 && ce->default_object_handlers->get_constructor == zend_std_get_constructor in is_local_def()
240 && ce->default_object_handlers->dtor_obj == zend_objects_destroy_object in is_local_def()
/PHP-8.3/ext/intl/dateformat/
H A Ddateformat_class.c105 IntlDateFormatter_ce_ptr->default_object_handlers = &IntlDateFormatter_handlers; in dateformat_register_IntlDateFormatter_class()
H A Ddatepatterngenerator_class.cpp116 IntlDatePatternGenerator_ce_ptr->default_object_handlers = &IntlDatePatternGenerator_handlers; in dateformat_register_IntlDatePatternGenerator_class()
/PHP-8.3/ext/intl/spoofchecker/
H A Dspoofchecker_class.c94 Spoofchecker_ce_ptr->default_object_handlers = &Spoofchecker_handlers; in spoofchecker_register_Spoofchecker_class()
/PHP-8.3/ext/curl/
H A Dshare.c165 curl_share_ce->default_object_handlers = &curl_share_handlers; in curl_share_register_handlers()
/PHP-8.3/ext/intl/transliterator/
H A Dtransliterator_class.c185 Transliterator_ce_ptr->default_object_handlers = &Transliterator_handlers; in transliterator_register_Transliterator_class()
/PHP-8.3/ext/xsl/
H A Dphp_xsl.c125 xsl_xsltprocessor_class_entry->default_object_handlers = &xsl_object_handlers; in PHP_MINIT_FUNCTION()
/PHP-8.3/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp225 BreakIterator_ce_ptr->default_object_handlers = &BreakIterator_handlers; in breakiterator_register_BreakIterator_class()
/PHP-8.3/ext/intl/calendar/
H A Dcalendar_class.cpp270 Calendar_ce_ptr->default_object_handlers = &Calendar_handlers; in calendar_register_IntlCalendar_class()
/PHP-8.3/ext/shmop/
H A Dshmop.c111 shmop_ce->default_object_handlers = &shmop_object_handlers; in PHP_MINIT_FUNCTION()
/PHP-8.3/ext/intl/common/
H A Dcommon_enum.cpp288 IntlIterator_ce_ptr->default_object_handlers = &IntlIterator_handlers; in intl_register_common_symbols()
/PHP-8.3/ext/sysvsem/
H A Dsysvsem.c154 sysvsem_ce->default_object_handlers = &sysvsem_object_handlers; in PHP_MINIT_FUNCTION()
/PHP-8.3/ext/enchant/
H A Denchant.c192 enchant_broker_ce->default_object_handlers = &enchant_broker_handlers; in PHP_MINIT_FUNCTION()
202 enchant_dict_ce->default_object_handlers = &enchant_dict_handlers; in PHP_MINIT_FUNCTION()
/PHP-8.3/ext/reflection/
H A Dphp_reflection.c7224 reflection_function_ptr->default_object_handlers = &reflection_object_handlers; in PHP_MINIT_FUNCTION()
7228 reflection_generator_ptr->default_object_handlers = &reflection_object_handlers; in PHP_MINIT_FUNCTION()
7232 reflection_parameter_ptr->default_object_handlers = &reflection_object_handlers; in PHP_MINIT_FUNCTION()
7236 reflection_type_ptr->default_object_handlers = &reflection_object_handlers; in PHP_MINIT_FUNCTION()
7252 reflection_method_ptr->default_object_handlers = &reflection_object_handlers; in PHP_MINIT_FUNCTION()
7256 reflection_class_ptr->default_object_handlers = &reflection_object_handlers; in PHP_MINIT_FUNCTION()
7260 reflection_object_ptr->default_object_handlers = &reflection_object_handlers; in PHP_MINIT_FUNCTION()
7264 reflection_property_ptr->default_object_handlers = &reflection_object_handlers; in PHP_MINIT_FUNCTION()
7272 reflection_extension_ptr->default_object_handlers = &reflection_object_handlers; in PHP_MINIT_FUNCTION()
7288 reflection_enum_ptr->default_object_handlers = &reflection_object_handlers; in PHP_MINIT_FUNCTION()
[all …]
/PHP-8.3/ext/intl/resourcebundle/
H A Dresourcebundle_class.c376 ResourceBundle_ce_ptr->default_object_handlers = &ResourceBundle_object_handlers; in resourcebundle_register_class()
/PHP-8.3/ext/fileinfo/
H A Dfileinfo.c110 finfo_class_entry->default_object_handlers = &finfo_object_handlers; in PHP_MINIT_FUNCTION()
/PHP-8.3/ext/intl/timezone/
H A Dtimezone_class.cpp392 TimeZone_ce_ptr->default_object_handlers = &TimeZone_handlers; in timezone_register_IntlTimeZone_class()
/PHP-8.3/ext/sysvshm/
H A Dsysvshm.c103 sysvshm_ce->default_object_handlers = &sysvshm_object_handlers; in PHP_MINIT_FUNCTION()

Completed in 89 milliseconds

123