Home
last modified time | relevance | path

Searched refs:__tostring (Results 1 – 25 of 30) sorted by relevance

12

/PHP-8.0/ext/standard/tests/array/
H A Dbug70713.phpt8 function __tostring()
H A Dnatcasesort_object1.phpt21 function __tostring() {
H A Dnatcasesort_object2.phpt26 function __tostring() {
H A Drsort_object1.phpt32 function __tostring() {
H A Darsort_object1.phpt34 function __tostring() {
H A Dsort_object1.phpt32 function __tostring() {
H A Dasort_object1.phpt34 function __tostring() {
H A Dkrsort_object.phpt33 function __tostring() {
H A Dksort_object.phpt34 function __tostring() {
H A Drsort_object2.phpt41 function __tostring() {
H A Darsort_object2.phpt42 function __tostring() {
H A Dasort_object2.phpt42 function __tostring() {
H A Dsort_object2.phpt40 function __tostring() {
/PHP-8.0/Zend/tests/
H A Dmagic_methods_001.phpt23 public function __tostring() {
/PHP-8.0/ext/intl/tests/
H A Dbreakiter_setText_basic.phpt12 function __tostring() { return 'aaa'; }
/PHP-8.0/ext/reflection/tests/
H A DReflectionMethod_getModifiers_basic.phpt55 public function __tostring() {}
157 Modifiers for method TestClass::__tostring():
245 Modifiers for method TestClass::__tostring():
/PHP-8.0/Zend/
H A Dzend.h141 zend_function *__tostring; member
H A Dzend_inheritance.c166 if (EXPECTED(!ce->__tostring)) { in do_inherit_parent_constructor()
167 ce->__tostring = parent->__tostring; in do_inherit_parent_constructor()
2490 if (ce->__tostring && !(ce->ce_flags & ZEND_ACC_TRAIT) in zend_do_link_class()
2492 ZEND_ASSERT(ce->__tostring->common.fn_flags & ZEND_ACC_TRAIT_CLONE); in zend_do_link_class()
H A Dzend_object_handlers.c1732 if (ce->__tostring) { in zend_std_cast_object_tostring()
1735 zend_call_known_instance_method_with_0_params(ce->__tostring, readobj, &retval); in zend_std_cast_object_tostring()
H A Dzend_exceptions.c947 zend_call_known_instance_method_with_0_params(ex->ce->__tostring, ex, &tmp); in zend_exception_error()
/PHP-8.0/ext/opcache/
H A Dzend_persist.c1118 if (ce->__tostring) { in zend_update_parent_ce()
1119 zend_function *tmp = zend_shared_alloc_get_xlat_entry(ce->__tostring); in zend_update_parent_ce()
1121 ce->__tostring = tmp; in zend_update_parent_ce()
H A Dzend_file_cache.c844 SERIALIZE_PTR(ce->__tostring);
1591 UNSERIALIZE_PTR(ce->__tostring);
H A Dzend_accelerator_util_funcs.c376 zend_update_inherited_handler(__tostring); in zend_class_copy_ctor()
/PHP-8.0/ext/filter/
H A Dfilter.c328 if (!ce->__tostring) { in php_zval_filter()
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_prompt.c722 zend_call_known_instance_method_with_0_params(ex->ce->__tostring, ex, &tmp); in phpdbg_handle_exception()

Completed in 61 milliseconds

12