Home
last modified time | relevance | path

Searched refs:__toString (Results 126 – 150 of 338) sorted by relevance

12345678910>>...14

/PHP-8.2/ext/reflection/tests/
H A DReflectionNamedType.phpt2 ReflectionNamedType::getName() and ReflectionNamedType::__toString()
H A DReflectionClass_export_basic2.phpt2 ReflectionClass::__toString() - ensure inherited private props are hidden.
H A DReflectionClass_export_basic1.phpt2 ReflectionClass::__toString() - various parameters
/PHP-8.2/Zend/tests/
H A Dcast_to_string.phpt9 function __toString() {
H A Dsettype_string.phpt9 function __toString() {
H A Dbug30162.phpt30 public function __toString() {
H A Dcast_to_array.phpt13 function __toString() {
H A Dsettype_array.phpt13 function __toString() {
H A Dcast_to_object.phpt9 function __toString() {
H A Dsettype_object.phpt9 function __toString() {
/PHP-8.2/ext/opcache/tests/opt/
H A Dsccp_026.phpt15 if (!is_string($var) || (is_object($var) && !method_exists($var, '__toString'))) {
/PHP-8.2/ext/standard/tests/file/
H A Dfile_put_contents.phpt6 function __toString() {
/PHP-8.2/ext/openssl/tests/
H A Dbug38261.phpt9 function __toString() {
H A Dbug38255.phpt12 function __toString() {
H A Dopenssl_private_encrypt_basic.phpt13 function __toString() {
H A Dopenssl_public_encrypt_basic.phpt13 function __toString() {
/PHP-8.2/ext/standard/tests/strings/
H A Daddcslashes_002.phpt17 public function __toString() {
/PHP-8.2/ext/reflection/
H A Dphp_reflection_arginfo.h644 ZEND_METHOD(ReflectionFunction, __toString);
658 ZEND_METHOD(ReflectionMethod, __toString);
675 ZEND_METHOD(ReflectionClass, __toString);
730 ZEND_METHOD(ReflectionProperty, __toString);
752 ZEND_METHOD(ReflectionClassConstant, __toString);
765 ZEND_METHOD(ReflectionParameter, __toString);
787 ZEND_METHOD(ReflectionType, __toString);
793 ZEND_METHOD(ReflectionExtension, __toString);
806 ZEND_METHOD(ReflectionZendExtension, __toString);
820 ZEND_METHOD(ReflectionAttribute, __toString);
[all …]
/PHP-8.2/build/
H A Dgen_stub.php761 public function __toString() { function in Type
912 public function __toString(): string; function
922 return $this->__toString() === $const->__toString();
949 $name = $this->__toString();
956 public function __toString(): string function in ConstName
977 public function __toString(): string function in ClassConstName
993 public function __toString(): string function in PropertyName
1004 public function __toString(): string; function
1056 public function __toString(): string { function in FunctionName
1905 return $this->name->__toString();
[all …]
/PHP-8.2/ext/phar/phar/
H A Ddirectorytreeiterator.inc43 . $this->getSubIterator($l)->__toString();
/PHP-8.2/ext/posix/tests/
H A Dposix_ttyname_variation6.phpt17 public function __toString() {
/PHP-8.2/Zend/tests/named_params/
H A D__call.phpt20 $obj = new class { public function __toString() { return "STR"; } };
/PHP-8.2/ext/standard/tests/array/
H A Darray_multisort_variation7.phpt9 public function __toString() {
/PHP-8.2/ext/filter/tests/
H A D014.phpt10 function __toString() {
H A D061.phpt10 function __toString() {

Completed in 39 milliseconds

12345678910>>...14