Home
last modified time | relevance | path

Searched refs:X (Results 326 – 331 of 331) sorted by last modified time

1...<<11121314

/PHP-5.5/Zend/tests/
H A Dns_040.phpt5 namespace X;
6 use X as Y;
12 function f2($x=\X\A) {
18 function f4($x=\X\A) {
34 echo \X\A;
36 echo \X\A;
H A Dns_065.inc2 namespace X\Y;
6 namespace X\Z;
H A Dns_065.phpt5 use X\Y as test, X\Z as test2;
12 X\Y\foo
13 X\Z\foo
H A Dindirect_method_call_001.phpt13 $X = (new foo)->Inexistent(3);
H A Dindirect_method_call_003.phpt18 $X = (new foo)->setX(10)->getX();
19 var_dump($X); // int(10)
H A Dindirect_reference_this.phpt5 class X {
8 $x = new X;
12 object(X)#%d (0) {

Completed in 46 milliseconds

1...<<11121314