Home
last modified time | relevance | path

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

1234

/PHP-7.3/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.3/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.3/ext/skeleton/
H A Dconfig.m4.in40 dnl SEARCH_PATH="/usr/local /usr" # you might want to change this
41 dnl SEARCH_FOR="/include/%EXTNAME%.h" # you most likely want to change this
63 dnl LIBNAME=%EXTNAMECAPS% # you may want to change this
64 dnl LIBSYMBOL=%EXTNAMECAPS% # you most likely want to change this
/PHP-7.3/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.3/ext/standard/tests/array/
H A Dbug30074.phpt5 error_reporting(E_ALL & ~E_NOTICE); // We don't want the notice for $undefined
/PHP-7.3/ext/exif/
H A Dconfig.m47 AC_DEFINE(HAVE_EXIF, 1, [Whether you want EXIF (metadata from images) support])
/PHP-7.3/ext/sodium/
H A Dconfig.m47 SEARCH_PATH="/usr/local /usr" # you might want to change this
8 SEARCH_FOR="/include/sodium.h" # you most likely want to change this
/PHP-7.3/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.3/ext/hash/tests/
H A Dhmac-md5.phpt13 hash_update($ctx, 'what do ya want for nothing?');
/PHP-7.3/ext/spl/
H A Dconfig.m43 AC_DEFINE(HAVE_SPL, 1, [Whether you want SPL (Standard PHP Library) support])
/PHP-7.3/sapi/fpm/
H A Dphp-fpm.service.in2 # will be overwritten during upgrades. If you want to customize,
/PHP-7.3/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…
/PHP-7.3/scripts/dev/
H A Dcredits17 if you want to change an entry you have to edit the appropriate
/PHP-7.3/ext/ftp/
H A Dconfig.m410 AC_DEFINE(HAVE_FTP,1,[Whether you want FTP support])
/PHP-7.3/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

Completed in 21 milliseconds

1234