Home
last modified time | relevance | path

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

12345678910>>...19

/PHP-7.1/Zend/tests/
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 Dbug27669.phpt12 $y[0] = 'hello';
13 A::{$y[0]}();
H A Dlist_007.phpt6 list($x, $y) = function() { };
8 var_dump($x, $y);
/PHP-7.1/sapi/embed/
H A Dphp_embed.h30 #define PHP_EMBED_START_BLOCK(x,y) { \ argument
31 php_embed_init(x, y); \
/PHP-7.1/ext/pcre/tests/
H A Dmatch_flags.phpt51 string(1) "y"
85 string(1) "y"
122 string(1) "y"
H A Dbug44925.phpt18 $str2 = 'y';
85 &string(1) "y"
106 &string(1) "y"
/PHP-7.1/ext/reflection/tests/
H A Dbug46205.phpt6 $y = function() { };
9 $x->invokeArgs(new reflectionparameter('trim', 'str'), array($y, 1));
H A DReflectionClass_getModifierNames_basic.phpt26 abstract class y
49 dump_methodModifierNames('y');
125 string(4) "y::a"
132 string(4) "y::b"
/PHP-7.1/ext/soap/tests/
H A Dclassmap003.phpt17 public $y;
20 $this->y = $a + 1;
52 [y] => 6
H A Dserver002.phpt7 function Add($x,$y) {
8 return $x+$y;
25 <y xsi:type="xsd:int">33</y>
H A Dserver011.phpt11 function Add($x,$y) {
12 return $x+$y;
/PHP-7.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"));
22 Warning: rename(): phar error: cannot rename "phar://a.phar/x" to "phar://a.phar/y" from extracted …
/PHP-7.1/ext/intl/tests/
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.1/ext/standard/tests/strings/
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.1/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()
/PHP-7.1/tests/classes/
H A Dbug65768.phpt13 echo $diff1->y, " ", $diff1->m, " ", $diff1->d, " ",
17 echo $diff2->y, " ", $diff2->m, " ", $diff2->d, " ",
21 echo $diff3->y, " ", $diff3->m, " ", $diff3->d, " ",
/PHP-7.1/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.1/ext/soap/tests/bugs/
H A Dbug31422.phpt12 function Add($x,$y) {
15 return $x+$y;
32 <y xsi:type="xsd:int">33</y>
/PHP-7.1/ext/opcache/tests/
H A Dleak_001.phpt18 $y = 3;
19 if ($x + $y);
/PHP-7.1/ext/spl/tests/
H A DarrayObject___construct_basic7.phpt5 $y = 2;
7 $a = array($y, $x);
/PHP-7.1/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.1/ext/standard/tests/serialize/
H A Dbug68594.phpt17 $y = unserialize($z);
18 $z = serialize($y);

Completed in 42 milliseconds

12345678910>>...19