Home
last modified time | relevance | path

Searched refs:y (Results 276 – 300 of 337) sorted by relevance

1...<<11121314

/PHP-5.4/ext/standard/tests/general_functions/
H A Dfloatval_variation1.phpt2 … floatval() and its alias doubleval() functions : usage variations - different data types as $y arg
H A Dgettype_settype_variation2.phpt51 var $y;
53 function point($x, $y) {
55 $this->y = $y;
H A Dgettype_settype_variation3.phpt48 var $y;
50 function point($x, $y) {
52 $this->y = $y;
H A Dgettype_settype_variation4.phpt48 var $y;
50 function point($x, $y) {
52 $this->y = $y;
/PHP-5.4/ext/standard/tests/math/
H A Datan2_variation2.phpt7 /* Prototype : float atan2 ( float $y , float $x )
H A Dhypot_variation1.phpt5 /* Prototype : float hypot ( float $x , float $y )
H A Dfmod_variation1.phpt5 /* Prototype : float fmod ( float $x , float $y )
/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_set_local_infile_handler_short_len.phpt82 array('id' => 99, 'label' => 'y'),
H A Dmysqli_set_local_infile_handler_openbasedir.phpt98 array('id' => 99, 'label' => 'y'),
H A Dmysqli_next_result.phpt108 …func_test_mysqli_next_result($link, "SELECT 1 AS a; INSERT INTO test(id, label) VALUES (100, 'y');…
H A Dbug49442.phpt122 %unicode|string%(1) "y"
/PHP-5.4/Zend/tests/
H A D019.phpt201 var $y;
204 function Point($x, $y) {
206 $this->y = $y;
244 unset($point1->y);
1224 ["y"]=>
1246 ["y"]=>
1252 ["y"]=>
1283 ["y"]=>
/PHP-5.4/ext/filter/tests/
H A D043.phpt135 string(1) "y"
/PHP-5.4/ext/ftp/tests/
H A D005.phpt25 var_dump(ftp_get($ftp, 'x', 'y', 0));
/PHP-5.4/ext/mbstring/oniguruma/
H A Dregcomp.c2051 Node *x, *y; in get_min_match_length() local
2052 y = node; in get_min_match_length()
2054 x = NCONS(y).left; in get_min_match_length()
2059 } while (r == 0 && IS_NOT_NULL(y = NCONS(y).right)); in get_min_match_length()
2402 ytype = NTYPE(y); in is_not_included()
2430 tmp = x; x = y; y = tmp; in is_not_included()
2450 switch (NCTYPE(y).type) { in is_not_included()
2524 switch (NCTYPE(y).type) { in is_not_included()
2551 if (len > NSTRING_LEN(y)) len = NSTRING_LEN(y); in is_not_included()
3169 Node *x, *y; in next_setup() local
[all …]
/PHP-5.4/ext/standard/tests/serialize/
H A Dserialization_objects_002.phpt45 function __construct( $w, $x, $y, $z ) {
48 $this->c = $y;
/PHP-5.4/ext/standard/tests/strings/
H A Dstrrchr_variation9.phpt98 "y",
H A Dstrrchr_variation10.phpt48 "y",
/PHP-5.4/ext/pcre/pcrelib/testdata/
H A Dtestoutput8158 x y+z
177 /x.y/
178 x+y
179 0: x+y
180 x-y
181 0: x-y
187 /x.y/s
188 x+y
189 0: x+y
190 x-y
[all …]
H A Dtestinput873 x y+z
82 x+y+z
84 /x.y/
85 x+y
86 x-y
90 /x.y/s
91 x+y
92 x-y
95 /(a.b(?s)c.d|x.y)p.q/
761 x-.y-.
[all …]
/PHP-5.4/sapi/litespeed/
H A Dlsapilib.c3414 #define F1(x, y, z) (z ^ (x & (y ^ z))) argument
3415 #define F2(x, y, z) F1(z, x, y) argument
3416 #define F3(x, y, z) (x ^ y ^ z) argument
3417 #define F4(x, y, z) (y ^ (x | ~z)) argument
3420 #define MD5STEP(f, w, x, y, z, data, s) \ argument
3421 ( w += f(x, y, z) + data, w = w<<s | w>>(32-s), w += x )
/PHP-5.4/ext/bcmath/
H A Dbcmath.c70 ZEND_ARG_INFO(0, y)
77 ZEND_ARG_INFO(0, y)
/PHP-5.4/ext/date/lib/
H A Dunixtime2tm.c123 tm->y = cur_year; in timelib_unixtime2gmt()
H A Dparse_date.c4196 TIMELIB_PROCESS_YEAR(s->time->y, length); in scan()
5406 TIMELIB_PROCESS_YEAR(s->time->y, length); in scan()
6639 TIMELIB_PROCESS_YEAR(s->time->y, length); in scan()
7285 s->time->relative.y = 0 - s->time->relative.y; in scan()
21378 s->time->y = 1970; in scan()
24817 in.time->y = TIMELIB_UNSET; in timelib_strtotime()
24865 time->y = 1970; in timelib_time_reset_fields()
24877 if (time->y == TIMELIB_UNSET ) time->y = 1970; in timelib_time_reset_unset_fields()
24904 in.time->y = TIMELIB_UNSET; in timelib_parse_from_format()
25067 s->time->y = 1970; in timelib_parse_from_format()
[all …]
/PHP-5.4/ext/pcre/tests/
H A D005.phpt32 /p2/var/php_gcov/PHP_4_4/ext/standard/parsedate.y: At top level:
33 /p2/var/php_gcov/PHP_4_4/ext/standard/parsedate.y:864: warning: return type defaults to `int'
273 …[0] => /p2/var/php_gcov/PHP_4_4/ext/standard/parsedate.y:864: warning: return type defaults to `in…
278 [5] => /p2/var/php_gcov/PHP_4_4/ext/standard/parsedate.y

Completed in 171 milliseconds

1...<<11121314