Home
last modified time | relevance | path

Searched refs:y (Results 126 – 150 of 468) sorted by relevance

12345678910>>...19

/PHP-7.3/ext/standard/tests/strings/
H A Dbug77608.phpt6 $a = ["x" => 1E+14, "y" => "1E+14"];
11 x=1.0E%2B14&y=1E%2B14
H A Dstr_ireplace.phpt29 var_dump(str_ireplace(array("tt", "y"), array("aaa", "bbb"), "ttttTttttttttTT"));
33 var_dump(str_ireplace(array("tt", "y"), array("aaa", "bbb"), "ttttTttttttttTT"));
35 var_dump(str_ireplace(array("tt", "y"), array("aaa", "bbb"), array("ttttTttttttttTT", "aayyaayasday…
36 var_dump(str_ireplace(array("tt", "y"), array("aaa", "bbb"), array("key"=>"ttttTttttttttTT", "test"…
37 var_dump(str_ireplace(array("t"=>"tt", "y"=>"y"), array("a"=>"aaa", "b"=>"bbb"), array("key"=>"tttt…
/PHP-7.3/Zend/tests/
H A Dclosure_019.phpt13 $y = 3;
14 var_dump($GLOBALS['lambda']($y));
15 var_dump($lambda($y));
H A Dbug67111.phpt10 foreach ($array2 as $y) {
11 echo "$x.$y\n";
H A Dexception_in_nested_rope.phpt10 $str = "$a${"y$a$a"}y";
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 Dclosure_025.phpt6 $a = create_function('$x', 'return function($y) use ($x) { return $x * $y; };');
H A Dlist_007.phpt6 list($x, $y) = function() { };
8 var_dump($x, $y);
/PHP-7.3/Zend/tests/list/
H A Dlist_reference_004.phpt6 foreach ($coords as [&$x, $y]) {
8 $y++;
/PHP-7.3/ext/soap/tests/
H A Dserver014.phpt7 function Add($x,$y) {
9 return $x+$y;
26 <y xsi:type="xsd:int">33</y>
H A Dclassmap003.phpt17 public $y;
20 $this->y = $a + 1;
52 [y] => 6
/PHP-7.3/ext/json/
H A DMakefile.frag4 $(srcdir)/json_parser.tab.c: $(srcdir)/json_parser.y
5 $(YACC) --defines -l $(srcdir)/json_parser.y -o $@
/PHP-7.3/sapi/embed/
H A Dphp_embed.h29 #define PHP_EMBED_START_BLOCK(x,y) { \ argument
30 php_embed_init(x, y); \
/PHP-7.3/ext/gd/tests/
H A Dcopyresized.phpt28 for ($y = 0; $y < 38; $y++) {
29 $p1 = imagecolorat($im, $x, $y);
30 $p2 = imagecolorat($dst, $x, $y);
/PHP-7.3/ext/intl/tests/
H A Dcollator_asort.phpt59 array( 'd' => 'y' ,
101 array( '1' => 'y' ,
125 array( 'd' => 'y',
143 'd' => 'y',
216 1 => 'y',
240 'd' => 'y',
H A Dcollator_asort_variant2.phpt59 array( 'd' => 'y' ,
101 array( '1' => 'y' ,
125 array( 'd' => 'y',
143 'd' => 'y',
216 1 => 'y',
240 'd' => 'y',
H A Dcollator_sort.phpt67 array( 'y' , 'k' , 'i' )
76 array( 'y' , 'k' , 'i' )
93 array( 'y' , 'k' , 'i' )
189 2 => 'y',
221 2 => 'y',
245 1 => 'y',
H A Dcollator_sort_variant2.phpt67 array( 'y' , 'k' , 'i' )
76 array( 'y' , 'k' , 'i' )
93 array( 'y' , 'k' , 'i' )
189 2 => 'y',
221 2 => 'y',
245 1 => 'y',
/PHP-7.3/ext/opcache/tests/
H A Dbug78230.phpt7 $y = (array) $x;
8 var_dump(is_array($y));
/PHP-7.3/ext/pcre/tests/
H A Dmatch_flags.phpt51 string(1) "y"
85 string(1) "y"
122 string(1) "y"
/PHP-7.3/ext/reflection/tests/
H A Dbug46205.phpt6 $y = function() { };
9 $x->invokeArgs(new reflectionparameter('trim', 'str'), array($y, 1));
/PHP-7.3/ext/mbstring/oniguruma/doc/
H A DCALLOUTS.BUILTIN.ja81 (*CMP{x::TAG/LONG, op::STRING, y::TAG/LONG})
83 xの値とyの値をop演算子で比較する
84 x, yがTAGのときにはそのcalloutのslot 0の値が参照される
/PHP-7.3/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"));
22 Warning: rename(): phar error: cannot rename "phar://a.phar/x" to "phar://a.phar/y" from extracted …
/PHP-7.3/ext/gd/libgd/
H A Dwebpng.c190 int maxx, maxy, x, y, alpha, pix, nalpha = 0; in main() local
198 for (y = 0; y < maxy; y++) { in main()
200 pix = gdImageGetPixel(im, x, y); in main()

Completed in 27 milliseconds

12345678910>>...19