Home
last modified time | relevance | path

Searched refs:Z (Results 1 – 25 of 135) sorted by last modified time

123456

/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch2924 - /* Place stdin in binary mode, so EOF (Ctrl+Z) doesn't stop early. */
/PHP-7.4/ext/date/lib/
H A Dparse_date.re541 while ((**ptr >= 'A' && **ptr <= 'Z') || (**ptr >= 'a' && **ptr <= 'z')) {
574 while ((**ptr >= 'A' && **ptr <= 'Z') || (**ptr >= 'a' && **ptr <= 'z')) {
904 tz = "("? [A-Za-z]{1,6} ")"? | [A-Z][a-z]+([_/-][A-Za-z]+)+;
/PHP-7.4/build/
H A Dphp.m478 …fine ]$1[]ifelse([$2],,[ 1],[ $2])[" > ]ifelse([$3],,[include],[$3])[/php_]translit($1,A-Z,a-z)[.h]
311 gcc_arg_name=[ac_cv_gcc_arg]translit($1,A-Z=-,a-z__)
312 AC_CACHE_CHECK([whether $CC supports $1], [ac_cv_gcc_arg]translit($1,A-Z=-,a-z__), [
H A Dlibtool.m41485 if echo "$sys_lib_search_path_spec" | [grep ';[c-zC-Z]:/' >/dev/null]; then
4852 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
4860 # +Z the default
4863 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
5088 # +Z the default
5135 # +Z the default
5138 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_real_escape_string_unicode.phpt45 if (($exp='абра\\\\ка\"да\\'."'".'бра\Zсим\\nсала\\rби\\0м') !==
69 if (($exp='阿卜拉\\\\嘉\"达丰\\'."'".'乳罩\Z辛\\n萨拉\\r毕\\0米') !==
/PHP-7.4/
H A Dphp.ini-development1500 ; 6 (6 bits: 0-9, a-z, A-Z, "-", ",")
H A Dphp.ini-production1500 ; 6 (6 bits: 0-9, a-z, A-Z, "-", ",")
H A DCONTRIBUTING.md346 | PHP-X.Y.Z | These branches are used for the release managers for tagging the releases, hence they…
/PHP-7.4/ext/pcre/tests/
H A Dbug80118.phpt5 preg_match('~[^\p{Han}\p{Z}]~u', ' ', $matches);
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_config.c241 const char *v = (XSTRING(Z PCRE2_PRERELEASE)[1] == 0)? in pcre2_config()
/PHP-7.4/Zend/
H A Dbench.php89 for ($x=0; $c = $x*0.04 - 2, $z=0, $Z=0, $x++ < 75;){
90 for ($r=$c, $i=$C, $k=0; $t = $z*$z - $Z*$Z + $r, $Z = 2*$z*$Z + $i, $z=$t, $k<5000; $k++)
91 if ($z*$z + $Z*$Z > 500000) break;
/PHP-7.4/sapi/cli/tests/
H A Dbug78323.phpt19 passthru("$php -a:Z 2>&1", $exitCode);
31 passthru("$php -Z 2>&1", $exitCode);
/PHP-7.4/ext/opcache/tests/
H A Dpreload.inc41 class Z {
46 class Z2 extends Z {}
/PHP-7.4/tests/lang/operators/
H A Dpreinc_variationStr.phpt9 "z", "az", "zz", "Z", "AZ", "ZZ", "9z", "19z", "99z",
55 --- testing: 'Z' ---
/PHP-7.4/tests/lang/
H A Dengine_assignExecutionOrder_002.phpt70 echo "Y=$y,Z=$z\n";
122 Y=,Z=
/PHP-7.4/ext/zlib/
H A Dzlib.c135 deflateEnd(&ctx->Z); in php_zlib_output_handler_ex()
193 deflateEnd(&ctx->Z); in php_zlib_output_handler_ex()
198 deflateEnd(&ctx->Z); in php_zlib_output_handler_ex()
339 z_stream Z; in php_zlib_encode() local
351 Z.avail_in = in_len; in php_zlib_encode()
355 deflateEnd(&Z); in php_zlib_encode()
381 buffer.size = (max && (max < Z->avail_in)) ? max : Z->avail_in; in php_zlib_inflate_rounds()
425 z_stream Z; in php_zlib_decode() local
440 inflateEnd(&Z); in php_zlib_decode()
446 inflateEnd(&Z); in php_zlib_decode()
[all …]
H A Dphp_zlib.h47 z_stream Z; member
/PHP-7.4/ext/standard/tests/time/
H A Dstrptime_basic.phpt25 $str = strftime("%r %B%e %Y %Z", $tstamp);
H A Dstrptime_parts.phpt25 $str = strftime("%r %B%e %Y %Z", $tstamp);
26 $res = strptime($str, '%H:%M:%S %p %B %d %Y %Z');
/PHP-7.4/ext/standard/
H A Durl_scanner_ex.re174 alpha = [a-zA-Z];
175 alphanamespace = [a-zA-Z:];
176 alphadash = ([a-zA-Z] | "-");
/PHP-7.4/ext/standard/tests/strings/
H A Dstrpbrk_basic.phpt17 var_dump( strpbrk($text, 'Z') );
H A Dltrim.phpt36 …var_dump ( ltrim("ABCXYZltrim test", "A..Z") ); /* with characters range as second…
H A Dltrim_basic.phpt28 var_dump(ltrim($alpha, "A..Z"));
H A Drtrim.phpt23 …var_dump ( rtrim("rtrim testABCXYZ", "A..Z") ); /* with characters range as second…
H A Drtrim_basic.phpt30 var_dump(rtrim($alpha, "A..Z"));

Completed in 81 milliseconds

123456