Home
last modified time | relevance | path

Searched refs:y (Results 401 – 425 of 476) sorted by relevance

1...<<11121314151617181920

/PHP-7.4/scripts/dev/
H A Dcheck_parameters.php117 preg_match_all('/(\**)\s*(\w+(?:\[\s*\w*\s*\])?)\s*(=?)/S', $x[6], $y, PREG_SET_ORDER);
118 foreach ($y as $z) {
/PHP-7.4/ext/fileinfo/libmagic/
H A Dfile.h119 #define __GNUC_PREREQ__(x, y) \ argument
120 ((__GNUC__ == (x) && __GNUC_MINOR__ >= (y)) || \
123 #define __GNUC_PREREQ__(x, y) 0 argument
/PHP-7.4/ext/standard/
H A Dcrypt_sha512.c158 #define Ch(x, y, z) ((x & y) ^ (~x & z)) in sha512_process_block() argument
159 #define Maj(x, y, z) ((x & y) ^ (x & z) ^ (y & z)) in sha512_process_block() argument
/PHP-7.4/ext/intl/tests/
H A Ddateformat_formatObject_calendar_variant3.phpt19 echo IntlDateFormatter::formatObject($cal, 'E y-MM-d HH,mm,ss.SSS v', "en-US"), "\n";
H A Ddateformat_formatObject_calendar_variant4.phpt19 echo IntlDateFormatter::formatObject($cal, 'E y-MM-d HH,mm,ss.SSS v', "en-US"), "\n";
/PHP-7.4/ext/standard/tests/array/
H A Darray_diff_variation7.phpt39 $arr1 = array('x', 'y', 'z');
H A Drange.phpt204 string(1) "y"
214 string(1) "y"
H A Darray_diff_assoc_variation7.phpt40 $arr1 = array('zero' => 'x', 'one' => 'y', 'two' => 'z');
H A Dend.phpt141 string(1) "y"
142 string(1) "y"
H A Dend_64bit.phpt140 string(1) "y"
141 string(1) "y"
H A Din_array_variation2.phpt23 "y" =>NULL,
/PHP-7.4/ext/date/tests/
H A Didate_variation4.phpt25 'Year (1 or 2 digits)' => 'y',
/PHP-7.4/ext/openssl/tests/
H A Dbug74720_1.phpt50 H+HNLWwp+lAia2Erky0IWstsow62yWvLDyTCM+QhqlHwnh3TJVvNI1GBAoGAUl+y
H A Dbug74903.phpt52 H+HNLWwp+lAia2Erky0IWstsow62yWvLDyTCM+QhqlHwnh3TJVvNI1GBAoGAUl+y
H A Dbug74720_0.phpt52 H+HNLWwp+lAia2Erky0IWstsow62yWvLDyTCM+QhqlHwnh3TJVvNI1GBAoGAUl+y
H A Dbug74798.phpt50 H+HNLWwp+lAia2Erky0IWstsow62yWvLDyTCM+QhqlHwnh3TJVvNI1GBAoGAUl+y
/PHP-7.4/ext/standard/tests/general_functions/
H A Descapeshellarg_variation1.phpt2 Test escapeshellarg() function : usage variations - different data types as $y arg
H A Dgettype_settype_variation1.phpt48 var $y;
50 function __construct($x, $y) {
52 $this->y = $y;
H A Dgettype_settype_variation8.phpt48 var $y;
50 function __construct($x, $y) {
52 $this->y = $y;
/PHP-7.4/ext/standard/tests/time/
H A Dstrptime_basic.phpt29 var_dump(strptime($str, '%H:%M:%S %m/%d/%y'));
H A Dstrptime_parts.phpt35 $res = strptime($str, '%H:%M:%S %m/%d/%y');
/PHP-7.4/Zend/tests/
H A Dcall_user_func_008.phpt19 $x =& $i; $y =& $j;
H A Dgc_038.phpt108 return "y";
/PHP-7.4/ext/date/lib/
H A Dparse_iso_intervals.c291 case 'Y': s->period->y = nr; break; in scan()
666 s->period->y = timelib_get_unsigned_nr((char **) &ptr, 4); in scan()
823 current->y = timelib_get_nr((char **) &ptr, 4); in scan()
976 in.begin->y = TIMELIB_UNSET; in timelib_strtointerval()
989 in.end->y = TIMELIB_UNSET; in timelib_strtointerval()
1002 in.period->y = 0; in timelib_strtointerval()
/PHP-7.4/main/
H A Dphp.h110 # define lstat(x, y) php_sys_lstat(x, y) argument

Completed in 40 milliseconds

1...<<11121314151617181920