Home
last modified time | relevance | path

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

12

/php-src/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-src/Zend/tests/
H A Dmagic_methods_001.phpt23 public function __tostring() {
/php-src/ext/intl/tests/
H A Dbreakiter_setText_basic.phpt10 function __tostring() { return 'aaa'; }
/php-src/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-src/Zend/
H A Dzend.h181 zend_function *__tostring; member
H A Dzend_enum.c91 ZEND_ENUM_DISALLOW_MAGIC_METHOD(__tostring, "__toString"); in zend_verify_enum_magic_methods()
H A Dzend_inheritance.c164 if (EXPECTED(!ce->__tostring)) { in do_inherit_parent_constructor()
165 ce->__tostring = parent->__tostring; in do_inherit_parent_constructor()
3341 zend_update_inherited_handler(__tostring); in zend_lazy_class_load()
3621 if (ce->__tostring && !(ce->ce_flags & ZEND_ACC_TRAIT) in zend_do_link_class()
3623 ZEND_ASSERT(ce->__tostring->common.fn_flags & ZEND_ACC_TRAIT_CLONE); in zend_do_link_class()
H A Dzend_exceptions.c918 zend_call_known_instance_method_with_0_params(ex->ce->__tostring, ex, &tmp); in zend_exception_error()
H A Dzend_object_handlers.c2319 if (ce->__tostring) { in zend_std_cast_object_tostring()
2322 zend_call_known_instance_method_with_0_params(ce->__tostring, readobj, &retval); in zend_std_cast_object_tostring()
/php-src/ext/opcache/
H A Dzend_persist.c1241 if (ce->__tostring) { in zend_update_parent_ce()
1242 zend_function *tmp = zend_shared_alloc_get_xlat_entry(ce->__tostring); in zend_update_parent_ce()
1244 ce->__tostring = tmp; in zend_update_parent_ce()
H A Dzend_file_cache.c883 SERIALIZE_PTR(ce->__tostring);
1727 UNSERIALIZE_PTR(ce->__tostring);
/php-src/ext/filter/
H A Dfilter.c260 if (!ce->__tostring) { in php_zval_filter()
/php-src/sapi/phpdbg/
H A Dphpdbg_prompt.c717 zend_call_known_instance_method_with_0_params(ex->ce->__tostring, ex, &tmp); in phpdbg_handle_exception()

Completed in 56 milliseconds

12