Home
last modified time | relevance | path

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

123

/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_eol.c135 char want, kick; in phpdbg_eol_convert() local
138 want = 0x0a; in phpdbg_eol_convert()
141 want = 0x0d; in phpdbg_eol_convert()
152 out[cursor] = want; in phpdbg_eol_convert()
153 } else if (want == cur) { in phpdbg_eol_convert()
155 out[cursor] = want; in phpdbg_eol_convert()
/PHP-8.0/ext/exif/
H A Dconfig.m47 AC_DEFINE(HAVE_EXIF, 1, [Whether you want EXIF (metadata from images) support])
/PHP-8.0/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-8.0/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-8.0/ext/hash/tests/
H A Dhmac-md5.phpt11 hash_update($ctx, 'what do ya want for nothing?');
/PHP-8.0/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-8.0/scripts/dev/
H A Dcredits23 if you want to change an entry you have to edit the appropriate
/PHP-8.0/ext/curl/tests/
H A Dcurl_basic_012.phpt21 curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
H A Dcurl_basic_013.phpt21 curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
H A Dcurl_basic_011.phpt21 curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
H A Dcurl_basic_002.phpt21 curl_setopt($ch, 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_basic_001.phpt20 curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
H A Dcurl_basic_004.phpt22 curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
H A Dcurl_basic_005.phpt22 curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
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_006.phpt20 curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
H A Dcurl_copy_handle_basic_002.phpt22 curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
/PHP-8.0/ext/ftp/
H A Dconfig.m415 AC_DEFINE(HAVE_FTP,1,[Whether you want FTP support])
/PHP-8.0/Zend/tests/named_params/
H A Ddefaults.phpt23 // NB: We also want to test the stack trace.
/PHP-8.0/ext/zip/tests/
H A Dbug70322.phpt4 We want to test whether ZipArchive::close() returns FALSE and raises a warning

Completed in 46 milliseconds

123