Home
last modified time | relevance | path

Searched refs:z (Results 101 – 125 of 391) sorted by relevance

12345678910>>...16

/PHP-7.0/ext/pcre/pcrelib/testdata/
H A Dwintestoutput388 Q R S T U V W X Y Z _ a b c d e f g h i j k l m n o p q r s t u v w x y z
97 Q R S T U V W X Y Z _ a b c d e f g h i j k l m n o p q r s t u v w x y z
155 [A-Za-z\x83\x8a\x8c\x8e\x9a\x9c\x9e\x9f\xaa\xb5\xba\xc0-\xd6\xd8-\xf6\xf8-\xff]
156 [a-z\x83\x9a\x9c\x9e\xaa\xb5\xba\xdf-\xf6\xf8-\xff]
H A Dtestoutput22-166 [A-Cx-z\x{100000}-\x{1000a7}\x{101234}])
24 49 [A-Cx-z\x{100000}-\x{1000a7}\x{101234}]
51 49 [A-Cx-z\x{100000}-\x{1000a7}\x{101234}]
H A Dtestoutput22-326 [A-Cx-z\x{100000}-\x{1000a7}\x{101234}])
36 37 [A-Cx-z\x{100000}-\x{1000a7}\x{101234}]
63 37 [A-Cx-z\x{100000}-\x{1000a7}\x{101234}]
H A Dtestoutput6552 0: z
1564 /[z\x{1e9e}]+/8i
1572 /[z\x{00df}]+/8i
1580 /[z\x{1f88}]+/8i
1586 /[z\x{00b5}]+/8i
1590 /[z\x{039c}]+/8i
1594 /[z\x{03bc}]+/8i
1598 /[z\x{00c5}]+/8i
1602 /[z\x{00e5}]+/8i
1606 /[z\x{212b}]+/8i
[all …]
H A Dtestoutput397 Q R S T U V W X Y Z _ a b c d e f g h i j k l m n o p q r s t u v w x y z
106 Q R S T U V W X Y Z _ a b c d e f g h i j k l m n o p q r s t u v w x y z
163 [A-Za-z\xaa\xb5\xba\xc0-\xd6\xd8-\xf6\xf8-\xff]
164 [a-z\xb5\xdf-\xf6\xf8-\xff]
/PHP-7.0/ext/zlib/
H A Dconfig0.m435 if test -z "$ZLIB_DIR"; then
51 PHP_CHECK_LIBRARY(z, gzgets, [
62 PHP_ADD_LIBRARY(z,, ZLIB_SHARED_LIBADD)
/PHP-7.0/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.0/Zend/tests/
H A Dclosure_call.phpt40 $beta = function ($z) {
41 return $this->x * $z;
H A Dforeach_017.phpt41 $replacement = ['x', 'y', 'z'];
105 z
/PHP-7.0/ext/phar/tests/
H A Dphar_buildfromiterator8.phpt12 …tor(new RegexIterator(new DirectoryIterator('.'), '/^\d{0,3}\.phpt\\z|^\.\\z|^\.\.\\z/'), dirname(…
/PHP-7.0/ext/pcre/tests/
H A Dpcre_count.phpt5 $regex = '/(([0-9a-z]+)-([0-9]+))-(([0-9]+)-([0-9]+))/';
13 $regex = '/([a-z]+)/';
/PHP-7.0/ext/standard/
H A Dmd5.c149 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) argument
150 #define G(x, y, z) ((y) ^ ((z) & ((x) ^ (y)))) argument
151 #define H(x, y, z) ((x) ^ (y) ^ (z)) argument
152 #define I(x, y, z) ((y) ^ ((x) | ~(z))) argument
H A Dsha1.c119 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) argument
120 #define G(x, y, z) ((x) ^ (y) ^ (z)) argument
121 #define H(x, y, z) (((x) & (y)) | ((z) & ((x) | (y)))) argument
122 #define I(x, y, z) ((x) ^ (y) ^ (z)) argument
/PHP-7.0/ext/hash/
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-7.0/ext/standard/tests/array/
H A Darray_diff_assoc_variation9.phpt22 'sub_arrayb' => array ('a', 'z', 'y'));
78 string(1) "z"
107 string(1) "z"
H A Dusort_variation10.phpt31 "z" => -99, 0 => 1, "z" => 3);
/PHP-7.0/ext/phar/tests/tar/
H A Dphar_buildfromiterator8.phpt12 …(new DirectoryIterator('.'), '/^frontcontroller\d{0,2}\.phar\.phpt\\z|^\.\\z|^\.\.\\z/'), dirname(…
/PHP-7.0/ext/phar/tests/zip/
H A Dphar_buildfromiterator8.phpt12 …(new DirectoryIterator('.'), '/^frontcontroller\d{0,2}\.phar\.phpt\\z|^\.\\z|^\.\.\\z/'), dirname(…
/PHP-7.0/ext/gd/
H A Dconfig.m412 if test -z "$PHP_WEBP_DIR"; then
17 if test -z "$PHP_JPEG_DIR"; then
22 if test -z "$PHP_PNG_DIR"; then
27 if test -z "$PHP_ZLIB_DIR"; then
79 if test -z "$GD_WEBP_DIR"; then
87 if test -z "$GD_WEBP_DIR"; then
113 if test -z "$GD_JPEG_DIR"; then
138 if test -z "$GD_PNG_DIR"; then
170 if test -z "$GD_XPM_DIR"; then
200 if test -z "$FREETYPE2_DIR"; then
[all …]
/PHP-7.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_commit.phpt40 $db->exec("INSERT INTO test(id, label) VALUES (100, 'z')");
49 if (!isset($rows[0]['label']) || ($rows[0]['label'] != 'z')) {
62 $db->exec("INSERT INTO test(id, label) VALUES (100, 'z')");
70 if (!isset($rows[0]['label']) || ($rows[0]['label'] != 'z')) {
/PHP-7.0/ext/intl/tests/
H A Dcollator_get_sort_key_variant6.phpt35 'аа', 'а', 'z',
69 source: z
H A Ddateformat_get_set_pattern.phpt19 'yyyy-DDD.hh:mm:ss z',
70 Setting IntlDateFormatter with pattern = yyyy-DDD.hh:mm:ss z
71 After call to get_pattern : pattern= yyyy-DDD.hh:mm:ss z
H A Ddateformat_get_set_pattern2.phpt19 'yyyy-DDD.hh:mm:ss z',
70 Setting IntlDateFormatter with pattern = yyyy-DDD.hh:mm:ss z
71 After call to get_pattern : pattern= yyyy-DDD.hh:mm:ss z
/PHP-7.0/ext/spl/tests/
H A Dbug46115.phpt7 $z = $x->invoke($h);
/PHP-7.0/scripts/dev/
H A Dcheck_parameters.php120 foreach ($y as $z) {
121 $ret[$z[2]] = array($x[1] . $z[1], $z[3]);

Completed in 38 milliseconds

12345678910>>...16