/PHP-7.1/sapi/phpdbg/ |
H A D | phpdbg_eol.c | 134 char want, kick; in phpdbg_eol_convert() local 137 want = 0x0a; in phpdbg_eol_convert() 140 want = 0x0d; in phpdbg_eol_convert() 151 out[cursor] = want; in phpdbg_eol_convert() 152 } else if (want == cur) { in phpdbg_eol_convert() 154 out[cursor] = want; in phpdbg_eol_convert()
|
/PHP-7.1/ext/curl/tests/ |
H A D | curl_basic_017.phpt | 30 curl_setopt($chs[0], CURLOPT_URL, $url); //set the url we want to use 31 curl_setopt($chs[1], CURLOPT_URL, $url); //set the url we want to use 32 curl_setopt($chs[2], CURLOPT_URL, $url); //set the url we want to use
|
H A D | bug65458.phpt | 18 // This is a slightly tricky heuristic, but basically, we want to ensure
|
H A D | curl_copy_handle_basic_004.phpt | 21 curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
|
H A D | curl_copy_handle_basic_001.phpt | 21 curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
|
H A D | curl_basic_011.phpt | 27 curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
|
H A D | curl_basic_012.phpt | 27 curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
|
H A D | curl_basic_013.phpt | 27 curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
|
/PHP-7.1/ext/openssl/tests/ |
H A D | openssl_decrypt_basic.phpt | 22 // if we want to manage our own padding 27 // if we want to prefer variable length cipher setting
|
/PHP-7.1/ext/standard/tests/array/ |
H A D | bug30074.phpt | 5 error_reporting(E_ALL & ~E_NOTICE); // We don't want the notice for $undefined
|
/PHP-7.1/ext/exif/ |
H A D | config.m4 | 9 AC_DEFINE(HAVE_EXIF, 1, [Whether you want EXIF (metadata from images) support])
|
/PHP-7.1/ext/standard/tests/file/ |
H A D | fgetss_variation3-win32.phpt | 33 this is a line with more than eighty character,want to check line splitting correctly after 80 char… 117 string(79) "this is a line with more than eighty character,want to check line splitting cor" 171 string(79) "this is a line with more than eighty character,want to check line splitting cor" 225 string(79) "this is a line with more than eighty character,want to check line splitting cor" 279 string(79) "this is a line with more than eighty character,want to check line splitting cor" 333 string(79) "this is a line with more than eighty character,want to check line splitting cor" 387 string(79) "this is a line with more than eighty character,want to check line splitting cor" 441 string(79) "this is a line with more than eighty character,want to check line splitting cor" 495 string(79) "this is a line with more than eighty character,want to check line splitting cor" 549 string(79) "this is a line with more than eighty character,want to check line splitting cor"
|
H A D | fgetss_variation3.phpt | 33 this is a line with more than eighty character,want to check line splitting correctly after 80 char… 113 string(79) "this is a line with more than eighty character,want to check line splitting cor" 167 string(79) "this is a line with more than eighty character,want to check line splitting cor" 221 string(79) "this is a line with more than eighty character,want to check line splitting cor" 275 string(79) "this is a line with more than eighty character,want to check line splitting cor" 329 string(79) "this is a line with more than eighty character,want to check line splitting cor" 383 string(79) "this is a line with more than eighty character,want to check line splitting cor" 437 string(79) "this is a line with more than eighty character,want to check line splitting cor" 491 string(79) "this is a line with more than eighty character,want to check line splitting cor" 545 string(79) "this is a line with more than eighty character,want to check line splitting cor"
|
H A D | fgetss_variation2.phpt | 24 this is a line with more than eighty character,want to check line splitting correctly after 80 char… 107 string(79) "this is a line with more than eighty character,want to check line splitting cor" 168 string(79) "this is a line with more than eighty character,want to check line splitting cor" 229 string(79) "this is a line with more than eighty character,want to check line splitting cor" 290 string(79) "this is a line with more than eighty character,want to check line splitting cor" 351 string(79) "this is a line with more than eighty character,want to check line splitting cor" 412 string(79) "this is a line with more than eighty character,want to check line splitting cor"
|
/PHP-7.1/ext/hash/tests/ |
H A D | hmac-md5.phpt | 13 hash_update($ctx, 'what do ya want for nothing?');
|
/PHP-7.1/sapi/fpm/ |
H A D | php-fpm.service.in | 2 # will be overwritten during upgrades. If you want to customize,
|
/PHP-7.1/sapi/phpdbg/tests/ |
H A D | breakpoints_003.phpt | 23 prompt> Do you really want to restart execution? (type y or n): 1234
|
H A D | breakpoints_002.phpt | 21 prompt> Do you really want to restart execution? (type y or n): [Breakpoint #1 at %s:3, hits: 1]
|
H A D | clean_001.phpt | 31 prompt> Do you really want to clean your current environment? (type y or n): Cleaning Execution Env…
|
H A D | run_002.phpt | 28 prompt> Do you really want to restart execution? (type y or n): array(3) {
|
/PHP-7.1/scripts/dev/ |
H A D | credits | 17 if you want to change an entry you have to edit the appropriate
|
/PHP-7.1/ext/spl/ |
H A D | config.m4 | 4 AC_DEFINE(HAVE_SPL, 1, [Whether you want SPL (Standard PHP Library) support])
|
/PHP-7.1/ext/ftp/ |
H A D | config.m4 | 12 AC_DEFINE(HAVE_FTP,1,[Whether you want FTP support])
|
/PHP-7.1/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_prepare_emulated_anonymous.phpt | 24 // you can bind as many values as you want no matter if they can be replaced or not 43 // you can bind as many values as you want no matter if they can be replaced or not
|
/PHP-7.1/ext/zip/tests/ |
H A D | bug70322.phpt | 4 We want to test whether ZipArchive::close() returns FALSE and raises a warning
|