Home
last modified time | relevance | path

Searched refs:y (Results 226 – 250 of 717) sorted by relevance

12345678910>>...29

/php-src/Zend/tests/type_declarations/
H A Ddefault_boolean_hint_values.phpt6 function foo(bool $x = true, bool $y = false) {
7 var_dump($x, $y);
/php-src/ext/standard/tests/http/http_build_query/
H A Dbug77608.phpt6 $a = ["x" => 1E+14, "y" => "1E+14"];
11 x=1.0E%2B14&y=1E%2B14
/php-src/ext/soap/tests/
H A Dserver014.phpt7 function Add($x,$y) {
9 return $x+$y;
26 <y xsi:type="xsd:int">33</y>
/php-src/Zend/
H A DMakefile.frag12 $(srcdir)/zend_language_parser.c: $(srcdir)/zend_language_parser.y
16 @$(YACC) $(YFLAGS) -v -d $(srcdir)/zend_language_parser.y -o $@
25 $(srcdir)/zend_ini_parser.c: $(srcdir)/zend_ini_parser.y
26 @$(YACC) $(YFLAGS) -v -d $(srcdir)/zend_ini_parser.y -o $@
/php-src/ext/opcache/tests/jit/
H A Dfetch_dim_r_004.phpt30 $y="b";
31 foo($x.$y);
34 $y="x";
35 foo($x.$y);
H A Doss-fuzz-65498.phpt13 for(;$y;y);
H A Dfetch_r_001.phpt10 $y = 'x';
11 $$y == [&$x[0]];
H A Dfetch_dim_is_001.phpt10 A[-1][2]??$y;
14 Warning: Undefined variable $y in %sfetch_dim_is_001.php on line 3
/php-src/Zend/tests/list/
H A Dlist_reference_004.phpt6 foreach ($coords as [&$x, $y]) {
8 $y++;
/php-src/ext/opcache/tests/
H A Doss_fuzz_66519.phpt11 [] ?? $oj->y = y;
/php-src/ext/gd/libgd/
H A Dgd_wbmp.c104 int x, y, pos; in _gdImageWBMPCtx() local
115 for (y = 0; y < gdImageSY(image); y++) { in _gdImageWBMPCtx()
117 if (gdImageGetPixel (image, x, y) == fg) { in _gdImageWBMPCtx()
/php-src/ext/gd/tests/
H A Dcopyresized.phpt26 for ($y = 0; $y < 38; $y++) {
27 $p1 = imagecolorat($im, $x, $y);
28 $p2 = imagecolorat($dst, $x, $y);
/php-src/ext/dom/tests/modern/spec/
H A DElement_setAttributeNS.phpt33 $container->setAttributeNS("urn:a", "y:foo", "2");
58 <container y:foo="2"></container>
59 Attr: y:foo
60 string(1) "y"
61 string(5) "y:foo"
/php-src/ext/intl/tests/
H A Dcollator_asort.phpt60 array( 'd' => 'y' ,
102 array( '1' => 'y' ,
126 array( 'd' => 'y',
144 'd' => 'y',
217 1 => 'y',
241 'd' => 'y',
H A Dcollator_asort_variant2.phpt60 array( 'd' => 'y' ,
102 array( '1' => 'y' ,
126 array( 'd' => 'y',
144 'd' => 'y',
217 1 => 'y',
241 'd' => 'y',
/php-src/ext/standard/tests/strings/
H A Dstr_ireplace.phpt26 var_dump(str_ireplace(array("tt", "y"), array("aaa", "bbb"), "ttttTttttttttTT"));
30 var_dump(str_ireplace(array("tt", "y"), array("aaa", "bbb"), "ttttTttttttttTT"));
32 var_dump(str_ireplace(array("tt", "y"), array("aaa", "bbb"), array("ttttTttttttttTT", "aayyaayasday…
33 var_dump(str_ireplace(array("tt", "y"), array("aaa", "bbb"), array("key"=>"ttttTttttttttTT", "test"…
34 var_dump(str_ireplace(array("t"=>"tt", "y"=>"y"), array("a"=>"aaa", "b"=>"bbb"), array("key"=>"tttt…
/php-src/Zend/tests/
H A Dbug67111.phpt10 foreach ($array2 as $y) {
11 echo "$x.$y\n";
H A Dbug27669.phpt10 $y[0] = 'hello';
11 A::{$y[0]}();
/php-src/Zend/tests/fibers/
H A Dgh10340-002.phpt6 $y = 'a';
7 $$y = Fiber::getCurrent();
/php-src/sapi/embed/
H A Dphp_embed.h27 #define PHP_EMBED_START_BLOCK(x,y) { \ argument
28 php_embed_init(x, y); \
/php-src/ext/opcache/tests/opt/
H A Dinference_004.phpt9 function y() {
11 $arr[]->y = c;
/php-src/ext/reflection/tests/
H A DReflectionEnumBackedCase_getBackingValue_002.phpt6 case Foo=y;
15 Undefined constant "y"
/php-src/ext/pcre/tests/
H A Dmatch_flags.phpt51 string(1) "y"
85 string(1) "y"
122 string(1) "y"
/php-src/sapi/phpdbg/
H A DMakefile.frag11 %.c: %.y
20 $(srcdir)/phpdbg_parser.c: $(srcdir)/phpdbg_parser.y
21 @$(YACC) $(YFLAGS) -v -d $(srcdir)/phpdbg_parser.y -o $@
/php-src/ext/phar/tests/
H A Dbug47085.phpt15 rename("phar://a.phar/x", "phar://a.phar/y");
16 var_dump(rename("phar://a.phar/x", "phar://a.phar/y"));
21 Warning: rename(): phar error: cannot rename "phar://a.phar/x" to "phar://a.phar/y" from extracted …

Completed in 35 milliseconds

12345678910>>...29