Home
last modified time | relevance | path

Searched refs:x (Results 451 – 475 of 1216) sorted by relevance

1...<<11121314151617181920>>...49

/PHP-5.6/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.6/ext/standard/tests/strings/
H A Dbug27276.phpt6 $replacement = str_repeat("x", 12444);
7 $string = str_repeat("x", 9432);
/PHP-5.6/Zend/tests/
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);
H A Dbug44184.phpt6 $x = array(1,2,3);
7 foreach ($x as $a) {
H A Dbug55825.phpt7 static $x=1;
8 echo $x++ . "\n";
/PHP-5.6/ext/standard/tests/array/
H A D001.phpt17 for ($x = 0; $x < $breadth; ++$x) {
26 $temp[$x] = $array;
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 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 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.6/ext/dom/tests/
H A Ddomdocument_createcomment_error_001.phpt9 $x = new DomDocument();
10 $x->createComment();
/PHP-5.6/ext/tidy/tests/
H A D018.phpt7 $x = tidy_repair_string("<p>abra\0cadabra</p>",
12 var_dump($x);
/PHP-5.6/ext/pcre/pcrelib/testdata/
H A Dtestoutput246 \x{d800}
10 \P\P\x{d800}
/PHP-5.6/ext/standard/tests/serialize/
H A Dbug42919.phpt9 $x = unserialize(serialize(new Bar));
10 echo get_class($x) . "\n";
/PHP-5.6/ext/standard/tests/file/
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.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 …]
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_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 …]
/PHP-5.6/ext/gd/libgd/
H A Dgd_topal.c92 #define RIGHT_SHIFT(x,shft) ((x) >> (shft)) argument
96 #define range_limit(x) { if(x<0) x=0; if (x>255) x=255; } argument
946 int i, x, ncolors; local
979 x = nim->red[i];
981 if (x < minc0)
999 if (x <= centerc0)
1016 if (x < minc1)
1033 if (x <= centerc1)
1048 x = nim->blue[i];
1050 if (x < minc2)
[all …]
/PHP-5.6/ext/sqlite3/tests/
H A Dsqlite3_prepare_001.phpt8 function test(&$x) {
10 $x = $class->prepare('SELECT 1');
/PHP-5.6/ext/soap/tests/
H A Dclassmap003.phpt10 public $x;
12 $this->x = $a;
53 [x] => 5
/PHP-5.6/tests/lang/
H A Dengine_assignExecutionOrder_009.phpt5 function f($x) {
6 echo "f($x) ";
7 return $x;

Completed in 53 milliseconds

1...<<11121314151617181920>>...49