Home
last modified time | relevance | path

Searched refs:self (Results 201 – 225 of 316) sorted by relevance

12345678910>>...13

/PHP-7.1/Zend/tests/return_types/
H A Dinheritance006.phpt2 External covariant return type of self
/PHP-7.1/Zend/tests/try/
H A Dcatch_004.phpt15 self::fail();
/PHP-7.1/ext/pdo/tests/
H A Dpdo_test.inc69 $config = self::get_config($file);
73 return self::factory();
/PHP-7.1/ext/spl/internal/
H A Drecursivecachingiterator.inc32 function __construct(RecursiveIterator $it, $flags = self::CALL_TOSTRING)
64 if (!$this->flags & self::CATCH_GET_CHILD)
/PHP-7.1/ext/standard/tests/file/
H A Dbug43522.phpt6 $fp = fopen(__FILE__, 'r'); // Open self
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
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
/PHP-7.1/ext/standard/tests/streams/
H A Duser_streams_consumed_bug.phpt11 self::$cache .= $bucket->data;
/PHP-7.1/Zend/tests/
H A Dbug72177_2.phpt23 var_dump(self::$tab);
H A Dbug74657.phpt12 public $options = [self::FOO => "bar"];
H A Dcall_static_003.phpt17 self::foOBAr();
H A Dbug40621.phpt9 self::__construct();
/PHP-7.1/tests/classes/
H A Dproperty_override_protectedStatic_private.phpt10 echo self::$p . "\n";
H A Dproperty_override_protectedStatic_protected.phpt10 echo self::$p . "\n";
H A Dproperty_override_protectedStatic_public.phpt10 echo self::$p . "\n";
H A Dproperty_override_publicStatic_private.phpt10 echo self::$p . "\n";
H A Dproperty_override_publicStatic_protected.phpt10 echo self::$p . "\n";
H A Dproperty_override_publicStatic_public.phpt10 echo self::$p . "\n";
H A Dproperty_override_protected_privateStatic.phpt19 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_privateStatic.phpt19 echo self::$p . "\n";
/PHP-7.1/ext/standard/tests/class_object/
H A Dbug71442.phpt20 echo self::NAME, "\n";

Completed in 28 milliseconds

12345678910>>...13