Home
last modified time | relevance | path

Searched refs:y (Results 276 – 300 of 724) sorted by relevance

1...<<11121314151617181920>>...29

/php-src/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-src/tests/basic/
H A Dtimeout_variation_0.phpt13 $y = 0;
15 $y++;
H A Dtimeout_variation_7.phpt12 $y = 0;
14 $y++;
/php-src/ext/simplexml/tests/
H A Dbug53033.phpt14 $y = '2.5';
15 var_dump($y*1);
/php-src/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
/php-src/Zend/tests/attributes/
H A D032_attribute_validation_scope.phpt6 class x extends y {}
8 class y {
/php-src/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-src/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-src/ext/opcache/tests/jit/
H A Dfetch_dim_r_012.phpt12 $a1[] = &$y;
13 $a2["$a1[$a] "] = $a += $y;
H A Dassign_dim_016.phpt10 $y[~$y] = 42;
/php-src/ext/pcre/tests/
H A Dbug44925.phpt18 $str2 = 'y';
85 &string(1) "y"
106 &string(1) "y"
/php-src/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-src/ext/soap/tests/
H A Dserver002.phpt7 function Add($x,$y) {
8 return $x+$y;
25 <y xsi:type="xsd:int">33</y>
/php-src/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 Dbug77257.phpt9 switch($x["y"]) {
20 var_dump(test(["y" => "a"]));
H A Dleak_001.phpt18 $y = 3;
19 if ($x + $y);
/php-src/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-src/Zend/tests/type_declarations/
H A Dtyped_properties_reference_coercion_leak.phpt8 public string $y;
14 $test->y =& $ref;
/php-src/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 …]
/php-src/ext/ffi/tests/
H A D002.phpt63 typedef struct tag1 {int x; int y;} type37;
64 typedef union tag2 {int x; int y;} type38;
65 typedef struct {int x, y; int z;} type39;
66 typedef struct {unsigned int x:8, y:8;} type40;
67 typedef struct {unsigned int x:8, :8, y:8;} type41;
113 static void f7(int x, int y);
114 static void f8(int x, int y, ...);
126 typedef int (*type71[3])(int *x, int *y);
/php-src/ext/spl/tests/
H A DarrayObject___construct_basic7.phpt5 $y = 2;
7 $a = array($y, $x);
/php-src/ext/date/tests/
H A Dbug76032.phpt11 var_dump($d->diff($a)->y);
18 var_dump($d->diff($a)->y);

Completed in 39 milliseconds

1...<<11121314151617181920>>...29