Home
last modified time | relevance | path

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

12345678910>>...15

/PHP-8.2/ext/standard/tests/strings/
H A Daddcslashes_002.phpt17 public function __toString() {
H A Ducfirst.phpt54 The error can be avoided by choosing the __toString magix method as follows: */
57 function __toString() {
/PHP-8.2/ext/standard/tests/file/
H A Dfile_put_contents.phpt6 function __toString() {
/PHP-8.2/ext/reflection/
H A Dphp_reflection_arginfo.h651 ZEND_METHOD(ReflectionFunction, __toString);
666 ZEND_METHOD(ReflectionMethod, __toString);
683 ZEND_METHOD(ReflectionClass, __toString);
738 ZEND_METHOD(ReflectionProperty, __toString);
760 ZEND_METHOD(ReflectionClassConstant, __toString);
775 ZEND_METHOD(ReflectionParameter, __toString);
797 ZEND_METHOD(ReflectionType, __toString);
803 ZEND_METHOD(ReflectionExtension, __toString);
816 ZEND_METHOD(ReflectionZendExtension, __toString);
830 ZEND_METHOD(ReflectionAttribute, __toString);
[all …]
/PHP-8.2/ext/openssl/tests/
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/dom/tests/
H A DDOMElement_className.phpt9 public function __toString(): string {
H A DDOMElement_id.phpt9 public function __toString(): string {
/PHP-8.2/Zend/tests/
H A Dcast_to_object.phpt9 function __toString() {
H A Dsettype_object.phpt9 function __toString() {
H A Dbug28444.phpt15 function __toString() {
/PHP-8.2/ext/phar/phar/
H A Ddirectorytreeiterator.inc43 . $this->getSubIterator($l)->__toString();
/PHP-8.2/ext/reflection/tests/
H A DReflectionClass_export_basic1.phpt2 ReflectionClass::__toString() - various parameters
H A D001.phpt26 'UMLClass::__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() {
H A Darray_multisort_variation8.phpt15 public function __toString() {
/PHP-8.2/ext/filter/tests/
H A D014.phpt10 function __toString() {
H A D061.phpt10 function __toString() {
/PHP-8.2/Zend/tests/type_declarations/
H A Dtyped_class_constants_inheritance_success2.phpt6 public function __toString() {
H A Dtyped_class_constants_type_success2.phpt14 public function __toString() {
/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_driver.phpt78 if ('' == $e->__toString()) {
79 printf("[014] __toString() has returned an empty string.\n");
/PHP-8.2/Zend/
H A Dzend_exceptions_arginfo.h95 ZEND_METHOD(Exception, __toString);
123 ZEND_ME(Exception, __toString, arginfo_class_Exception___toString, ZEND_ACC_PUBLIC)
146 ZEND_MALIAS(Exception, __toString, __toString, arginfo_class_Error___toString, ZEND_ACC_PUBLIC)
/PHP-8.2/ext/intl/tests/
H A Dtransliterator_transliterate_variant1.phpt16 function __toString() { return "inexistent id"; }

Completed in 139 milliseconds

12345678910>>...15