Home
last modified time | relevance | path

Searched refs:x (Results 701 – 725 of 1216) sorted by relevance

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

/PHP-5.6/ext/standard/tests/file/
H A Dfgetc_variation4.phpt17 "x+", "x+b", "x+t",
134 -- File opened in mode : x+ --
160 -- File opened in mode : x+b --
186 -- File opened in mode : x+t --
H A Dfgetcsv_variation14.phpt21 "x+", "x+b", "x+t");
207 -- Testing fgetcsv() with file opened using x+ mode --
218 -- Testing fgetcsv() with file opened using x+b mode --
229 -- Testing fgetcsv() with file opened using x+t mode --
H A Dfscanf_variation37.phpt45 $hexa_formats = array( "%x", "%hx", "%lx", "%Lx", " %x", "%x ", "% x", "\t%x", "\n%x", "%4x", "%30x
H A Dftruncate_variation1-win32.phpt24 "x", "xb", "xt", "x+", "x+b", "x+t",
37 if( strstr($file_modes[$mode_counter], "x") || strstr($file_modes[$mode_counter], "w") ) {
171 -- Testing ftruncate() with file opening using x mode --
195 -- Testing ftruncate() with file opening using x+ mode --
203 -- Testing ftruncate() with file opening using x+b mode --
211 -- Testing ftruncate() with file opening using x+t mode --
365 -- Testing ftruncate() with file opening using x mode --
389 -- Testing ftruncate() with file opening using x+ mode --
397 -- Testing ftruncate() with file opening using x+b mode --
405 -- Testing ftruncate() with file opening using x+t mode --
H A Dftruncate_variation1.phpt24 "x", "xb", "xt", "x+", "x+b", "x+t",
37 if( strstr($file_modes[$mode_counter], "x") || strstr($file_modes[$mode_counter], "w") ) {
171 -- Testing ftruncate() with file opening using x mode --
195 -- Testing ftruncate() with file opening using x+ mode --
203 -- Testing ftruncate() with file opening using x+b mode --
211 -- Testing ftruncate() with file opening using x+t mode --
365 -- Testing ftruncate() with file opening using x mode --
389 -- Testing ftruncate() with file opening using x+ mode --
397 -- Testing ftruncate() with file opening using x+b mode --
405 -- Testing ftruncate() with file opening using x+t mode --
H A Dfgetcsv_variation10.phpt35 "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 --
666 -- Testing fgetcsv() with file opened using x+ mode --
816 -- Testing fgetcsv() with file opened using x+ mode --
[all …]
H A Dfscanf_variation33.phpt51 $hexa_formats = array( "%x",
53 " %x", "%x ", "% x",
54 "\t%x", "\n%x", "%4x",
55 "%30x", "%[0-9A-Fa-f]", "%*x"
/PHP-5.6/ext/date/tests/
H A Dbug48476.phpt14 $x = clone $o;
16 var_dump($x->format("d"));
/PHP-5.6/ext/tokenizer/tests/
H A Dbug26463.phpt8 $x=<<<DD
35 string(2) "$x"
/PHP-5.6/sapi/cgi/tests/
H A D010.phpt15 putenv("TRANSLATED_PATH=".$f."/x");
16 putenv("SCRIPT_FILENAME=".$f."/x");
/PHP-5.6/ext/pcre/tests/
H A Dgrep2.phpt10 $array = array(5=>'a', 'x' => '1', 'xyz'=>'q6', 'h20');
39 ["x"]=>
/PHP-5.6/Zend/tests/
H A Dbug35655.phpt13 $x = <<<EOT
22 <br /><span style="color: #0000BB">&lt;?php<br />&nbsp;&nbsp;$x&nbsp;</span><span style="color: #00…
H A Dnowdoc_013.phpt13 $x = <<<'EOT'
23 <span style="color: #0000BB">&lt;?php<br />&nbsp;&nbsp;$x&nbsp;</span><span style="color: #007700">…
H A Dstr_offset_001.phpt5 function foo($x) {
6 var_dump($x);
/PHP-5.6/ext/pdo_sqlite/
H A DCREDITS1 SQLite 3.x driver for PDO
/PHP-5.6/tests/run-test/
H A Dtest012.txt6 %x
H A Dtest012.phpt10 x
/PHP-5.6/ext/ereg/tests/
H A Deregi_replace_basic_002.phpt17 var_dump(eregi_replace('[:alpha:]', $replacement, 'x'));
36 string(1) "x"
/PHP-5.6/ext/soap/interop/
H A Dclient_round2.php37 foreach ($soap_tests[$test] as $x) {
38 $method = $x->test_name;
/PHP-5.6/ext/soap/tests/bugs/
H A Dbug30994.phpt41 $x = new SoapServer(NULL, array("uri"=>"http://spock/kunta/kunta"));
42 $x->addFunction("bassCall");
43 $x->handle($HTTP_RAW_POST_DATA);
/PHP-5.6/sapi/apache2handler/
H A DREADME26 $ cd apache-2.x
36 $ cd php-4.x
42 AddType application/x-httpd-php .php
46 AddType application/x-httpd-php-source .phps
/PHP-5.6/ext/standard/
H A Dphp_smart_str.h31 #define smart_str_0(x) do { \ argument
32 if ((x)->c) { \
33 (x)->c[(x)->len] = '\0'; \
/PHP-5.6/ext/pcre/pcrelib/testdata/
H A Dtestinput247 /x{5,4}/
830 /x?+/DZ
832 /x++/DZ
894 /[.x.]/I
1104 /x(ab|(bc|(de|(?1)x)x)x)/I
1237 /(?P<x>eks)(?P<x>eccs)/I
1888 x
2172 /(x)(?|(abc)|(xyz))(x)/BZ
2176 /(x)(?|(abc)(pqr)|(xyz))(x)/BZ
3645 x
[all …]
H A Dgrepbinary1 The quick brown f�x jumps over the lazy dog.
/PHP-5.6/ext/standard/tests/url/
H A Dparse_url_basic_003.phpt93 --> http://x:? : string(1) "x"
94 --> x:blah.com : NULL
95 --> x:/blah.com : NULL
96 --> x://::abc/? : bool(false)
99 --> x://::6.5 : string(1) ":"
109 --> http://[x:80]/ : string(6) "[x:80]"

Completed in 67 milliseconds

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