Home
last modified time | relevance | path

Searched refs:y (Results 201 – 225 of 634) sorted by relevance

12345678910>>...26

/PHP-8.1/Zend/tests/
H A Dexception_in_nested_rope.phpt10 $str = "$a${"y$a$a"}y";
H A Dbug27669.phpt10 $y[0] = 'hello';
11 A::{$y[0]}();
H A Dbug71196.phpt7 [1, (y().$a.$a) . ($a.$a)];
13 string(30) "Call to undefined function y()"
H A Dtemporary_cleaning_016.phpt9 $str = "$a${"y$a$a"}y";
H A Darray_unpack_string_keys.phpt5 $y = [1, 2, 3];
7 $x = [...$y, "foo" => $z];
H A Dbug71841.phpt17 var_dump($z->y++);
22 $y = array(PHP_INT_MAX => 0);
24 var_dump($y[] .= 0);
29 var_dump(++$y[]);
34 var_dump($y[]++);
/PHP-8.1/Zend/tests/fibers/
H A Dgh10340-002.phpt6 $y = 'a';
7 $$y = Fiber::getCurrent();
H A Dgh10340-001.phpt6 $$y = Fiber::getCurrent();
18 Warning: Undefined variable $y in %s on line %d
/PHP-8.1/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-8.1/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-8.1/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-8.1/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-8.1/sapi/embed/
H A Dphp_embed.h27 #define PHP_EMBED_START_BLOCK(x,y) { \ argument
28 php_embed_init(x, y); \
/PHP-8.1/ext/opcache/tests/opt/
H A Dinference_004.phpt9 function y() {
11 $arr[]->y = c;
H A Dinference_005.phpt10 $a = $r[] = $r = [] & $y;
11 +list(&$y) = $a;
/PHP-8.1/ext/opcache/tests/jit/
H A Dfetch_r_001.phpt11 $y = 'x';
12 $$y == [&$x[0]];
H A Dassign_dim_015.phpt14 $my_var[] = $y;
18 Error: Undefined variable $y
H A Dadd_013.phpt10 function y(){
12 for (; $a = $j - 7 + $y = $a - 7; $a = $a + 1 / 3) {
H A Dassign_dim_014.phpt14 $a[$y] = function(){};
18 Error: Undefined variable $y
/PHP-8.1/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-8.1/ext/pcre/tests/
H A Dmatch_flags.phpt51 string(1) "y"
85 string(1) "y"
122 string(1) "y"
/PHP-8.1/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 …
/PHP-8.1/ext/opcache/tests/
H A Dbug78230.phpt9 $y = (array) $x;
10 var_dump(is_array($y));
/PHP-8.1/Zend/tests/nullsafe_operator/
H A D015.phpt6 (new stdClass)->{null?->x}->y;
12 Warning: Attempt to read property "y" on null in %s on line 3

Completed in 122 milliseconds

12345678910>>...26