Home
last modified time | relevance | path

Searched refs:y (Results 376 – 400 of 478) sorted by relevance

1...<<11121314151617181920

/PHP-7.2/ext/fileinfo/libmagic/
H A Dfile.h114 #define __GNUC_PREREQ__(x, y) \ argument
115 ((__GNUC__ == (x) && __GNUC_MINOR__ >= (y)) || \
118 #define __GNUC_PREREQ__(x, y) 0 argument
/PHP-7.2/ext/standard/
H A Dcrypt_sha512.c167 #define Ch(x, y, z) ((x & y) ^ (~x & z)) in sha512_process_block() argument
168 #define Maj(x, y, z) ((x & y) ^ (x & z) ^ (y & z)) in sha512_process_block() argument
/PHP-7.2/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.2/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"
/PHP-7.2/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.2/ext/date/tests/
H A Didate_variation4.phpt25 'Year (1 or 2 digits)' => 'y',
/PHP-7.2/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.2/ext/date/lib/
H A Dparse_iso_intervals.c293 case 'Y': s->period->y = nr; break; in scan()
668 s->period->y = timelib_get_unsigned_nr((char **) &ptr, 4); in scan()
825 current->y = timelib_get_nr((char **) &ptr, 4); in scan()
978 in.begin->y = TIMELIB_UNSET; in timelib_strtointerval()
991 in.end->y = TIMELIB_UNSET; in timelib_strtointerval()
1004 in.period->y = 0; in timelib_strtointerval()
/PHP-7.2/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.2/Zend/tests/
H A Dcall_user_func_008.phpt19 $x =& $i; $y =& $j;
/PHP-7.2/
H A DREADME.EXT_SKEL154 bool module_name_drawtext(resource image, string text, resource font, int x, int y [, int color])
160 /* {{{ proto bool module_name_drawtext(resource image, string text, resource font, int x, int y [, …
170 zend_long y;
175 …if (zend_parse_parameters(argc, "rsrll|l", &image, &text, &text_len, &font, &x, &y, &color) == FAI…
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dtestoutput425 1: \x{4000}\x{7f}y
28 1: \x{4000}\x{100}y
102 1: \x{1234}\x{4321}y
119 1: \x{1234}\x{4321}y
140 1: \x{1234}\x{4321}y
161 1: \x{1234}\x{4321}y
190 1: \x{1234}\x{4321}y
768 y
H A Dtestoutput2334 _ ` 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 { | } ~ \x7f \x80
61 d e f g h i j k l m n o p q r s t u v w x y z { | } ~ \x7f \x80 \x81 \x82
/PHP-7.2/main/
H A Dphp.h118 # define lstat(x, y) php_sys_lstat(x, y) argument

Completed in 100 milliseconds

1...<<11121314151617181920