Home
last modified time | relevance | path

Searched refs:x (Results 876 – 900 of 1349) sorted by relevance

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

/PHP-7.1/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-7.1/ext/standard/tests/general_functions/
H A D001.phpt24 $test = sprintf("%4o %4x %4X %0"."8x", 128, 1024, 49151, 3457925);
/PHP-7.1/ext/soap/tests/bugs/
H A Dbug36226-2.phpt12 function PostEvents($x) {
13 var_dump($x);
15 return $x;
/PHP-7.1/Zend/tests/
H A Dbug39018_2.phpt9 $x = @$foo[6];
H A Dns_015.phpt7 function strlen($x) {
/PHP-7.1/ext/reflection/tests/
H A DReflectionMethod_getModifiers_basic.phpt12 printf("0x%08x\n", $method->getModifiers());
85 printf("0x%08x\n", $a->getModifiers());
/PHP-7.1/Zend/
H A Dzend_bitset.h210 zend_ulong x = set[i]; local
211 while (x != Z_UL(0)) {
212 x = x >> Z_UL(1);
/PHP-7.1/ext/standard/tests/url/
H A Dparse_url_basic_004.phpt94 --> http://x:? : NULL
95 --> x:blah.com : NULL
96 --> x:/blah.com : NULL
97 --> x://::abc/? : bool(false)
100 --> x://::6.5 : int(6)
110 --> http://[x:80]/ : NULL
H A Dparse_url_basic_005.phpt94 --> http://x:? : NULL
95 --> x:blah.com : NULL
96 --> x:/blah.com : NULL
97 --> x://::abc/? : bool(false)
100 --> x://::6.5 : NULL
110 --> http://[x:80]/ : NULL
H A Dparse_url_basic_006.phpt94 --> http://x:? : NULL
95 --> x:blah.com : NULL
96 --> x:/blah.com : NULL
97 --> x://::abc/? : bool(false)
100 --> x://::6.5 : NULL
110 --> http://[x:80]/ : NULL
H A Dparse_url_basic_009.phpt94 --> http://x:? : NULL
95 --> x:blah.com : NULL
96 --> x:/blah.com : NULL
97 --> x://::abc/? : bool(false)
100 --> x://::6.5 : NULL
110 --> http://[x:80]/ : NULL
/PHP-7.1/ext/com_dotnet/
H A Dcom_extension.c392 #define COM_CONST(x) REGISTER_LONG_CONSTANT(#x, x, CONST_CS|CONST_PERSISTENT) in PHP_MINIT_FUNCTION() argument
394 #define COM_ERR_CONST(x) { \ in PHP_MINIT_FUNCTION() argument
396 ULongToIntPtr(x, &__tmp); \ in PHP_MINIT_FUNCTION()
397 REGISTER_LONG_CONSTANT(#x, __tmp, CONST_CS|CONST_PERSISTENT); \ in PHP_MINIT_FUNCTION()
/PHP-7.1/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 …]
H A Dfread_variation3-win32-mb.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 Dfgetcsv_variation25.phpt38 "x+", "x+b", "x+t");
180 -- Testing fgetcsv() with file opened using x+ mode --
187 -- Testing fgetcsv() with file opened using x+b mode --
194 -- Testing fgetcsv() with file opened using x+t mode --
285 -- Testing fgetcsv() with file opened using x+ mode --
292 -- Testing fgetcsv() with file opened using x+b mode --
299 -- Testing fgetcsv() with file opened using x+t mode --
390 -- Testing fgetcsv() with file opened using x+ mode --
495 -- Testing fgetcsv() with file opened using x+ mode --
600 -- Testing fgetcsv() with file opened using x+ mode --
[all …]
H A Dfgetcsv_variation27.phpt38 "x+", "x+b", "x+t");
180 -- Testing fgetcsv() with file opened using x+ mode --
187 -- Testing fgetcsv() with file opened using x+b mode --
194 -- Testing fgetcsv() with file opened using x+t mode --
285 -- Testing fgetcsv() with file opened using x+ mode --
292 -- Testing fgetcsv() with file opened using x+b mode --
299 -- Testing fgetcsv() with file opened using x+t mode --
390 -- Testing fgetcsv() with file opened using x+ mode --
495 -- Testing fgetcsv() with file opened using x+ mode --
600 -- Testing fgetcsv() with file opened using x+ mode --
[all …]
H A Dfgetcsv_variation28.phpt38 "x+", "x+b", "x+t");
180 -- Testing fgetcsv() with file opened using x+ mode --
187 -- Testing fgetcsv() with file opened using x+b mode --
194 -- Testing fgetcsv() with file opened using x+t mode --
285 -- Testing fgetcsv() with file opened using x+ mode --
292 -- Testing fgetcsv() with file opened using x+b mode --
299 -- Testing fgetcsv() with file opened using x+t mode --
390 -- Testing fgetcsv() with file opened using x+ mode --
495 -- Testing fgetcsv() with file opened using x+ mode --
600 -- Testing fgetcsv() with file opened using x+ mode --
[all …]
H A Dfgetcsv_variation3.phpt35 "x+", "x+b", "x+t");
178 -- Testing fgetcsv() with file opened using x+ mode --
185 -- Testing fgetcsv() with file opened using x+b mode --
192 -- Testing fgetcsv() with file opened using x+t mode --
283 -- Testing fgetcsv() with file opened using x+ mode --
290 -- Testing fgetcsv() with file opened using x+b mode --
297 -- Testing fgetcsv() with file opened using x+t mode --
388 -- Testing fgetcsv() with file opened using x+ mode --
493 -- Testing fgetcsv() with file opened using x+ mode --
598 -- Testing fgetcsv() with file opened using x+ mode --
[all …]
H A Dfgetcsv_variation4.phpt35 "x+", "x+b", "x+t");
177 -- Testing fgetcsv() with file opened using x+ mode --
184 -- Testing fgetcsv() with file opened using x+b mode --
191 -- Testing fgetcsv() with file opened using x+t mode --
282 -- Testing fgetcsv() with file opened using x+ mode --
289 -- Testing fgetcsv() with file opened using x+b mode --
296 -- Testing fgetcsv() with file opened using x+t mode --
387 -- Testing fgetcsv() with file opened using x+ mode --
492 -- Testing fgetcsv() with file opened using x+ mode --
597 -- Testing fgetcsv() with file opened using x+ mode --
[all …]
H A Dfgetcsv_variation5.phpt38 "x+", "x+b", "x+t");
179 -- Testing fgetcsv() with file opened using x+ mode --
186 -- Testing fgetcsv() with file opened using x+b mode --
193 -- Testing fgetcsv() with file opened using x+t mode --
284 -- Testing fgetcsv() with file opened using x+ mode --
291 -- Testing fgetcsv() with file opened using x+b mode --
298 -- Testing fgetcsv() with file opened using x+t mode --
389 -- Testing fgetcsv() with file opened using x+ mode --
494 -- Testing fgetcsv() with file opened using x+ mode --
599 -- Testing fgetcsv() with file opened using x+ mode --
[all …]

Completed in 55 milliseconds

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