Home
last modified time | relevance | path

Searched refs:x (Results 676 – 700 of 1216) sorted by relevance

1...<<21222324252627282930>>...49

/PHP-5.6/ext/standard/tests/file/
H A Dfgetcsv_variation21.phpt23 "x+", "x+b", "x+t");
168 -- Testing fgetcsv() with file opened using x+ mode --
176 -- Testing fgetcsv() with file opened using x+b mode --
184 -- Testing fgetcsv() with file opened using x+t mode --
H A Dfputcsv_variation13.phpt37 "x+", "x+b", "x+t");
160 -- file opened in x+ --
169 -- file opened in x+b --
178 -- file opened in x+t --
268 -- file opened in x+ --
277 -- file opened in x+b --
286 -- file opened in x+t --
376 -- file opened in x+ --
484 -- file opened in x+ --
592 -- file opened in x+ --
[all …]
H A Dfseek_ftell_rewind_basic2-win32.phpt2 Test fseek(), ftell() & rewind() functions : basic functionality - all w and x modes
28 "x","xb","xt","x+","x+b","x+t");
174 -- File opened in mode x --
222 -- File opened in mode x+ --
238 -- File opened in mode x+b --
254 -- File opened in mode x+t --
368 -- File opened in mode x --
416 -- File opened in mode x+ --
432 -- File opened in mode x+b --
448 -- File opened in mode x+t --
H A Dfseek_ftell_rewind_basic2.phpt2 Test fseek(), ftell() & rewind() functions : basic functionality - all w and x modes
27 "x","xb","xt","x+","x+b","x+t");
173 -- File opened in mode x --
221 -- File opened in mode x+ --
237 -- File opened in mode x+b --
253 -- File opened in mode x+t --
367 -- File opened in mode x --
415 -- File opened in mode x+ --
431 -- File opened in mode x+b --
447 -- File opened in mode x+t --
H A Dfscanf_variation34.phpt49 $hexa_formats = array( "%x",
51 " %x", "%x ", "% x",
52 "\t%x", "\n%x", "%4x",
53 "%30x", "%[0-9A-Za-z]", "%*x");
H A Dfgetcsv_variation15.phpt31 "x+", "x+b", "x+t");
206 -- Testing fgetcsv() with file opened using x+ mode --
216 -- Testing fgetcsv() with file opened using x+b mode --
226 -- Testing fgetcsv() with file opened using x+t mode --
356 -- Testing fgetcsv() with file opened using x+ mode --
366 -- Testing fgetcsv() with file opened using x+b mode --
376 -- Testing fgetcsv() with file opened using x+t mode --
506 -- Testing fgetcsv() with file opened using x+ mode --
516 -- Testing fgetcsv() with file opened using x+b mode --
680 -- Testing fgetcsv() with file opened using x+ mode --
[all …]
H A Dfgetcsv_variation16.phpt33 "x+", "x+b", "x+t");
210 -- Testing fgetcsv() with file opened using x+ mode --
220 -- Testing fgetcsv() with file opened using x+b mode --
230 -- Testing fgetcsv() with file opened using x+t mode --
360 -- Testing fgetcsv() with file opened using x+ mode --
370 -- Testing fgetcsv() with file opened using x+b mode --
380 -- Testing fgetcsv() with file opened using x+t mode --
510 -- Testing fgetcsv() with file opened using x+ mode --
520 -- Testing fgetcsv() with file opened using x+b mode --
684 -- Testing fgetcsv() with file opened using x+ mode --
[all …]
H A Dfgetcsv_variation11.phpt36 "x+", "x+b", "x+t");
216 -- Testing fgetcsv() with file opened using x+ mode --
226 -- Testing fgetcsv() with file opened using x+b mode --
236 -- Testing fgetcsv() with file opened using x+t mode --
366 -- Testing fgetcsv() with file opened using x+ mode --
376 -- Testing fgetcsv() with file opened using x+b mode --
386 -- Testing fgetcsv() with file opened using x+t mode --
516 -- Testing fgetcsv() with file opened using x+ mode --
526 -- Testing fgetcsv() with file opened using x+b mode --
666 -- Testing fgetcsv() with file opened using x+ mode --
[all …]
/PHP-5.6/ext/gd/
H A Dgd.c2035 int x,y; in PHP_FUNCTION() local
2037 for (x=0; x <= Width; x++) { in PHP_FUNCTION()
2095 int x,y; in PHP_FUNCTION() local
2097 for (x=0; x <= Width; x++) { in PHP_FUNCTION()
3096 for (x = 0; x < gdImageSX(im); x++) { in PHP_FUNCTION()
3544 for (px = x; (px < (x + f->h)); px++) { in php_gdimagecharup()
3589 x = X; in php_imagechar()
4437 int x, y; in _php_image_bw_convert() local
4463 for (x = 0; x < dest_width; x++) { in _php_image_bw_convert()
4496 int x, y; in _php_image_convert() local
[all …]
/PHP-5.6/ext/pcre/pcrelib/testdata/
H A Dtestoutput296 /x{5,4}/
3016 1: x
3918 /x(ab|(bc|(de|(?1)x)x)x)/I
4514 /(?P<x>eks)(?P<x>eccs)/I
7563 1: x
7578 1: x
7612 1: x
7621 1: x
7626 1: x
8392 /(x)(?|(abc)|(xyz))(x)/BZ
[all …]
/PHP-5.6/scripts/dev/generate-phpt/src/texts/
H A Dhelp.txt2 …<class_name> -m <method_name> -b|e|v [-s skipif:ini:clean:done] [-k win|notwin|64b|not64b] [-x ext]
13 -x extension.......................Skipif option, specify extension to check for
/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_lexer.l13 #define YYSETCONDITION(x) LEX(state) = x; argument
/PHP-5.6/ext/simplexml/tests/
H A DSimpleXMLElement_xpath_1.phpt10 $xml = simplexml_load_string("XXXXXXX^",$x,0x6000000000000001);
14 Notice: Undefined variable: x in %s on line %d
/PHP-5.6/sapi/cli/tests/
H A Dbug66606_2.phpt25 Content-Type: application/x-www-form-urlencoded
45 string(33) "application/x-www-form-urlencoded"
/PHP-5.6/ext/reflection/tests/
H A DReflectionClass_getParentClass_001.phpt18 var_dump($rc->getParentClass('x'));
19 var_dump($rc->getParentClass('x', 123));
/PHP-5.6/ext/pdo/tests/
H A Dbug_34687.phpt18 $x = $db->query("UPDATE non_existent_pdo_test_table set foo = 'bar'");
20 var_dump($x);
/PHP-5.6/ext/mbstring/libmbfl/filters/
H A Dmk_emoji_tbl.pl113 $h = sprintf("%x",$s);
117 push(@r_docomo1_val, sprintf("%x", $to_docomo{$key}));
192 $h = sprintf("%x",$key);
220 $h = sprintf("%x",$s);
312 $h = sprintf("%x",$key);
343 $h = sprintf("%x",$s);
/PHP-5.6/ext/standard/
H A Dmd5.c146 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) argument
147 #define G(x, y, z) ((y) ^ ((z) & ((x) ^ (y)))) argument
148 #define H(x, y, z) ((x) ^ (y) ^ (z)) argument
149 #define I(x, y, z) ((y) ^ ((x) | ~(z))) argument
154 #define STEP(f, a, b, c, d, x, t, s) \ argument
155 (a) += f((b), (c), (d)) + (x) + (t); \
/PHP-5.6/ext/wddx/tests/
H A Dbug70661.phpt16 $x = <<<EOT
35 $y = wddx_deserialize($x);
/PHP-5.6/ext/standard/tests/array/
H A Drsort_variation5.phpt26 array("lemoN", "Orange", "banana", "apple", "Test", "TTTT", "ttt", "ww", "x", "X", "oraNGe", "BANAN…
146 string(1) "x"
174 string(1) "x"
202 string(1) "x"
/PHP-5.6/Zend/tests/
H A Dunset.inc3 unset($x)
/PHP-5.6/tests/classes/
H A Dconstants_basic_004.phpt39 $x = new x;
42 var_dump($x, $b, $c);
/PHP-5.6/
H A Dphp5.spec.in29 set -x
44 if test "x$OVERRIDE_OPTIONS" = "x"; then
/PHP-5.6/ext/standard/tests/strings/
H A Dvfprintf_variation19.phpt26 "% x % x % x",
H A Dvfprintf_variation19_64bit.phpt26 "% x % x % x",

Completed in 158 milliseconds

1...<<21222324252627282930>>...49