Home
last modified time | relevance | path

Searched refs:y (Results 151 – 175 of 478) sorted by relevance

12345678910>>...20

/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dconfig.h.win6420 #define TOKEN_PASTE(x,y) x##y
80 #define RSHIFT(x,y) ((x)>>(int)y)
/PHP-7.2/ext/xml/
H A Dcompat.c97 int y = 0; in _start_element_handler_ns() local
101 …er->h_start_ns(parser->user, (const XML_Char *) namespaces[y], (const XML_Char *) namespaces[y+1]); in _start_element_handler_ns()
102 y += 2; in _start_element_handler_ns()
104 y = 0; in _start_element_handler_ns()
143 att_name = (char *) attributes[y++]; in _start_element_handler_ns()
145 y++; in _start_element_handler_ns()
146 att_value = (char *)attributes[y++]; in _start_element_handler_ns()
177 if (attributes[y+1] != NULL) { in _start_element_handler_ns()
178 _qualify_namespace(parser, attributes[y] , attributes[y + 2], &qualified_name_attr); in _start_element_handler_ns()
183 attrs[z + 1] = xmlStrndup(attributes[y + 3] , (int) (attributes[y + 4] - attributes[y + 3])); in _start_element_handler_ns()
[all …]
/PHP-7.2/Zend/tests/
H A Dabstract_inheritance_003.phpt6 abstract class A { abstract function bar($x, $y = 0); }
12 Fatal error: Declaration of B::bar($x) must be compatible with A::bar($x, $y = 0) in %s
H A Dbug36759.phpt22 $y = new Bar();
23 $x = new Foo($y);
H A Doffset_assign.phpt2 Crash on $x['x']['y'] += 1 when $x is string
6 $x['x']['y'] += 1;
H A Dbug69446.phpt12 $bar->y = new stdClass;
29 ["y"]=>
H A Ddereference_013.phpt11 public function __call($x, $y) {
13 $this->x[] = $y[0];
/PHP-7.2/ext/opcache/tests/
H A Dleak_001.phpt18 $y = 3;
19 if ($x + $y);
H A Dassign_obj_op_of_fetch_dim.phpt8 $ary[0]->y += 2;
19 Notice: Undefined property: stdClass::$y in %s on line %d
/PHP-7.2/ext/spl/tests/
H A DarrayObject___construct_basic7.phpt5 $y = 2;
7 $a = array($y, $x);
/PHP-7.2/ext/json/
H A DMakefile.frag.w324 ext\json\json_parser.tab.c: ext\json\json_parser.y
5 $(BISON) --defines -l ext/json/json_parser.y -o ext/json/json_parser.tab.c
/PHP-7.2/ext/date/tests/
H A Ddate-parse-by-format001.phpt6 print_r( date_parse_from_format( '!m/d/y', $date ) );
7 print_r( date_parse_from_format( '!m*d*y', $date ) );
/PHP-7.2/ext/standard/tests/serialize/
H A Dbug68594.phpt17 $y = unserialize($z);
18 $z = serialize($y);
H A Dbug45706.phpt13 $y = unserialize($s);
14 var_dump($y);
/PHP-7.2/ext/reflection/tests/
H A DReflectionClass_getModifierNames_basic.phpt26 abstract class y
49 dump_methodModifierNames('y');
125 string(4) "y::a"
132 string(4) "y::b"
H A Dbug51905.phpt12 public function x($x = 1, $y = array(self::X), $z = parent::Y) {}
25 $y : array (
/PHP-7.2/ext/date/lib/
H A Dtimelib.c36 #define TIMELIB_LLABS(y) (y < 0 ? (y * -1) : y) argument
286 d->sse, d->y < 0 ? "-" : "", TIMELIB_LLABS(d->y), d->m, d->d, d->h, d->i, d->s); in timelib_dump_date()
316 d->relative.y, d->relative.m, d->relative.d, d->relative.h, d->relative.i, d->relative.s); in timelib_dump_date()
354 d->y, d->m, d->d, d->h, d->i, d->s, d->days, d->invert ? " inverted" : ""); in timelib_dump_rel_time()
/PHP-7.2/ext/soap/tests/
H A Dserver011.phpt11 function Add($x,$y) {
12 return $x+$y;
/PHP-7.2/sapi/phpdbg/
H A DMakefile.frag11 %.c: %.y
20 $(srcdir)/phpdbg_parser.c: $(srcdir)/phpdbg_parser.y
21 @$(YACC) -p phpdbg_ -v -d $(srcdir)/phpdbg_parser.y -o $@
/PHP-7.2/ext/pdo_sqlite/tests/
H A Dpdo_fetch_func_001.phpt16 $st->fetchAll(PDO::FETCH_FUNC, function($x, $y) use ($st) { var_dump($st); print "data: $x, $y\n"; …
47 static public function test($x, $y) {
48 return $x .'---'. $y;
51 private function test2($x, $y) {
55 public function test3($x, $y) {
56 return $x .'==='. $y;
/PHP-7.2/ext/sodium/tests/
H A Dcrypto_secretbox.phpt13 $y = sodium_crypto_secretbox_open("\0" . $a, $nonce, $key);
14 var_dump($y);
/PHP-7.2/ext/standard/tests/strings/
H A Dbug68710.phpt19 $y = unserialize($z);
20 $z = serialize($y);
H A Ducwords_variation4.phpt33 "P't'y 't it's ",
50 "/test/r\test\\ucwords\t\y\y\\u\3 \yy\ /uu/",
89 string(14) "P't'y 't It's "
122 string(37) "/test/r Est\ucwords \y\y\u \yy\ /uu/"
/PHP-7.2/ext/gd/libgd/
H A Dgddemo.c71 points[0].y = 0; in main()
73 points[1].y = 128; in main()
75 points[2].y = 128; in main()
/PHP-7.2/ext/gd/tests/
H A Dbug24594.phpt20 for ($y=0;$y<36;$y+=2) {
21 imagesetpixel($tile,$x,$y,$black);

Completed in 50 milliseconds

12345678910>>...20