Home
last modified time | relevance | path

Searched refs:x (Results 751 – 775 of 1216) sorted by relevance

1...<<31323334353637383940>>...49

/PHP-5.6/ext/pcre/pcrelib/testdata/
H A Dtestinput884 /x.y/
85 x+y
86 x-y
90 /x.y/s
91 x+y
92 x-y
1148 /x
2475 /(a b(?x)c d (?-x)e f)/
3915 /((?x)x y z | a b c)/
4255 /(x)(?|(abc)|(xyz))(x)/
[all …]
/PHP-5.6/Zend/tests/
H A Dbug36037.phpt6 $x=<<<XXX
H A Dbug52614.phpt38 public function f7(&$x) {
39 $x = 2;
H A Dbug50383.phpt19 $x = new myClass;
20 $x->foo();
H A Dbug48912.phpt12 test(array('x' => 1));
H A Dns_013.phpt7 function strlen($x) {
H A Dstr_offset_002.phpt6 $x = array(&$a[1]);
/PHP-5.6/ext/ereg/tests/
H A Dsplit_basic_003.phpt18 var_dump(split('[:alpha:]', '--- x ---'));
57 string(9) "--- x ---"
/PHP-5.6/ext/soap/tests/bugs/
H A Dbug31695.phpt9 function Test($x) {
10 return $x;
H A Dbug36226-2.phpt12 function PostEvents($x) {
13 var_dump($x);
15 return $x;
/PHP-5.6/Zend/tests/generators/
H A Dyield_during_function_call.phpt7 var_dump(str_repeat("x", yield));
/PHP-5.6/sapi/apache2filter/
H A Dconfig.w324 ARG_ENABLE('apache2filter', 'Build Apache 2.x filter', 'no');
22 ARG_ENABLE('apache2-2filter', 'Build Apache 2.2.x filter', 'no');
/PHP-5.6/ext/openssl/tests/
H A Dopenssl_csr_new_basic.phpt22 $x = openssl_pkey_new($conf);
23 var_dump(openssl_csr_new(["countryName" => "DE"], $x, $conf + ["x509_extensions" => 0xDEADBEEF]));
/PHP-5.6/ext/standard/tests/general_functions/
H A D001.phpt24 $test = sprintf("%4o %4x %4X %0"."8x", 128, 1024, 49151, 3457925);
/PHP-5.6/ext/reflection/tests/
H A DReflectionMethod_getModifiers_basic.phpt12 printf("0x%08x\n", $method->getModifiers());
85 printf("0x%08x\n", $a->getModifiers());
/PHP-5.6/ext/standard/tests/url/
H A Dparse_url_basic_005.phpt93 --> http://x:? : NULL
94 --> x:blah.com : NULL
95 --> x:/blah.com : NULL
96 --> x://::abc/? : bool(false)
99 --> x://::6.5 : NULL
109 --> http://[x:80]/ : NULL
H A Dparse_url_basic_006.phpt93 --> http://x:? : NULL
94 --> x:blah.com : NULL
95 --> x:/blah.com : NULL
96 --> x://::abc/? : bool(false)
99 --> x://::6.5 : NULL
109 --> http://[x:80]/ : NULL
H A Dparse_url_basic_009.phpt93 --> http://x:? : NULL
94 --> x:blah.com : NULL
95 --> x:/blah.com : NULL
96 --> x://::abc/? : bool(false)
99 --> x://::6.5 : NULL
109 --> http://[x:80]/ : NULL
/PHP-5.6/ext/standard/
H A Dmath.c235 static double php_acosh(double x) in php_acosh() argument
238 return(acosh(x)); in php_acosh()
240 return(log(x + sqrt(x * x - 1))); in php_acosh()
259 static double php_log1p(double x) in php_log1p() argument
262 return(log1p(x)); in php_log1p()
264 return(log(1 + x)); in php_log1p()
271 static double php_expm1(double x) in php_expm1() argument
274 return(expm1(x)); in php_expm1()
276 return(exp(x) - 1); in php_expm1()
/PHP-5.6/ext/standard/tests/file/
H A Dftruncate_variation3-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_variation3.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_variation5-win32.phpt24 "x", "xb", "xt", "x+", "x+b", "x+t",
37 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_variation5.phpt24 "x", "xb", "xt", "x+", "x+b", "x+t",
37 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 Dfread_variation3-win32.phpt57 "x+","x+b","x+t");
66 if(!strstr($file_mode,"x")){
200 -- File opened in mode x+ --
214 -- File opened in mode x+b --
228 -- File opened in mode x+t --
328 -- File opened in mode x+ --
342 -- File opened in mode x+b --
356 -- File opened in mode x+t --
456 -- File opened in mode x+ --
470 -- File opened in mode x+b --
[all …]
H A Dfread_variation3.phpt57 "x+","x+b","x+t");
66 if(!strstr($file_mode,"x")){
200 -- File opened in mode x+ --
214 -- File opened in mode x+b --
228 -- File opened in mode x+t --
328 -- File opened in mode x+ --
342 -- File opened in mode x+b --
356 -- File opened in mode x+t --
456 -- File opened in mode x+ --
470 -- File opened in mode x+b --
[all …]

Completed in 71 milliseconds

1...<<31323334353637383940>>...49