Home
last modified time | relevance | path

Searched refs:x (Results 426 – 450 of 1169) sorted by relevance

1...<<11121314151617181920>>...47

/PHP-5.5/Zend/tests/
H A Dbug26281.phpt5 $x = 'abc';
6 switch ($x[0]) {
H A Dbug34358.phpt10 $x = new foo();
11 $x->bar();
H A Dinter_02.phpt14 function foo($x = \foo\foo::foo) {
15 var_dump($x);
H A Dns_006.phpt10 $x = "test\\ns1\\Exception";
11 echo get_class(new $x),"\n";
H A Dbug67111.phpt9 foreach ($array1 as $x) {
11 echo "$x.$y\n";
H A Dbug45180.phpt24 $x = new foo;
26 $x->test();
28 $x::A();
H A Dns_052.phpt9 function foo($x = \INI_ALL) {
10 var_dump($x);
H A Dbug38234.phpt11 $x = new Foo();
12 $y = clone $x;
H A Dbug64578.phpt8 function x($s) { $s['a'] = 1; };
10 x($y);
H A Dclosure_029.phpt7 var_dump(function(&$x) { } instanceof closure);
8 var_dump(@function(&$x) use ($y, $z) { } instanceof closure);
/PHP-5.5/ext/spl/tests/
H A Dbug46115.phpt6 $x = new reflectionmethod('RecursiveArrayIterator', 'asort');
7 $z = $x->invoke($h);
/PHP-5.5/Zend/tests/generators/finally/
H A Dreturn_yield.phpt14 foreach (foo(1, 5) as $x) {
15 echo $x, "\n";
H A Dyield_return.phpt14 foreach (foo(1, 5) as $x) {
15 echo $x, "\n";
/PHP-5.5/ext/standard/tests/strings/
H A Dbug27276.phpt6 $replacement = str_repeat("x", 12444);
7 $string = str_repeat("x", 9432);
/PHP-5.5/ext/reflection/tests/
H A Dbug60357.phpt5 function foo( array $x = array( 'a', 'b' ) ) {}
10 Parameter #0 [ <optional> array $x = Array ]
H A Dbug46205.phpt5 $x = new reflectionmethod('reflectionparameter', 'export');
9 $x->invokeArgs(new reflectionparameter('trim', 'str'), array($y, 1));
/PHP-5.5/ext/standard/tests/array/
H A D001.phpt17 for ($x = 0; $x < $breadth; ++$x) {
26 $temp[$x] = $array;
H A Dkrsort_variation5.phpt34 't' => "TTTT", 'T' => "ttt", 'W' => "ww", 'X' => "x", 'x' => "X", 'O' => "oraNGe",
166 ["x"]=>
175 string(1) "x"
192 ["x"]=>
201 string(1) "x"
218 ["x"]=>
227 string(1) "x"
H A Darsort_variation5.phpt34 'T' => "TTTT", 't' => "ttt", 'w' => "ww", 'x' => "x", 'X' => "X", 'o' => "oraNGe",
172 ["x"]=>
173 string(1) "x"
200 ["x"]=>
201 string(1) "x"
228 ["x"]=>
229 string(1) "x"
H A Dasort_variation5.phpt34 'T' => "TTTT", 't' => "ttt", 'w' => "ww", 'x' => "x", 'X' => "X", 'o' => "oraNGe",
194 ["x"]=>
195 string(1) "x"
222 ["x"]=>
223 string(1) "x"
250 ["x"]=>
251 string(1) "x"
H A Dksort_variation5.phpt34 't' => "TTTT", 'T' => "ttt", 'W' => "ww", 'X' => "x", 'x' => "X", 'O' => "oraNGe",
179 string(1) "x"
186 ["x"]=>
205 string(1) "x"
212 ["x"]=>
231 string(1) "x"
238 ["x"]=>
/PHP-5.5/ext/dom/tests/
H A Ddomdocument_createcomment_error_001.phpt9 $x = new DomDocument();
10 $x->createComment();
/PHP-5.5/ext/standard/tests/file/
H A Dfseek_ftell_rewind_variation4-win32.phpt2 Test fseek(), ftell() & rewind() functions : usage variations - all w and x modes, SEEK_SET
29 "x","xb","xt","x+","x+b","x+t");
70 *** Testing fseek(), ftell(), rewind() : whence = SEEK_SET & all w and x modes ***
175 -- File opened in mode x --
226 -- File opened in mode x+ --
243 -- File opened in mode x+b --
260 -- File opened in mode x+t --
381 -- File opened in mode x --
432 -- File opened in mode x+ --
449 -- File opened in mode x+b --
[all …]
H A Dfseek_ftell_rewind_variation4.phpt2 Test fseek(), ftell() & rewind() functions : usage variations - all w and x modes, SEEK_SET
29 "x","xb","xt","x+","x+b","x+t");
70 *** Testing fseek(), ftell(), rewind() : whence = SEEK_SET & all w and x modes ***
175 -- File opened in mode x --
226 -- File opened in mode x+ --
243 -- File opened in mode x+b --
260 -- File opened in mode x+t --
381 -- File opened in mode x --
432 -- File opened in mode x+ --
449 -- File opened in mode x+b --
[all …]
H A Dfseek_ftell_rewind_variation6-win32.phpt2 Test fseek(), ftell() & rewind() functions : usage variations - all w & x modes, SEEK_CUR
30 "x","xb","xt","x+","x+b","x+t");
70 *** Testing fseek(), ftell(), rewind() : whence = SEEK_CUR & all w and x modes ***
175 -- File opened in mode x --
226 -- File opened in mode x+ --
243 -- File opened in mode x+b --
260 -- File opened in mode x+t --
381 -- File opened in mode x --
432 -- File opened in mode x+ --
449 -- File opened in mode x+b --
[all …]

Completed in 44 milliseconds

1...<<11121314151617181920>>...47