Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-7.1/tests/classes/
H A Dproperty_override_public_protectedStatic.phpt19 echo self::$p . "\n";
H A Dproperty_override_public_publicStatic.phpt19 echo self::$p . "\n";
H A D__call_004.phpt21 self::test3(1,'a');
H A D__call_005.phpt16 self::test3(1,'a');
/PHP-7.1/Zend/tests/
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 Ddereference_014.phpt17 return self::$y;
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();
/PHP-7.1/ext/standard/tests/file/
H A Dstat_variation3-win32.phpt39 // compare self stats
54 // compare self stats
/PHP-7.1/Zend/tests/grammar/
H A Dsemi_reserved_003.phpt71 var $self = 'self';
151 echo $obj->self, PHP_EOL;
232 self
H A Dsemi_reserved_004.phpt71 static $self = 'self';
149 echo Obj::$self, PHP_EOL;
228 self
/PHP-7.1/ext/soap/tests/bugs/
H A Dbug54911.phpt9 echo self::$crash;
/PHP-7.1/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.1/ext/reflection/tests/
H A DReflectionObject_isInstantiable_error.phpt8 return new ReflectionObject(new self);
/PHP-7.1/ext/standard/tests/streams/
H A Dbug49936_win32.phpt13 $dir = 'ftp://your:self@localhost/';
/PHP-7.1/ext/spl/tests/
H A Darray_022.phpt2 SPL: ArrayObject/Iterator and reference to self
/PHP-7.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_serialize.phpt59 if (!self::$instance) {
61 self::$instance = new $c($caller);
63 return self::$instance;
/PHP-7.1/ext/phar/tests/files/
H A Dopenssl.cnf6 x509_extensions = v3_ca # The extensions to add to the self signed cert
/PHP-7.1/ext/date/tests/
H A DDateTime_extends_basic1.phpt18 return parent::format(self::$format);
/PHP-7.1/ext/simplexml/tests/
H A Dbug42259.phpt32 $ancestry = $child->xpath('ancestor-or-self::*');

Completed in 37 milliseconds

12345678910>>...13