Home
last modified time | relevance | path

Searched refs:z (Results 76 – 100 of 365) sorted by path

12345678910>>...15

/PHP-5.4/ext/fileinfo/libmagic/
H A Dcompress.c325 z_stream z; in uncompressgzipped() local
356 z.next_out = *newch; in uncompressgzipped()
357 z.avail_out = HOWMANY; in uncompressgzipped()
358 z.zalloc = Z_NULL; in uncompressgzipped()
359 z.zfree = Z_NULL; in uncompressgzipped()
360 z.opaque = Z_NULL; in uncompressgzipped()
363 rc = inflateInit2(&z, -15); in uncompressgzipped()
365 file_error(ms, 0, "zlib: %s", z.msg); in uncompressgzipped()
369 rc = inflate(&z, Z_SYNC_FLUSH); in uncompressgzipped()
375 n = (size_t)z.total_out; in uncompressgzipped()
[all …]
/PHP-5.4/ext/fileinfo/tests/
H A Dmagic111 # Infocom (see z-machine)
1127 >3 regex =[a-z] rev.%s
4164 0 string 7z\274\257\047\034 7-zip archive data,
4167 !:mime application/x-7z-compressed
8412 >&0 regex [0-9a-z.]+ \b, version %s
8418 >&0 regex [0-9a-z.]+ \b, version %s
8425 >>&0 regex [0-9a-z.]+ \b, version %s
12365 >0 regex/1 (^[0-9]{5})[acdnp][^bhlnqsu-z] MARC21 Bibliographic
12367 >0 regex/1 (^[0-9]{5})[acdnosx][z] MARC21 Authority
15628 >0 regex include\ [A-Z]|def\ [a-z]|\ do$
[all …]
/PHP-5.4/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.4/ext/filter/tests/
H A D043.phpt136 string(1) "z"
/PHP-5.4/ext/ftp/
H A Dconfig.m416 test -z "$PHP_OPENSSL" && PHP_OPENSSL=no
/PHP-5.4/ext/ftp/tests/
H A Dcert.pem42 oVUoKf2818t1s9aA4ptog04sNi+Ixu+z+3yYNLZj51j4ZX3KuXxLIiQvlvFQ8LQi
H A Dserver.inc262 } elseif (preg_match("~^CWD ([A-Za-z./]+)\r\n$~", $buf, $m)) {
266 } elseif (preg_match("~^NLST(?: ([A-Za-z./]+))?\r\n$~", $buf, $m)) {
293 } elseif (preg_match("~^MKD ([A-Za-z./]+)\r\n$~", $buf, $m)) {
/PHP-5.4/ext/gd/
H A Dconfig.m413 if test -z "$PHP_VPX_DIR"; then
18 if test -z "$PHP_JPEG_DIR"; then
23 if test -z "$PHP_PNG_DIR"; then
28 if test -z "$PHP_ZLIB_DIR"; then
83 if test -z "$GD_VPX_DIR"; then
109 if test -z "$GD_JPEG_DIR"; then
134 if test -z "$GD_PNG_DIR"; then
165 if test -z "$GD_XPM_DIR"; then
173 if test -z "$GD_XPM_INC"; then
227 if test -z "$GD_T1_DIR"; then
[all …]
/PHP-5.4/ext/gd/libgd/
H A Dgdtestft.c11 #define MAX4(x,y,z,w) \ argument
12 ((MAX((x),(y))) > (MAX((z),(w))) ? (MAX((x),(y))) : (MAX((z),(w))))
13 #define MIN4(x,y,z,w) \ argument
14 ((MIN((x),(y))) < (MIN((z),(w))) ? (MIN((x),(y))) : (MIN((z),(w))))
/PHP-5.4/ext/gettext/
H A Dconfig.m413 if test -z "$GETTEXT_DIR"; then
/PHP-5.4/ext/gmp/
H A Dconfig.m414 if test -z "$GMP_DIR"; then
/PHP-5.4/ext/hash/
H A Dhash_md.c231 #define F(x, y, z) (((x) & (y)) | ((~x) & (z))) argument
232 #define G(x, y, z) (((x) & (z)) | ((y) & (~z))) argument
233 #define H(x, y, z) ((x) ^ (y) ^ (z)) argument
234 #define I(x, y, z) ((y) ^ ((x) | (~z))) argument
448 #define MD4_F(x,y,z) ((z) ^ ((x) & ((y) ^ (z)))) argument
449 #define MD4_G(x,y,z) (((x) & ((y) | (z))) | ((y) & (z))) argument
450 #define MD4_H(x,y,z) ((x) ^ (y) ^ (z)) argument
H A Dhash_ripemd.c140 #define F0(x,y,z) ((x) ^ (y) ^ (z)) argument
141 #define F1(x,y,z) (((x) & (y)) | ((~(x)) & (z))) argument
142 #define F2(x,y,z) (((x) | (~(y))) ^ (z)) argument
143 #define F3(x,y,z) (((x) & (z)) | ((y) & (~(z)))) argument
144 #define F4(x,y,z) ((x) ^ ((y) | (~(z)))) argument
H A Dhash_sha.c165 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) argument
166 #define G(x, y, z) ((x) ^ (y) ^ (z)) argument
167 #define H(x, y, z) (((x) & (y)) | ((z) & ((x) | (y)))) argument
168 #define I(x, y, z) ((x) ^ (y) ^ (z)) argument
436 #define SHA256_F0(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) argument
438 #define SHA256_F1(x,y,z) (((x) & (y)) ^ ((x) & (z)) ^ ((y) & (z))) argument
694 #define SHA512_F0(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) argument
696 #define SHA512_F1(x,y,z) (((x) & (y)) ^ ((x) & (z)) ^ ((y) & (z))) argument
/PHP-5.4/ext/iconv/
H A Dconfig.m417 if test -z "$ICONV_DIR"; then
24 if test -z "$PHP_ICONV_PREFIX"; then
49 if test -z "$iconv_impl_name"; then
71 if test -z "$iconv_impl_name"; then
82 if test -z "$iconv_impl_name"; then
/PHP-5.4/ext/imap/
H A Dconfig.m4197 if test -z "$IMAP_DIR"; then
213 if test -z "$IMAP_LIBDIR"; then
/PHP-5.4/ext/imap/tests/
H A Dimap_fetchstructure_basic.phpt24 $z = imap_fetchstructure($stream_id,1);
31 var_dump(isset($z->$key));
33 var_dump($z->type);
34 var_dump($z->encoding);
35 var_dump($z->bytes);
36 var_dump($z->lines);
37 var_dump(is_object($z->parameters));
H A Dimap_getsubscribed_basic.phpt34 $z = imap_getsubscribed($stream_id,$default_mailbox,'*');
36 var_dump(is_array($z));
37 var_dump($z[0]);
H A Dimap_headerinfo_basic.phpt34 var_dump($z->subject);
35 var_dump($z->Subject);
37 if ($z->Recent == 'R' || $z->Recent == 'N' || $z->Recent == ' ') {
44 if ($z->Unseen == 'U' || $z->Unseen == ' ') {
51 if ($z->Flagged == 'F' || $z->Flagged == ' ') {
58 if ($z->Answered == 'A' || $z->Answered == ' ') {
65 if ($z->Deleted == 'D' || $z->Deleted == ' ') {
72 if ($z->Draft == 'X' || $z->Draft == ' ') {
79 var_dump($z->Msgno);
80 var_dump($z->Size);
[all …]
H A Dimap_include.inc44 $z = $resp->$mf;
46 if (($z >= $start_time) && ($z <= time())) {
49 echo "$mf is BAD ($z)\n";
52 echo "$mf is $z\n";
H A Dimap_list_basic.phpt27 $z = imap_list($stream_id,$default_mailbox,'*');
28 var_dump(is_array($z));
29 var_dump($z[0]);
H A Dimap_lsub_basic.phpt34 $z = imap_lsub($stream_id,$default_mailbox,'*');
36 var_dump(is_array($z));
37 var_dump($z[0]);
H A Dimap_renamemailbox_basic.phpt34 //$z = imap_renamemailbox($stream_id, $newbox.'not2', $newbox.'2');
35 //var_dump($z);
H A Dimap_rfc822_parse_headers_basic.phpt34 var_dump($z->subject);
35 var_dump($z->Subject);
37 if ($z->Recent == 'R' || $z->Recent == 'N' || $z->Recent == ' ') {
44 if ($z->Unseen == 'U' || $z->Unseen == ' ') {
51 if ($z->Flagged == 'F' || $z->Flagged == ' ') {
58 if ($z->Answered == 'A' || $z->Answered == ' ') {
65 if ($z->Deleted == 'D' || $z->Deleted == ' ') {
72 if ($z->Draft == 'X' || $z->Draft == ' ') {
79 var_dump($z->Msgno);
80 var_dump($z->Size);
[all …]
H A Dimap_savebody_basic.phpt26 $z = imap_savebody($stream_id, $file, 1);
27 var_dump($z);
32 $z = imap_savebody($stream_id, $fp, 1);
34 var_dump($z);

Completed in 125 milliseconds

12345678910>>...15