Home
last modified time | relevance | path

Searched refs:__toString (Results 151 – 175 of 330) sorted by relevance

12345678910>>...14

/PHP-8.0/ext/standard/tests/array/
H A Darray_fill_keys_variation2.phpt18 public function __toString() { return "Class A object"; }
H A Darray_fill_variation3.phpt23 function __toString()
H A Dend_64bit.phpt72 function __toString() {
78 function __toString() {
H A Darray_fill_keys_variation4.phpt19 public function __toString() { return "Class A object"; }
H A Darray_merge_variation1.phpt21 public function __toString() {
H A Darray_multisort_variation9.phpt9 public function __toString() {
H A Dend.phpt72 function __toString() {
78 function __toString() {
H A Darray_push_variation2.phpt21 public function __toString() {
/PHP-8.0/ext/soap/
H A Dsoap.stub.php23 public function __toString(): string {} function in SoapFault
H A Dsoap_arginfo.h143 ZEND_METHOD(SoapFault, __toString);
191 ZEND_ME(SoapFault, __toString, arginfo_class_SoapFault___toString, ZEND_ACC_PUBLIC)
/PHP-8.0/ext/reflection/tests/
H A DReflectionClass_toString_003.phpt2 ReflectionClass::__toString() - verify 'inherits', 'overwrites' and 'prototype' parts of method rep…
H A DReflectionClass_toString_002.phpt2 ReflectionClass::__toString() - verify 'inherits', 'overwrites' and 'prototype' parts of method rep…
/PHP-8.0/build/
H A Dgen_stub.php332 public function __toString() { function in Type
469 public function __toString(): string; function
514 public function __toString(): string { function in FunctionName
558 public function __toString(): string { function in MethodName
880 …asType === "alias" && isset($funcMap[$this->alias->__toString()]) ? $funcMap[$this->alias->__toStr…
881 $aliasFunc = $aliasMap[$this->name->__toString()] ?? null;
904 $methodname = $doc->createElement('methodname', $this->name->__toString());
1878 $funcMap[$funcInfo->name->__toString()] = $funcInfo;
1881 $aliasMap[$funcInfo->alias->__toString()] = $funcInfo;
1890 if (!isset($funcMap[$aliasFunc->alias->__toString()])) {
[all …]
/PHP-8.0/ext/standard/tests/strings/
H A Dlcfirst.phpt84 The error can be avoided by choosing the __toString magix method as follows: */
87 function __toString() {
H A Dvfprintf_variation1.phpt20 public function __toString()
H A Dstrstr.phpt70 The error can be avoided by choosing the __toString magix method as follows: */
74 function __toString() {
82 function __toString() {
H A Ddirname_variation.phpt7 function __toString() {
H A Dstrval_variation1.phpt16 function __toString() {
H A Dprint_variation1.phpt14 public function __toString() {
H A Dstrip_tags_variation2.phpt23 public function __toString(){
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_driver.phpt67 if ('' == $e->__toString())
68 printf("[014] __toString() has returned an empty string.\n");
/PHP-8.0/ext/standard/tests/file/
H A Dfscanf_variation54.phpt17 function __toString() {
/PHP-8.0/Zend/tests/
H A Dtemporary_cleaning_013.phpt8 function __toString() { return "a"; }
244 function __toString() { return "a"; }
254 function __toString() { return "a"; }
263 function __toString() { $x = "Z"; return ++$x; }
H A Dmagic_methods_inheritance_rules.phpt28 public function __toString(): string {}
/PHP-8.0/ext/mbstring/tests/
H A Dmb_ereg_replace_variation1.phpt26 public function __toString() {

Completed in 35 milliseconds

12345678910>>...14