Home
last modified time | relevance | path

Searched refs:z (Results 126 – 150 of 336) sorted by relevance

12345678910>>...14

/PHP-7.4/ext/standard/
H A Dsha1.c118 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) argument
119 #define G(x, y, z) ((x) ^ (y) ^ (z)) argument
120 #define H(x, y, z) (((x) & (y)) | ((z) & ((x) | (y)))) argument
121 #define I(x, y, z) ((x) ^ (y) ^ (z)) argument
/PHP-7.4/ext/opcache/tests/
H A Dverify_return_dfg.phpt11 case 'z': $bar = 'y'; break;
H A Dbug75687.phpt15 $z = is_array($y) ? array() : array($y);
/PHP-7.4/tests/lang/
H A DpassByReference_009.phpt11 function foo2($x, &$y, $z)
/PHP-7.4/ext/mbstring/tests/
H A Dmb_ereg_replace-compat-12.phpt11 echo mb_ereg_replace("^","z","abc123");
H A Dmb_ereg_replace-compat-06.phpt11 echo mb_ereg_replace("([a-z]*)([-=+|]*)([0-9]+)","\\3 \\1 \\2\n","abc+-|=123");
H A Dmb_eregi.phpt13 var_dump(mb_eregi('z', 'XYZ'));
/PHP-7.4/scripts/dev/
H A Dcheck_parameters.php118 foreach ($y as $z) {
119 $ret[$z[2]] = array($x[1] . $z[1], $z[3]);
/PHP-7.4/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";
H A Dimap_renamemailbox_basic.phpt34 //$z = imap_renamemailbox($stream_id, $newbox.'not2', $newbox.'2');
35 //var_dump($z);
/PHP-7.4/ext/iconv/
H A Dconfig.m416 if test -z "$ICONV_DIR"; then
23 if test -z "$PHP_ICONV_PREFIX"; then
47 if test -z "$iconv_impl_name"; then
69 if test -z "$iconv_impl_name"; then
79 if test -z "$iconv_impl_name"; then
/PHP-7.4/ext/zip/tests/
H A Doo_ext_zip.phpt20 $z = new myZip;
/PHP-7.4/ext/intl/tests/
H A Dcollator_get_sort_key_variant4.phpt36 'аа', 'а', 'z',
70 source: z
H A Dcollator_get_sort_key_variant5.phpt36 'аа', 'а', 'z',
70 source: z
H A Dcollator_get_sort_key.phpt36 'аа', 'а', 'z',
70 source: z
H A Dcollator_get_sort_key_variant2.phpt36 'аа', 'а', 'z',
70 source: z
H A Dcollator_get_sort_key_variant3.phpt36 'аа', 'а', 'z',
70 source: z
H A Dcollator_get_sort_key_variant6.phpt36 'аа', 'а', 'z',
70 source: z
H A Dbug62915.phpt19 $z = clone $x;
/PHP-7.4/ext/date/tests/
H A Dbug33532.phpt20 print "strftime " . strftime("%r %B%e %Y %Z %z", $tStamp) . "\n";
29 print "strftime " . strftime("%r %B%e %Y %Z %z", $tStamp) . "\n";
/PHP-7.4/Zend/tests/
H A Dlsb_018.phpt48 $z = Baz::getInstance();
55 $z->identify();
/PHP-7.4/ext/standard/tests/time/
H A Didate.phpt14 z: 22
/PHP-7.4/ext/standard/tests/strings/
H A Daddcslashes_005.phpt8 echo addcslashes("zoo['.']","z..A");
/PHP-7.4/ext/pcre/tests/
H A Dpreg_filter.phpt7 $pattern = array('/\d/', '/[a-z]/', '/[1a]/');
/PHP-7.4/ext/date/lib/
H A Dastro.c162 double lon, obl_ecl, x, y, z; in astro_sun_RA_dec() local
175 z = y * sind(obl_ecl); in astro_sun_RA_dec()
180 *dec = atan2d(z, sqrt(x*x + y*y)); in astro_sun_RA_dec()

Completed in 56 milliseconds

12345678910>>...14