Home
last modified time | relevance | path

Searched refs:self (Results 251 – 275 of 328) sorted by relevance

1...<<11121314

/PHP-7.4/Zend/tests/
H A Ddereference_003.phpt16 return array(1.2, array(new self));
H A Dgc_033.phpt13 /* remove the self-reference array out of roots */
H A Dindirect_method_call_002.phpt13 return new self;
H A Dbug42937.phpt19 self::test1();
H A Dbug45180.phpt11 self::WWW();
H A Dbug78340.phpt12 $this->bytes= self::$files[$path];
H A Ddereference_014.phpt17 return self::$y;
/PHP-7.4/ext/curl/tests/
H A Dbug78775.phpt16 $handle = curl_init('https://self-signed.badssl.com/');
/PHP-7.4/Zend/tests/grammar/
H A Dsemi_reserved_003.phpt72 var $self = 'self';
153 echo $obj->self, PHP_EOL;
235 self
H A Dsemi_reserved_004.phpt72 static $self = 'self';
151 echo Obj::$self, PHP_EOL;
231 self
H A Dsemi_reserved_008.phpt14 self(){ echo __METHOD__, PHP_EOL; }
/PHP-7.4/ext/standard/tests/streams/
H A Dbug49936_win32.phpt13 $dir = 'ftp://your:self@localhost/';
/PHP-7.4/tests/lang/
H A Dbug20175.phpt114 if (!isset(self::$oop_value)) {
115 self::$oop_value = new oop_class;
117 echo self::$oop_value->oop_name;
/PHP-7.4/ext/spl/tests/
H A Darray_022.phpt2 SPL: ArrayObject/Iterator and reference to self
/PHP-7.4/Zend/tests/arrow_functions/
H A D005.phpt26 $fn = fn() => self::class;
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_serialize.phpt57 if (!self::$instance) {
59 self::$instance = new $c($caller);
61 return self::$instance;
/PHP-7.4/ext/phar/tests/files/
H A Dopenssl.cnf6 x509_extensions = v3_ca # The extensions to add to the self signed cert
/PHP-7.4/tests/classes/
H A D__call_004.phpt21 self::test3(1,'a');
H A D__call_005.phpt16 self::test3(1,'a');
/PHP-7.4/ext/date/tests/
H A DDateTime_extends_basic1.phpt18 return parent::format(self::$format);
/PHP-7.4/ext/opcache/tests/
H A Dinvalid_new_dce.phpt42 Cannot declare self-referencing constant 'Abc::BAR'
/PHP-7.4/ext/simplexml/tests/
H A Dbug42259.phpt32 $ancestry = $child->xpath('ancestor-or-self::*');
/PHP-7.4/ext/openssl/tests/
H A Dopenssl.cnf13 x509_extensions = v3_ca # The extensions to add to the self signed cert
/PHP-7.4/Zend/tests/traits/
H A Dbug55214.phpt19 return self::$static_var;
/PHP-7.4/ext/standard/tests/general_functions/
H A Dbug40398.phpt2 Bug #40398 (parent and self callback functions erroneously called statically)

Completed in 26 milliseconds

1...<<11121314