Home
last modified time | relevance | path

Searched refs:x (Results 826 – 850 of 1349) sorted by relevance

1...<<31323334353637383940>>...54

/PHP-7.1/ext/standard/tests/file/
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-7.1/ext/pcre/pcrelib/testdata/
H A Dgrepbinary1 The quick brown f�x jumps over the lazy dog.
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 Dtestoutput1878 /x
1138 /x
1739 /x
3006 0: x
3157 1: x
3196 /(a b(?x)c d (?-x)e f)/
6110 /((?x)x y z | a b c)/
6358 /(?-x: )/x
6362 "(?x)(?-x: \s*#\s*)"
8788 /A(*SKIP:m)x|A(*SKIP:n)x|AB/K
[all …]
/PHP-7.1/tests/lang/
H A Dbug73172.inc3 function test($a, $x, $y){
H A Dinvalid_octal.phpt6 $x = 08;
/PHP-7.1/Zend/tests/type_declarations/
H A Dstrict_call_weak_2.inc5 function function_declared_in_weak_mode(int $x) {
H A Dstrict_include_explicit_weak_2.inc5 function takes_int(int $x) {
H A Dweak_include_strict_2.inc5 function takes_int(int $x) {
H A Dstrict_include_weak_2.inc5 function takes_int(int $x) {
/PHP-7.1/ext/soap/interop/
H A Dclient_round2.php37 foreach ($soap_tests[$test] as $x) {
38 $method = $x->test_name;
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_lexer.l13 #define YYSETCONDITION(x) LEX(state) = x; argument
/PHP-7.1/Zend/tests/
H A Dclosure_058.phpt25 $x = new A();
26 $b = $x->bar();
H A Dbug50383.phpt19 $x = new myClass;
20 $x->foo();
/PHP-7.1/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-7.1/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
H A Dconfig.w324 ARG_ENABLE('apache2handler', 'Build Apache 2.x handler', 'no');
22 ARG_ENABLE('apache2-2handler', 'Build Apache 2.2.x handler', 'no');
41 ARG_ENABLE('apache2-4handler', 'Build Apache 2.4.x handler', 'no');
/PHP-7.1/ext/standard/tests/url/
H A Dparse_url_basic_003.phpt94 --> http://x:? : string(1) "x"
95 --> x:blah.com : NULL
96 --> x:/blah.com : NULL
97 --> x://::abc/? : bool(false)
100 --> x://::6.5 : string(1) ":"
110 --> http://[x:80]/ : string(6) "[x:80]"
/PHP-7.1/ext/standard/tests/array/
H A Darray_reduce_variation1.phpt18 function threeArgs($v, $w, $x) {
19 return $v + $w + $x;
H A Dbug24980.phpt37 $x = array();
40 $d = array_reduce($x, "rsum", 1);
/PHP-7.1/ext/intl/tests/
H A Dlocale_get_all_variants.phpt17 'sl_IT_nedis-a-kirti-x-xyz',
53 sl_IT_nedis-a-kirti-x-xyz : variants 'NEDIS',
/PHP-7.1/ext/soap/tests/
H A Dclassmap004.phpt12 $this->x = $a;
62 [x] => 5
/PHP-7.1/ext/mysqli/tests/
H A D046.phpt28 $x = mysqli_stmt_affected_rows($stmt);
31 var_dump($x==1);
/PHP-7.1/ext/soap/tests/schema/
H A Dtest_schema.inc58 $x = new SoapClient($fname, array("trace"=>1,"exceptions"=>0,"features"=>$features));
63 $x->test($param);
65 $req = $x->__getlastrequest();

Completed in 66 milliseconds

1...<<31323334353637383940>>...54