Home
last modified time | relevance | path

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

12345678

/PHP-5.5/win32/build/
H A Dconfig.w32.phpize.in2 // $Id: config.w32 306241 2010-12-11 22:18:10Z pajoye $
/PHP-5.5/tests/lang/
H A Dengine_assignExecutionOrder_002.phpt70 echo "Y=$y,Z=$z\n";
122 Y=,Z=
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch1043 -Z x-compress
1045 +Z compress
/PHP-5.5/
H A Dphp.ini-development1533 ; 6 (6 bits: 0-9, a-z, A-Z, "-", ",")
H A Dphp.ini-production1533 ; 6 (6 bits: 0-9, a-z, A-Z, "-", ",")
/PHP-5.5/ext/zlib/
H A Dzlib.c114 deflateEnd(&ctx->Z); in php_zlib_output_handler_ex()
172 deflateEnd(&ctx->Z); in php_zlib_output_handler_ex()
177 deflateEnd(&ctx->Z); in php_zlib_output_handler_ex()
320 z_stream Z; in php_zlib_encode() local
332 Z.avail_in = in_len; in php_zlib_encode()
336 deflateEnd(&Z); in php_zlib_encode()
365 buffer.size = (max && (max < Z->avail_in)) ? max : Z->avail_in; in php_zlib_inflate_rounds()
409 z_stream Z; in php_zlib_decode() local
424 inflateEnd(&Z); in php_zlib_decode()
430 inflateEnd(&Z); in php_zlib_decode()
[all …]
H A Dphp_zlib.h46 z_stream Z; member
/PHP-5.5/ext/zip/tests/
H A Dbug53579.phpt5 /* $Id: oo_stream.phpt 260091 2008-05-21 09:27:41Z pajoye $ */
H A Dstream_meta_data.phpt5 /* $Id: oo_stream.phpt 260091 2008-05-21 09:27:41Z pajoye $ */
/PHP-5.5/ext/zip/lib/
H A Dzip_err_str.c45 #define Z ZIP_ET_ZLIB macro
61 Z,
/PHP-5.5/ext/xsl/tests/
H A Dxslt010.phpt27 Test Date : 0001-12-31Z
81 Test Date : 9990001-12-31Z
/PHP-5.5/ext/wddx/tests/
H A Dbug37569.phpt121 <wddxPacket version='1.0'><header/><data><string>Z</string></data></wddxPacket>
/PHP-5.5/ext/standard/
H A Durl_scanner_ex.re99 alpha = [a-zA-Z];
100 alphanamespace = [a-zA-Z:];
101 alphadash = ([a-zA-Z] | "-");
/PHP-5.5/ext/standard/tests/time/
H A Dstrptime_basic.phpt26 $str = strftime("%r %B%e %Y %Z", $tstamp);
H A Dstrptime_parts.phpt26 $str = strftime("%r %B%e %Y %Z", $tstamp);
27 $res = strptime($str, '%H:%M:%S %p %B %d %Y %Z');
/PHP-5.5/ext/standard/tests/strings/
H A Dstrpbrk_basic.phpt17 var_dump( strpbrk($text, 'Z') );
H A Drtrim_basic.phpt30 var_dump(rtrim($alpha, "A..Z"));
H A Drtrim.phpt23 …var_dump ( rtrim("rtrim testABCXYZ", "A..Z") ); /* with characters range as second…
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 Dhtmlentities04.phpt6 if (!$result || preg_match('/EUC[^a-zA-Z]*JP/i', setlocale(LC_CTYPE, 0)) == 0) {
H A Dhtml_entity_decode_iso8859-15.phpt26 0x017D => array(0xB4, "LATIN CAPITAL LETTER Z WITH CARON"),
30 0x017E => array(0xB8, "LATIN SMALL LETTER Z WITH CARON"),
177 LATIN CAPITAL LETTER Z WITH CARON: &#x17D; => b4
189 LATIN SMALL LETTER Z WITH CARON: &#x17E; => b8
H A Dhtml_entity_decode_win1252.phpt20 0x017D => array(0x8E, "LATIN CAPITAL LETTER Z WITH CARON"),
36 0x017E => array(0x9E, "LATIN SMALL LETTER Z WITH CARON"),
124 LATIN CAPITAL LETTER Z WITH CARON: &#x17D; => 8e
163 LATIN SMALL LETTER Z WITH CARON: &#x17E; => 9e
H A Dchop_variation5.phpt22 …var_dump ( chop("chop testABCXYZ", "A..Z") ); /* with characters range as second A…
H A Dbug37244.phpt17 string(92) "Implemem][ۜ�UT��Z�X�H[���[��Y�]�۝Z[���\�X�\���]�YHH�\�H[X…

Completed in 48 milliseconds

12345678