Home
last modified time | relevance | path

Searched refs:y (Results 251 – 275 of 337) sorted by relevance

1...<<11121314

/PHP-5.4/ext/standard/
H A Dcrypt_sha512.c173 #define Ch(x, y, z) ((x & y) ^ (~x & z)) in sha512_process_block() argument
174 #define Maj(x, y, z) ((x & y) ^ (x & z) ^ (y & z)) in sha512_process_block() argument
/PHP-5.4/ext/date/tests/
H A Dgmstrftime_variation5.phpt21 'Year as decimal number without a century' => "%y",
H A Dstrftime_variation5.phpt20 'Year as decimal number without a century' => "%y",
H A Didate_variation4.phpt25 'Year (1 or 2 digits)' => 'y',
/PHP-5.4/ext/standard/tests/general_functions/
H A Dgettype_settype_variation1.phpt48 var $y;
50 function point($x, $y) {
52 $this->y = $y;
H A Descapeshellarg_variation1.phpt2 Test escapeshellarg() function : usage variations - different data types as $y arg
H A Dgettype_settype_variation8.phpt48 var $y;
50 function point($x, $y) {
52 $this->y = $y;
/PHP-5.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_variation9.phpt20 'sub_arrayb' => array ('a', 'z', 'y'));
100 string(1) "y"
H A Dend.phpt141 string(1) "y"
142 string(1) "y"
H A Dend_64bit.phpt142 string(1) "y"
143 string(1) "y"
H A Darray_diff_assoc_variation7.phpt41 $arr1 = array('zero' => 'x', 'one' => 'y', 'two' => 'z');
H A Din_array_variation2.phpt23 "y" =>NULL,
/PHP-5.4/ext/pcre/pcrelib/testdata/
H A Dtestinput2293 /(?<=ab(?i)x|y|z)/I
400 /(?<=x+)y/
612 1(abcd)(x(y)z)pqr
1129 /^(x(y|(?1){2})z)/I
1560 /(?:(?(2y)a|b)(X))+/I
1845 /(?<abc>x)(?'xyz'y)/I
2129 /x(?-0)y/
2131 /x(?-1)y/
2133 /x(?+0)y/
2135 /x(?+1)y/
[all …]
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 Dtestoutput24009 2: y
7547 2: y
7562 2: y
7598 1: y
7601 1: y
7612 1: y
7615 1: y
7624 2: y
7643 2: y
7649 3: y
[all …]
/PHP-5.4/
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 long y;
175 …if (zend_parse_parameters(argc TSRMLS_CC, "rsrll|l", &image, &text, &text_len, &font, &x, &y, &col…
/PHP-5.4/ext/standard/tests/time/
H A Dstrptime_basic.phpt30 var_dump(strptime($str, '%H:%M:%S %m/%d/%y'));
H A Dstrptime_parts.phpt36 $res = strptime($str, '%H:%M:%S %m/%d/%y');
/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_set_local_infile_handler.phpt135 array('id' => 99, 'label' => 'y'),
185 %unicode|string%(1) "y"
H A Dlocal_infile_tools.inc64 !fwrite($fp, (binary)"'98';'y';\n") ||
72 !fwrite($fp, "98;'y';\n") ||
H A Dmysqli_set_local_infile_handler_nested_call.phpt89 array('id' => 99, 'label' => 'y'),
/PHP-5.4/ext/date/lib/
H A Dparse_iso_intervals.c401 case 'Y': s->period->y = nr; break; in scan()
776 s->period->y = timelib_get_unsigned_nr((char **) &ptr, 4); in scan()
933 current->y = timelib_get_nr((char **) &ptr, 4); in scan()
1086 in.begin->y = TIMELIB_UNSET; in timelib_strtointerval()
1099 in.end->y = TIMELIB_UNSET; in timelib_strtointerval()
1112 in.period->y = 0; in timelib_strtointerval()
/PHP-5.4/ext/soap/interop/
H A Dclient_round2_params.php138 function make_2d($x, $y) argument
141 for ($_y = 0; $_y < $y; $_y++) {

Completed in 61 milliseconds

1...<<11121314