Home
last modified time | relevance | path

Searched refs:__toString (Results 1 – 25 of 318) sorted by last modified time

12345678910>>...13

/PHP-7.4/
H A DNEWS826 . Fixed bug #79683 (Fake reflection scope affects __toString()). (Nikita)
2066 . Fixed bug #77024 (SplFileObject::__toString() may return array). (Craig
H A DUPGRADING262 . Throwing exceptions from __toString() is now permitted. Previously this
439 . Calls to ReflectionType::__toString() now generate a deprecation notice.
/PHP-7.4/ext/date/tests/
H A Dbug73091.phpt2 Bug #73091 (Unserializing DateInterval object may lead to __toString invocation)
6 function __toString() {
/PHP-7.4/ext/simplexml/
H A Dsimplexml.c1941 SXE_METHOD(__toString) in SXE_METHOD() argument
2691 SXE_ME(__toString, arginfo_simplexmlelement__void, ZEND_ACC_PUBLIC)
/PHP-7.4/ext/spl/
H A Dspl_directory.c1945 …SPL_MA(SplFileInfo, __toString, SplFileInfo, getPathname, arginfo_splfileinfo_void, ZEND_ACC…
1971 …SPL_MA(DirectoryIterator, __toString, DirectoryIterator, getFilename, arginfo_splfileinfo_void, ZE…
3126 …SPL_MA(SplFileObject, __toString, SplFileObject, fgets, arginfo_splfileinfo_void, ZEND_AC…
H A Dspl_iterators.c2758 SPL_METHOD(CachingIterator, __toString) in SPL_METHOD() argument
2997 SPL_ME(CachingIterator, __toString, arginfo_recursive_it_void, ZEND_ACC_PUBLIC)
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c1556 ZEND_METHOD(reflection_function, __toString) in ZEND_METHOD() argument
2437 ZEND_METHOD(reflection_parameter, __toString) in ZEND_METHOD() argument
2888 ZEND_METHOD(reflection_type, __toString) in ZEND_METHOD() argument
3021 ZEND_METHOD(reflection_method, __toString) in ZEND_METHOD() argument
3547 ZEND_METHOD(reflection_class_constant, __toString) in ZEND_METHOD() argument
3944 ZEND_METHOD(reflection_class, __toString) in ZEND_METHOD() argument
5367 ZEND_METHOD(reflection_property, __toString) in ZEND_METHOD() argument
5753 ZEND_METHOD(reflection_extension, __toString) in ZEND_METHOD() argument
6104 ZEND_METHOD(reflection_zend_extension, __toString) in ZEND_METHOD() argument
6335 ZEND_ABSTRACT_ME(reflector, __toString, arginfo_reflection__void)
[all …]
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_driver.phpt68 if ('' == $e->__toString())
69 printf("[014] __toString() has returned an empty string.\n");
/PHP-7.4/ext/reflection/tests/
H A DReflectionParameter_ctor_cast.phpt10 new class { public function __toString() { return 'method'; } }
H A DReflectionClass_toString_004.phpt2 Constant evaluation exception during ReflectionClass::__toString()
H A Dbug79683.phpt2 Bug #79683: Fake reflection scope affects __toString()
10 public function __toString()
/PHP-7.4/ext/soap/
H A Dsoap.c230 PHP_METHOD(SoapFault, __toString);
393 PHP_ME(SoapFault, __toString, arginfo_soap__void, 0)
908 PHP_METHOD(SoapFault, __toString) in PHP_METHOD() argument
/PHP-7.4/Zend/
H A Dzend_exceptions.c673 ZEND_METHOD(exception, __toString) in ZEND_METHOD() argument
775 ZEND_ABSTRACT_ME(throwable, __toString, NULL)
807 ZEND_ME(exception, __toString, NULL, 0)
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_107.phpt13 public function __toString() {
/PHP-7.4/ext/mbstring/tests/
H A Dmb_substitute_character_variation1.phpt36 public function __toString() {
H A Dbug79154.phpt11 public function __toString()
/PHP-7.4/tests/classes/
H A Dtostring_001.phpt2 ZE2 __toString()
12 function __toString()
91 test2::__toString()
96 test2::__toString()
99 test2::__toString()
102 test2::__toString()
107 test2::__toString()
108 test2::__toString()
111 test2::__toString()
113 test2::__toString()
[all …]
H A Dtostring_004.phpt12 echo "Object with no __toString():\n";
29 echo "\n\nObject with bad __toString():\n";
31 function __toString() {
54 Object with no __toString():
63 Object with bad __toString():
65 Method badToString::__toString() must return a string value
69 Method badToString::__toString() must return a string value
/PHP-7.4/sapi/cli/tests/
H A D005.phpt98 Method [ <internal:Core, prototype Throwable> public method __toString ] {
/PHP-7.4/ext/xml/tests/
H A Dxml_parser_set_option_variation3.phpt21 function __toString() {
/PHP-7.4/ext/standard/tests/strings/
H A Dvprintf_variation1.phpt27 public function __toString() {
H A Dvprintf_variation2.phpt27 public function __toString() {
H A Dvsprintf_variation1.phpt27 public function __toString() {
H A Dvsprintf_variation2.phpt27 public function __toString() {
H A Dvfprintf_variation20.phpt27 public function __toString() {

Completed in 96 milliseconds

12345678910>>...13