Home
last modified time | relevance | path

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

1234

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_eol.c137 char want, kick; in phpdbg_eol_convert() local
140 want = 0x0a; in phpdbg_eol_convert()
143 want = 0x0d; in phpdbg_eol_convert()
154 out[cursor] = want; in phpdbg_eol_convert()
155 } else if (want == cur) { in phpdbg_eol_convert()
157 out[cursor] = want; in phpdbg_eol_convert()
/PHP-7.4/ext/exif/
H A Dconfig.m47 AC_DEFINE(HAVE_EXIF, 1, [Whether you want EXIF (metadata from images) support])
/PHP-7.4/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.4/ext/standard/tests/array/
H A Dbug30074.phpt5 error_reporting(E_ALL & ~E_NOTICE); // We don't want the notice for $undefined
/PHP-7.4/ext/skeleton/
H A Dconfig.m4.in37 dnl SEARCH_PATH="/usr/local /usr" # you might want to change this
38 dnl SEARCH_FOR="/include/%EXTNAME%.h" # you most likely want to change this
62 dnl LIBNAME=%EXTNAMECAPS% # you may want to change this
63 dnl LIBSYMBOL=%EXTNAMECAPS% # you most likely want to change this
/PHP-7.4/ext/hash/tests/
H A Dhmac-md5.phpt11 hash_update($ctx, 'what do ya want for nothing?');
/PHP-7.4/ext/standard/tests/file/
H A Dfgetss_variation3-win32.phpt35 this is a line with more than eighty character,want to check line splitting correctly after 80 char…
119 string(79) "this is a line with more than eighty character,want to check line splitting cor"
173 string(79) "this is a line with more than eighty character,want to check line splitting cor"
227 string(79) "this is a line with more than eighty character,want to check line splitting cor"
281 string(79) "this is a line with more than eighty character,want to check line splitting cor"
335 string(79) "this is a line with more than eighty character,want to check line splitting cor"
389 string(79) "this is a line with more than eighty character,want to check line splitting cor"
443 string(79) "this is a line with more than eighty character,want to check line splitting cor"
497 string(79) "this is a line with more than eighty character,want to check line splitting cor"
551 string(79) "this is a line with more than eighty character,want to check line splitting cor"
H A Dfgetss_variation3.phpt35 this is a line with more than eighty character,want to check line splitting correctly after 80 char…
115 string(79) "this is a line with more than eighty character,want to check line splitting cor"
169 string(79) "this is a line with more than eighty character,want to check line splitting cor"
223 string(79) "this is a line with more than eighty character,want to check line splitting cor"
277 string(79) "this is a line with more than eighty character,want to check line splitting cor"
331 string(79) "this is a line with more than eighty character,want to check line splitting cor"
385 string(79) "this is a line with more than eighty character,want to check line splitting cor"
439 string(79) "this is a line with more than eighty character,want to check line splitting cor"
493 string(79) "this is a line with more than eighty character,want to check line splitting cor"
547 string(79) "this is a line with more than eighty character,want to check line splitting cor"
H A Dfgetss_variation2.phpt26 this is a line with more than eighty character,want to check line splitting correctly after 80 char…
109 string(79) "this is a line with more than eighty character,want to check line splitting cor"
170 string(79) "this is a line with more than eighty character,want to check line splitting cor"
231 string(79) "this is a line with more than eighty character,want to check line splitting cor"
292 string(79) "this is a line with more than eighty character,want to check line splitting cor"
353 string(79) "this is a line with more than eighty character,want to check line splitting cor"
414 string(79) "this is a line with more than eighty character,want to check line splitting cor"
/PHP-7.4/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.4/scripts/dev/
H A Dcredits23 if you want to change an entry you have to edit the appropriate
/PHP-7.4/ext/curl/tests/
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
H A Dcurl_basic_001.phpt25 curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
H A Dcurl_basic_002.phpt27 curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
/PHP-7.4/ext/ftp/
H A Dconfig.m415 AC_DEFINE(HAVE_FTP,1,[Whether you want FTP support])
/PHP-7.4/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.4/ext/zip/tests/
H A Dbug70322.phpt4 We want to test whether ZipArchive::close() returns FALSE and raises a warning

Completed in 63 milliseconds

1234