Home
last modified time | relevance | path

Searched refs:self (Results 226 – 250 of 328) sorted by relevance

12345678910>>...14

/PHP-7.4/tests/classes/
H A Dproperty_override_publicStatic_public.phpt10 echo self::$p . "\n";
H A Dproperty_override_protected_protectedStatic.phpt19 echo self::$p . "\n";
H A Dproperty_override_protected_publicStatic.phpt19 echo self::$p . "\n";
H A Dproperty_override_public_protectedStatic.phpt19 echo self::$p . "\n";
H A Dproperty_override_public_publicStatic.phpt19 echo self::$p . "\n";
H A Dproperty_override_protected_privateStatic.phpt19 echo self::$p . "\n";
H A Dproperty_override_public_privateStatic.phpt19 echo self::$p . "\n";
/PHP-7.4/Zend/tests/
H A Dcall_static_003.phpt17 self::foOBAr();
H A Dbug80037.phpt10 public static function fromArray(array $props): self
H A Dbug40621.phpt9 self::__construct();
H A Dbug60833.phpt2 Bug #60833 (self, parent, static behave inconsistently case-sensitive)
H A Dbug70873.phpt12 var_dump(self::$x);
H A Dlsb_022.phpt2 ZE2 Late Static Binding parent::/self:: forwarding and __callStatic
H A Dex_func_null_during_property_write.phpt8 if (self::$i++ != 0) throw new Exception;
/PHP-7.4/ext/pdo/tests/
H A Dpdo_test.inc69 $config = self::get_config($file);
73 return self::factory();
/PHP-7.4/ext/standard/tests/class_object/
H A Dbug71442.phpt20 echo self::NAME, "\n";
/PHP-7.4/ext/opcache/tests/
H A Dpreload_004.phpt18 Fatal error: Undefined class constant 'self::DOES_NOT_EXIST' in Unknown on line 0
/PHP-7.4/ext/reflection/tests/
H A DReflectionType_001.phpt10 function bar(self $x): int { return 1; }
12 function factory(): self { return new c; }
169 string(4) "self"
198 string(4) "self"
/PHP-7.4/ext/standard/tests/file/
H A Dstat_variation1-win32-mb.phpt42 // compare the self stat
61 // compare self stats
H A Dstat_variation1-win32.phpt42 // compare the self stat
61 // compare self stats
H A Dstat_variation3-win32.phpt39 // compare self stats
54 // compare self stats
H A Dstat_variation4-win32.phpt43 // compare self stats
61 // compare self stats
H A Dstat_variation6-win32.phpt41 // compare self stats
58 // compare self stats
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug54911.phpt9 echo self::$crash;
/PHP-7.4/ext/standard/tests/
H A Dforward_static_call_array.phpt29 echo self::NAME, "\n";

Completed in 33 milliseconds

12345678910>>...14