Home
last modified time | relevance | path

Searched refs:Z (Results 101 – 125 of 178) sorted by last modified time

12345678

/PHP-5.5/ext/openssl/tests/
H A Dopenssl_x509_parse_basic_v9.phpt51 string(13) "080630102843Z"
53 string(13) "080730102843Z"
182 string(13) "080630102843Z"
184 string(13) "080730102843Z"
H A Dbug65698.phpt15 string(15) "20090303125318Z"
17 string(15) "20240303125318Z"
/PHP-5.5/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-5.5/ext/mbstring/tests/
H A Dphp_gr_jp_dev_884-2.phpt10 var_dump(mb_ereg_replace("C?$", "Z", "ABC"));
11 var_dump(ereg_replace("C?$", "Z", "ABC"));
12 var_dump(mb_ereg_replace("C*$", "Z", "ABC"));
13 var_dump(ereg_replace("C*$", "Z", "ABC"));
H A Dmb_ereg_variation7.phpt31 $regex_ascii = b'([A-Z]\w{1,4}is( [aeiou]|h)) ?.*\.\s[0-9]+(5([6-9][79]){2})[[:punct:]]$';
H A Dmb_eregi_replace.phpt19 "Г"=>"G","Ш"=>"SH","Щ"=>"SH","З"=>"Z","Х"=>"X","Ъ"=>"\'",
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY54 ONIG_OPTION_SINGLELINE: '$' -> '\Z' (as Perl)
104 ex. /\n\Z/.match("aaaaaaaaaa\n")
382 anchors(\A, \z, \Z) cause invalid result.
829 abort in "a".gsub(/a\Z/, "")
1371 ex. /[H-c]/i ==> (H-Z, 0x5b-0x60, a-c)/i
1372 ==> H-Z, h-z, 0x5b-0x60, a-c, A-C
1524 2003/06/26: [spec] don't change the meaning of '\Z' for REG_OPTION_SINGLELINE.
1613 (/\n$/ =~ "\n", /\n\Z/ =~ "\n") [ruby-dev:20125]
H A DREADME181 ? add ONIG_OPTION_NOTBOS/NOTEOS. (\A, \z, \Z)
H A DREADME.ja187 ? ONIG_OPTION_NOTBOS/NOTEOS�ɲ� (\A, \z, \Z)
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DAPI66 ONIG_OPTION_SINGLELINE '^' -> '\A', '$' -> '\Z'
H A DRE91 S, Sc, Sk, Sm, So, Z, Zl, Zp, Zs,
144 \Z end of string, or before newline at the end
/PHP-5.5/ext/filter/tests/
H A D043.phpt104 string(1) "Z"
/PHP-5.5/ext/filter/docs/
H A Dfilter.txt267 comments in the email address) (a-z A-Z 0-9 " ! # $
274 correctly formed URI. (a-z A-Z 0-9 $ - _ . + ! * ' (
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic113 # Z-machine: file(1) magic for Z-machine binaries.
118 #http://en.wikipedia.org/wiki/Z-machine
134 >>>>>>0 ubyte < 10 Infocom (Z-machine %d,
4018 >9 byte =0x08 \b, from Z-System
4759 # skip Infocom game Z-machine
9595 #0 beshort 0x601a Human68k Z executable
11968 #>65 string ZIVM (compress (.Z))
14299 >8 string Z native library file (.cmxa)
15189 0 regex \^(\ |\\t)*def\ +[a-zA-Z]+
15628 >0 regex include\ [A-Z]|def\ [a-z]|\ do$
[all …]
/PHP-5.5/ext/ereg/regex/
H A Dtests16 # is newline, `S' is space, `T' is tab, `Z' is NUL.
/PHP-5.5/ext/ereg/tests/
H A Dereg_replace_basic_002.phpt14 var_dump(ereg_replace('[A-Z]', $replacement, '0'));
H A Dspliti_basic_003.phpt13 var_dump(spliti('[A-Z]', '-- 0 --'));
H A Dspliti_basic_004.phpt14 var_dump(spliti('[A-Z]', '--- a ---'));
H A Dereg_basic_004.phpt14 var_dump(ereg('[A-Z]', '0', $regs));
H A Deregi_basic.phpt25 …); //character class lower should just match [a-z] but in case insensitive search matches [a-zA-Z]
H A Deregi_basic_004.phpt13 var_dump(eregi('[A-Z]', '0', $regs));
H A Deregi_replace_basic_002.phpt13 var_dump(eregi_replace('[A-Z]', $replacement, '0'));
H A Dsplit_basic_003.phpt14 var_dump(split('[A-Z]', '-- 0 --'));
/PHP-5.5/ext/date/tests/
H A Dstrftime_variation5.phpt22 'Time zone offset' => "%Z",
H A Dgmstrftime_variation5.phpt23 'Time zone offset' => "%Z",

Completed in 179 milliseconds

12345678