Home
last modified time | relevance | path

Searched refs:want (Results 1 – 25 of 103) sorted by relevance

12345

/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_eol.c134 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 Dcurl_basic_017.phpt30 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 Dbug65458.phpt18 // This is a slightly tricky heuristic, but basically, we want to ensure
H A Dcurl_copy_handle_basic_004.phpt21 curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
H A Dcurl_copy_handle_basic_001.phpt21 curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
H A Dcurl_basic_011.phpt27 curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
H A Dcurl_basic_012.phpt27 curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
H A Dcurl_basic_013.phpt27 curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
/PHP-7.1/ext/openssl/tests/
H A Dopenssl_decrypt_basic.phpt22 // 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 Dbug30074.phpt5 error_reporting(E_ALL & ~E_NOTICE); // We don't want the notice for $undefined
/PHP-7.1/ext/exif/
H A Dconfig.m49 AC_DEFINE(HAVE_EXIF, 1, [Whether you want EXIF (metadata from images) support])
/PHP-7.1/ext/standard/tests/file/
H A Dfgetss_variation3-win32.phpt33 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 Dfgetss_variation3.phpt33 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 Dfgetss_variation2.phpt24 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 Dhmac-md5.phpt13 hash_update($ctx, 'what do ya want for nothing?');
/PHP-7.1/sapi/fpm/
H A Dphp-fpm.service.in2 # will be overwritten during upgrades. If you want to customize,
/PHP-7.1/sapi/phpdbg/tests/
H A Dbreakpoints_003.phpt23 prompt> Do you really want to restart execution? (type y or n): 1234
H A Dbreakpoints_002.phpt21 prompt> Do you really want to restart execution? (type y or n): [Breakpoint #1 at %s:3, hits: 1]
H A Dclean_001.phpt31 prompt> Do you really want to clean your current environment? (type y or n): Cleaning Execution Env…
H A Drun_002.phpt28 prompt> Do you really want to restart execution? (type y or n): array(3) {
/PHP-7.1/scripts/dev/
H A Dcredits17 if you want to change an entry you have to edit the appropriate
/PHP-7.1/ext/spl/
H A Dconfig.m44 AC_DEFINE(HAVE_SPL, 1, [Whether you want SPL (Standard PHP Library) support])
/PHP-7.1/ext/ftp/
H A Dconfig.m412 AC_DEFINE(HAVE_FTP,1,[Whether you want FTP support])
/PHP-7.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_emulated_anonymous.phpt24 // 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 Dbug70322.phpt4 We want to test whether ZipArchive::close() returns FALSE and raises a warning

Completed in 36 milliseconds

12345