Home
last modified time | relevance | path

Searched refs:x (Results 726 – 750 of 1216) sorted by relevance

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

/PHP-5.6/ext/pcre/pcrelib/testdata/
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 …]
H A Dtestoutput8177 /x.y/
178 x+y
179 0: x+y
180 x-y
187 /x.y/s
1993 /x
2602 /x
3877 /(a b(?x)c d (?-x)e f)/
6119 /((?x)x y z | a b c)/
6725 /(x)(?|(abc)|(xyz))(x)/
[all …]
/PHP-5.6/main/
H A Dphp.h261 # define php_ignore_value(x) (({ __typeof__ (x) __x = (x); (void) __x; })) argument
263 # define php_ignore_value(x) ((void) (x))
/PHP-5.6/ext/ereg/tests/
H A Dspliti_basic_003.phpt17 var_dump(spliti('[:alpha:]', '--- x ---'));
50 string(9) "--- x ---"
H A Dereg_replace_basic_002.phpt18 var_dump(ereg_replace('[:alpha:]', $replacement, 'x'));
40 string(1) "x"
/PHP-5.6/ext/mysqli/tests/
H A D046.phpt28 $x = mysqli_stmt_affected_rows($stmt);
31 var_dump($x==1);
/PHP-5.6/ext/standard/tests/array/
H A Dbug24980.phpt37 $x = array();
40 $d = array_reduce($x, "rsum", 1);
H A Dsort_variation5.phpt30 …array("lemoN", "Orange", "banana", "apple", "Test", "TTTT", "ttt", "ww", "x", "X", "oraNGe", "BANA…
183 string(1) "x"
211 string(1) "x"
239 string(1) "x"
/PHP-5.6/ext/soap/tests/
H A Dclassmap004.phpt12 $this->x = $a;
62 [x] => 5
/PHP-5.6/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',
H A Dlocale_filter_matches2.phpt33 'sl_IT_nedis-a-kirti-x-xyz',
99 loc_range:de-de matches lang_tag sl_IT_nedis-a-kirti-x-xyz ? NO
109 loc_range:de_DE canonically matches lang_tag @x=i-enochian ? NO
147 loc_range:sl_IT matches lang_tag sl_IT_nedis-a-kirti-x-xyz ? YES
157 loc_range:sl_IT canonically matches lang_tag @x=i-enochian ? NO
243 loc_range:jbo matches lang_tag sl_IT_nedis-a-kirti-x-xyz ? NO
253 loc_range:jbo canonically matches lang_tag @x=i-enochian ? NO
291 loc_range:art-lojban matches lang_tag sl_IT_nedis-a-kirti-x-xyz ? NO
301 loc_range:jbo canonically matches lang_tag @x=i-enochian ? NO
339 loc_range:sl_IT matches lang_tag sl_IT_nedis-a-kirti-x-xyz ? YES
[all …]
H A Dlocale_filter_matches3.phpt32 'sl_IT_nedis-a-kirti-x-xyz',
98 loc_range:de-de matches lang_tag sl_IT_nedis-a-kirti-x-xyz ? NO
108 loc_range:de_DE canonically matches lang_tag @x=i-enochian ? NO
146 loc_range:sl_IT matches lang_tag sl_IT_nedis-a-kirti-x-xyz ? YES
156 loc_range:sl_IT canonically matches lang_tag @x=i-enochian ? NO
204 loc_range:sl_IT_NEDIS canonically matches lang_tag @x=i-enochian ? NO
242 loc_range:jbo matches lang_tag sl_IT_nedis-a-kirti-x-xyz ? NO
252 loc_range:jbo canonically matches lang_tag @x=i-enochian ? NO
290 loc_range:art-lojban matches lang_tag sl_IT_nedis-a-kirti-x-xyz ? NO
338 loc_range:sl_IT matches lang_tag sl_IT_nedis-a-kirti-x-xyz ? YES
[all …]
/PHP-5.6/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();
/PHP-5.6/sapi/apache2handler/
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-5.6/ext/standard/tests/url/
H A Dparse_url_basic_004.phpt93 --> http://x:? : NULL
94 --> x:blah.com : NULL
95 --> x:/blah.com : NULL
96 --> x://::abc/? : bool(false)
99 --> x://::6.5 : int(6)
109 --> http://[x:80]/ : NULL
/PHP-5.6/ext/standard/tests/file/
H A Dfgetcsv_variation13.phpt22 "x+", "x+b", "x+t");
166 -- Testing fgetcsv() with file opened using x+ mode --
174 -- Testing fgetcsv() with file opened using x+b mode --
182 -- Testing fgetcsv() with file opened using x+t mode --
H A Dfgetcsv_variation20.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 Dftruncate_variation4-win32.phpt24 "x", "xb", "xt", "x+", "x+b", "x+t",
37 if( strstr($file_modes[$mode_counter], "x") || strstr($file_modes[$mode_counter], "w") ) {
172 -- Testing ftruncate() with file opening using x mode --
196 -- Testing ftruncate() with file opening using x+ mode --
204 -- Testing ftruncate() with file opening using x+b mode --
212 -- Testing ftruncate() with file opening using x+t mode --
366 -- Testing ftruncate() with file opening using x mode --
390 -- Testing ftruncate() with file opening using x+ mode --
398 -- Testing ftruncate() with file opening using x+b mode --
406 -- Testing ftruncate() with file opening using x+t mode --
H A Dftruncate_variation7-win32.phpt25 "x", "xb", "xt", "x+", "x+b", "x+t",
38 if( strstr($file_modes[$mode_counter], "x") || strstr($file_modes[$mode_counter], "w") ) {
173 -- Testing ftruncate() with file opening using x mode --
197 -- Testing ftruncate() with file opening using x+ mode --
205 -- Testing ftruncate() with file opening using x+b mode --
213 -- Testing ftruncate() with file opening using x+t mode --
367 -- Testing ftruncate() with file opening using x mode --
391 -- Testing ftruncate() with file opening using x+ mode --
399 -- Testing ftruncate() with file opening using x+b mode --
407 -- Testing ftruncate() with file opening using x+t mode --
H A Dftruncate_variation7.phpt25 "x", "xb", "xt", "x+", "x+b", "x+t",
38 if( strstr($file_modes[$mode_counter], "x") || strstr($file_modes[$mode_counter], "w") ) {
173 -- Testing ftruncate() with file opening using x mode --
197 -- Testing ftruncate() with file opening using x+ mode --
205 -- Testing ftruncate() with file opening using x+b mode --
213 -- Testing ftruncate() with file opening using x+t mode --
367 -- Testing ftruncate() with file opening using x mode --
391 -- Testing ftruncate() with file opening using x+ mode --
399 -- Testing ftruncate() with file opening using x+b mode --
407 -- Testing ftruncate() with file opening using x+t mode --
H A Dftruncate_variation2-win32.phpt24 "x", "xb", "xt", "x+", "x+b", "x+t",
37 if( strstr($file_modes[$mode_counter], "x") || strstr($file_modes[$mode_counter], "w") ) {
172 -- Testing ftruncate() with file opening using x mode --
196 -- Testing ftruncate() with file opening using x+ mode --
204 -- Testing ftruncate() with file opening using x+b mode --
212 -- Testing ftruncate() with file opening using x+t mode --
366 -- Testing ftruncate() with file opening using x mode --
390 -- Testing ftruncate() with file opening using x+ mode --
398 -- Testing ftruncate() with file opening using x+b mode --
406 -- Testing ftruncate() with file opening using x+t mode --
H A Dftruncate_variation2.phpt24 "x", "xb", "xt", "x+", "x+b", "x+t",
37 if( strstr($file_modes[$mode_counter], "x") || strstr($file_modes[$mode_counter], "w") ) {
172 -- Testing ftruncate() with file opening using x mode --
196 -- Testing ftruncate() with file opening using x+ mode --
204 -- Testing ftruncate() with file opening using x+b mode --
212 -- Testing ftruncate() with file opening using x+t mode --
366 -- Testing ftruncate() with file opening using x mode --
390 -- Testing ftruncate() with file opening using x+ mode --
398 -- Testing ftruncate() with file opening using x+b mode --
406 -- Testing ftruncate() with file opening using x+t mode --
H A Dftruncate_variation4.phpt24 "x", "xb", "xt", "x+", "x+b", "x+t",
37 if( strstr($file_modes[$mode_counter], "x") || strstr($file_modes[$mode_counter], "w") ) {
172 -- Testing ftruncate() with file opening using x mode --
196 -- Testing ftruncate() with file opening using x+ mode --
204 -- Testing ftruncate() with file opening using x+b mode --
212 -- Testing ftruncate() with file opening using x+t mode --
366 -- Testing ftruncate() with file opening using x mode --
390 -- Testing ftruncate() with file opening using x+ mode --
398 -- Testing ftruncate() with file opening using x+b mode --
406 -- Testing ftruncate() with file opening using x+t mode --
/PHP-5.6/ext/reflection/tests/
H A DReflectionClass_getStaticPropertyValue_002.phpt9 public static $x;
14 var_dump($rc->getStaticPropertyValue("x", "default value", 'blah'));
/PHP-5.6/ext/standard/tests/image/
H A Dimage_type_to_mime_type_basic.phpt49 string(29) "application/x-shockwave-flash"
51 string(14) "image/x-ms-bmp"

Completed in 71 milliseconds

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