Searched refs:__tostring (Results 1 – 25 of 29) sorted by relevance
12
8 function __tostring()
21 function __tostring() {
26 function __tostring() {
32 function __tostring() {
34 function __tostring() {
33 function __tostring() {
41 function __tostring() {
42 function __tostring() {
40 function __tostring() {
23 public function __tostring() {
10 function __tostring() { return 'aaa'; }
55 public function __tostring() {}157 Modifiers for method TestClass::__tostring():245 Modifiers for method TestClass::__tostring():
181 zend_function *__tostring; member
158 if (EXPECTED(!ce->__tostring)) { in do_inherit_parent_constructor()159 ce->__tostring = parent->__tostring; in do_inherit_parent_constructor()2784 zend_update_inherited_handler(__tostring); in zend_lazy_class_load()3030 if (ce->__tostring && !(ce->ce_flags & ZEND_ACC_TRAIT) in zend_do_link_class()3032 ZEND_ASSERT(ce->__tostring->common.fn_flags & ZEND_ACC_TRAIT_CLONE); in zend_do_link_class()
86 ZEND_ENUM_DISALLOW_MAGIC_METHOD(__tostring, "__toString"); in zend_verify_enum_magic_methods()
1873 if (ce->__tostring) { in zend_std_cast_object_tostring()1876 zend_call_known_instance_method_with_0_params(ce->__tostring, readobj, &retval); in zend_std_cast_object_tostring()
926 zend_call_known_instance_method_with_0_params(ex->ce->__tostring, ex, &tmp); in zend_exception_error()
1197 if (ce->__tostring) { in zend_update_parent_ce()1198 zend_function *tmp = zend_shared_alloc_get_xlat_entry(ce->__tostring); in zend_update_parent_ce()1200 ce->__tostring = tmp; in zend_update_parent_ce()
861 SERIALIZE_PTR(ce->__tostring);1685 UNSERIALIZE_PTR(ce->__tostring);
264 if (!ce->__tostring) { in php_zval_filter()
720 zend_call_known_instance_method_with_0_params(ex->ce->__tostring, ex, &tmp); in phpdbg_handle_exception()
Completed in 56 milliseconds