Home
last modified time | relevance | path

Searched refs:y (Results 251 – 275 of 671) sorted by relevance

1...<<11121314151617181920>>...27

/PHP-8.2/tests/basic/
H A Dtimeout_variation_0.phpt13 $y = 0;
15 $y++;
H A Dtimeout_variation_7.phpt12 $y = 0;
14 $y++;
/PHP-8.2/Zend/tests/
H A Dbug80194.phpt7 switch ($x->y) {
16 $x = (object)['y' => 'foobar'];
H A Dassign_ref_func_leak.phpt10 $x = $y =& func();
11 var_dump($x, $y);
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 Dexception_in_nested_rope.phpt10 $str = "$a${"y$a$a"}y";
/PHP-8.2/ext/simplexml/tests/
H A Dbug53033.phpt14 $y = '2.5';
15 var_dump($y*1);
/PHP-8.2/Zend/tests/attributes/
H A D032_attribute_validation_scope.phpt6 class x extends y {}
8 class y {
/PHP-8.2/ext/intl/tests/
H A Dcollator_sort.phpt68 array( 'y' , 'k' , 'i' )
77 array( 'y' , 'k' , 'i' )
94 array( 'y' , 'k' , 'i' )
190 2 => 'y',
222 2 => 'y',
246 1 => 'y',
H A Dcollator_sort_variant2.phpt68 array( 'y' , 'k' , 'i' )
77 array( 'y' , 'k' , 'i' )
94 array( 'y' , 'k' , 'i' )
190 2 => 'y',
222 2 => 'y',
246 1 => 'y',
/PHP-8.2/ext/opcache/tests/opt/
H A Dmatch_003.phpt9 match(y()){};
12 Fatal error: Uncaught Error: Call to undefined function y() in %smatch_003.php:2
/PHP-8.2/ext/opcache/tests/jit/
H A Dreg_alloc_008.phpt12 $a=$y / $a = $a + $a != ($a);
17 Warning: Undefined variable $y in %sreg_alloc_008.php on line 4
H A Dfetch_dim_r_012.phpt13 $a1[] = &$y;
14 $a2["$a1[$a] "] = $a += $y;
/PHP-8.2/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-8.2/ext/pcre/tests/
H A Dbug44925.phpt18 $str2 = 'y';
85 &string(1) "y"
106 &string(1) "y"
/PHP-8.2/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-8.2/ext/opcache/tests/
H A Dassign_obj_op_of_fetch_dim.phpt10 $ary[0]->y += 2;
22 Attempt to assign property "y" on null
H A Dleak_001.phpt18 $y = 3;
19 if ($x + $y);
H A Dbug77257.phpt9 switch($x["y"]) {
20 var_dump(test(["y" => "a"]));
/PHP-8.2/Zend/tests/type_declarations/intersection_types/
H A Dbug81268.phpt7 public X&Y $y = null;
12 Fatal error: Cannot use null as default value for property Test::$y of type X&Y in %s on line %d
/PHP-8.2/Zend/tests/type_declarations/
H A Dtyped_properties_reference_coercion_leak.phpt8 public string $y;
14 $test->y =& $ref;
/PHP-8.2/ext/soap/tests/
H A Dserver002.phpt7 function Add($x,$y) {
8 return $x+$y;
25 <y xsi:type="xsd:int">33</y>
/PHP-8.2/ext/date/tests/
H A Dbug76032.phpt11 var_dump($d->diff($a)->y);
18 var_dump($d->diff($a)->y);
/PHP-8.2/ext/spl/tests/
H A DarrayObject___construct_basic7.phpt5 $y = 2;
7 $a = array($y, $x);
/PHP-8.2/ext/xml/
H A Dcompat.c96 int y = 0; in _start_element_handler_ns() local
100 …er->h_start_ns(parser->user, (const XML_Char *) namespaces[y], (const XML_Char *) namespaces[y+1]); in _start_element_handler_ns()
101 y += 2; in _start_element_handler_ns()
103 y = 0; in _start_element_handler_ns()
142 att_name = (char *) attributes[y++]; in _start_element_handler_ns()
144 y++; in _start_element_handler_ns()
145 att_value = (char *)attributes[y++]; in _start_element_handler_ns()
176 if (attributes[y+1] != NULL) { in _start_element_handler_ns()
177 _qualify_namespace(parser, attributes[y] , attributes[y + 2], &qualified_name_attr); in _start_element_handler_ns()
182 attrs[z + 1] = xmlStrndup(attributes[y + 3] , (int) (attributes[y + 4] - attributes[y + 3])); in _start_element_handler_ns()
[all …]

Completed in 24 milliseconds

1...<<11121314151617181920>>...27