Home
last modified time | relevance | path

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

12345678910>>...16

/PHP-5.5/ext/standard/
H A Dmd5.c146 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) argument
147 #define G(x, y, z) ((y) ^ ((z) & ((x) ^ (y)))) argument
148 #define H(x, y, z) ((x) ^ (y) ^ (z)) argument
149 #define I(x, y, z) ((y) ^ ((x) | ~(z))) argument
H A Dsha1.c124 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) argument
125 #define G(x, y, z) ((x) ^ (y) ^ (z)) argument
126 #define H(x, y, z) (((x) & (y)) | ((z) & ((x) | (y)))) argument
127 #define I(x, y, z) ((x) ^ (y) ^ (z)) argument
/PHP-5.5/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-5.5/ext/pcre/tests/
H A Dpcre_count.phpt5 $regex = '/(([0-9a-z]+)-([0-9]+))-(([0-9]+)-([0-9]+))/';
13 $regex = '/([a-z]+)/';
/PHP-5.5/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-5.5/ext/phar/tests/tar/
H A Dphar_buildfromiterator8.phpt12 …(new DirectoryIterator('.'), '/^frontcontroller\d{0,2}\.phar\.phpt\\z|^\.\\z|^\.\.\\z/'), dirname(…
/PHP-5.5/ext/phar/tests/zip/
H A Dphar_buildfromiterator8.phpt12 …(new DirectoryIterator('.'), '/^frontcontroller\d{0,2}\.phar\.phpt\\z|^\.\\z|^\.\.\\z/'), dirname(…
/PHP-5.5/ext/gd/
H A Dconfig.m412 if test -z "$PHP_VPX_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
82 if test -z "$GD_VPX_DIR"; then
108 if test -z "$GD_JPEG_DIR"; then
133 if test -z "$GD_PNG_DIR"; then
165 if test -z "$GD_XPM_DIR"; then
195 if test -z "$FREETYPE2_DIR"; then
219 if test -z "$GD_T1_DIR"; then
[all …]
/PHP-5.5/ext/pcre/pcrelib/testdata/
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-5.5/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-5.5/scripts/dev/
H A Dcheck_parameters.php126 foreach ($y as $z) {
127 $ret[$z[2]] = array($x[1] . $z[1], $z[3]);
/PHP-5.5/ext/ereg/tests/
H A D015.phpt4 <?php echo ereg_replace("^","z","abc123")?>
H A D008.phpt5 echo ereg_replace("([a-z]*)([-=+|]*)([0-9]+)","\\3 \\1 \\2\n","abc+-|=123");
/PHP-5.5/ext/intl/tests/
H A Dcollator_get_sort_key_variant4.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
H A Dcollator_get_sort_key.phpt37 'аа', 'а', 'z',
71 source: z
H A Dcollator_get_sort_key_variant2.phpt36 'аа', 'а', 'z',
70 source: z
/PHP-5.5/ext/imap/tests/
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";
/PHP-5.5/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.5/ext/oci8/
H A Dconfig.m45 if test -z "$SED"; then
78 test -z "$OCI8_ORACLE_VERSION" && OCI8_ORACLE_VERSION=7.3
112 if test -z "$PHP_OCI8"; then
122 if test -z "$tmp_version"; then
123 if test -z "$PHP_CONFIG"; then
131 if test -z "$php_version"; then
172 if test "$PHP_OCI8" = "yes" && test -z "$ORACLE_HOME"; then
185 if test -z "$PHP_OCI8"; then
194 if test -z "$PHP_OCI8"; then
289 if test -z "$PHP_OCI8_INSTANT_CLIENT"; then
/PHP-5.5/ext/odbc/
H A Dconfig.m4107 if test -z "$ODBC_TYPE"; then
136 if test -z "$ODBC_TYPE"; then
156 if test -z "$ODBC_TYPE"; then
183 if test -z "$ODBC_TYPE"; then
222 if test -z "$ODBC_TYPE"; then
244 if test -z "$ODBC_TYPE"; then
269 if test -z "$ODBC_TYPE"; then
311 if test -z "$ODBC_TYPE"; then
360 if test -z "$ODBC_TYPE"; then
389 if test -z "$ODBC_TYPE"; then
[all …]
/PHP-5.5/ext/spl/tests/
H A Dbug46115.phpt7 $z = $x->invoke($h);
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c23658 z[j++] = z[i];
26327 z[j++] = z[i];
87347 for(z=zInput; *z; z=z+n){
89540 while( z[0]!=0 && z[0]!=' ' ) z++;
92888 z = pBegin->z;
141346 return isConsonant(z) && z[0]==z[1];
141360 z[0]!='w' && z[0]!='x' && z[0]!='y' &&
141592 if( z[0]=='e' && z[2]=='n' && (z[3]=='a' || z[3]=='e') && m_gt_1(z+4) ){
141607 if( z[0]=='e' && z[2]=='b' && (z[3]=='a' || z[3]=='i') && m_gt_1(z+4) ){
141952 z = &z[n+1];
[all …]

Completed in 348 milliseconds

12345678910>>...16