Home
last modified time | relevance | path

Searched refs:self (Results 151 – 175 of 323) sorted by relevance

12345678910>>...13

/PHP-7.3/Zend/tests/
H A Dbug43332_1.phpt2 Bug #43332.1 (self and parent as type hint in namespace)
8 public function bar(self $a) { }
H A Dobjects_022.phpt2 Testing 'self', 'parent' as type-hint
13 public function testFoo(self $obj) {
H A Dbug70918.phpt18 self::x;
44 string(50) "Cannot access self:: when no class scope is active"
H A Dbug41640.phpt7 public $x = self::FOO;
H A Dinter_03.phpt11 const c = self::b;
H A Dgc_036.phpt2 GC 036: Memleaks in self-referenced array
H A Dbug53347.phpt10 return isset( self::${$type}[$key] );
/PHP-7.3/ext/phar/phar/
H A Dpharcommand.inc257 self::notice($msg);
259 self::error($msg);
264 return self::cli_arg_typ_file($arg);
943 return self::phar_args('FE', 'phar');
1080 $args = self::phar_args('Fs', 'phar');
1123 return self::phar_args('FCe', 'phar');
1183 return self::phar_args('FHy', 'phar');
1305 return self::phar_args('Fek', 'phar');
1373 return self::phar_args('Fek', 'phar');
1447 return self::phar_args('Fk', 'phar');
[all …]
/PHP-7.3/ext/intl/tests/
H A Dtimezone_equals_basic.phpt13 echo "Comparison to self:\n";
25 Comparison to self:
/PHP-7.3/ext/openssl/tests/
H A DCertificateGenerator.inc48 $this->caKey = self::generateKey();
63 'config' => self::CONFIG,
95 $this->lastKey = self::generateKey($keyLength);
/PHP-7.3/ext/sqlite3/tests/
H A Dsqlite3_openblob_wrongparams.phpt24 $ret = substr(self::$string, $this->position, $count);
36 return array('size' => self::$string_length);
46 return ($this->position >= self::$string_length);
/PHP-7.3/ext/reflection/tests/
H A DReflectionParameter_DefaultValueConstant_basic1.phpt31 public function baz($param1 = self::bar, $param2=Foo2::bar, $param3=CONST_TEST_1) {
50 string(9) "self::bar"
H A Dstatic_properties_002.phpt10 echo __METHOD__ . '(' . self::$prop . ")\n";
23 echo __METHOD__ . '(' . self::$prop . ")\n";
H A Dbug45765.phpt2 Fixed bug #45765 (ReflectionObject with default parameters of self::xxx cause an error)
13 function test($a = self::BAR) {
/PHP-7.3/ext/opcache/tests/opt/
H A Dsccp_024.phpt15 $b = "self";
36 L4 (8): T2 = INSTANCEOF CV0($obj) string("self")
/PHP-7.3/tests/classes/
H A Dclone_006.phpt12 $this->id = self::$id++;
17 $this->id = self::$id++;
/PHP-7.3/ext/spl/tests/
H A Diterator_047.phpt12 if (self::$fail == $state)
21 self::fail(1, __METHOD__);
28 self::fail(2, __METHOD__);
/PHP-7.3/ext/spl/internal/
H A Drecursivetreeiterator.inc33 …t(RecursiveIterator $it, $rit_flags = self::BYPASS_KEY, $cit_flags = CachingIterator::CATCH_GET_CH…
100 if ($this->rit_flags & self::BYPASS_CURRENT)
114 if ($this->rit_flags & self::BYPASS_KEY)
H A Dmultipleiterator.inc42 public function __construct($flags = self::MIT_NEED_ALL|self::MIT_KEYS_NUMERIC)
129 $expect = $this->flags & self::MIT_NEED_ALL ? true : false;
168 if ($this->flags & self::MIT_KEYS_ASSOC)
182 else if ($this->flags & self::MIT_NEED_ALL)
212 else if ($this->flags & self::MIT_NEED_ALL)
H A Dspldoublylinkedlist.inc147 if ($this->_it_mode & self::IT_MODE_LIFO) {
179 if ($this->_it_mode & self::IT_MODE_LIFO) {
180 if ($this->_it_mode & self::IT_MODE_DELETE) {
185 if ($this->_it_mode & self::IT_MODE_DELETE) {
216 if ($this->_it_mode & self::IT_MODE_LIFO) {
242 if ($this->_it_mode & self::IT_MODE_LIFO) {
263 if ($this->_it_mode & self::IT_MODE_LIFO) {
H A Drecursiveiteratoriterator.inc37 private $mode = self::LEAVES_ONLY;
53 function __construct(RecursiveIterator $it, $mode = self::LEAVES_ONLY, $flags = 0)
120 if (!($this->flags & self::CATCH_GET_CHILD))
219 if (($this->mode == self::SELF_FIRST && $this->callHasChildren())
220 || $this->mode == self::LEAVES_ONLY)
/PHP-7.3/ext/tokenizer/tests/
H A Dtoken_get_all_TOKEN_PARSE_001.phpt18 public $x = self::CONTINUE + 1;
81 L12: T_STRING self
/PHP-7.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetchobject.phpt43 self::$static_set_calls, $this->set_calls);
50 $prop, var_export($value, true), $this->set_calls, self::$static_set_calls);
58 self::$static_set_calls++;
/PHP-7.3/
H A DREADME.SELF-CONTAINED-EXTENSIONS3 A self-contained extension can be distributed independently of
29 Just to show you how easy it is to create a self-contained
31 self-contained one. Install PHP and execute the following
79 self-contained extension, you do not need more than a few
125 And that's it. You now have a self-contained extension.
137 In order to be useful, a self-contained extension must be loadable
/PHP-7.3/sapi/fpm/tests/
H A Dlogtool.inc142 self::P_TIME,
144 $is_stderr ? self::P_PREFIX : self::P_PREFIX_STDOUT
160 self::P_TIME, $this->getExpectedLevel(),
161 $is_stderr ? self::P_PREFIX : self::P_PREFIX_STDOUT
167 if ($matches[1] !== substr(self::FINAL_SUFFIX, $this->suffixPosition)) {
228 if (empty($finalSuffix) || strpos(self::FINAL_SUFFIX, $finalSuffix) === false) {
231 if (self::FINAL_SUFFIX !== $finalSuffix) {
339 $pattern = sprintf('/^%s %s: %s$/', self::P_TIME, $type, $expectedMessage);

Completed in 64 milliseconds

12345678910>>...13