Home
last modified time | relevance | path

Searched refs:y (Results 151 – 175 of 671) sorted by relevance

12345678910>>...27

/PHP-8.2/ext/simplexml/tests/
H A Dbug69169.phpt9 <row b="y">
13 <item y="n" />
34 [b] => y
59 [y] => n
/PHP-8.2/ext/ffi/tests/
H A D046.phpt28 $x = FFI::type("struct {double x; double y;}");
33 var_dump($x->getStructFieldOffset("y"));
35 var_dump($x->getStructFieldType("y")->getKind() == $x::TYPE_DOUBLE);
37 $x = FFI::type("union {double x; double y;}");
42 var_dump($x->getStructFieldOffset("y"));
44 var_dump($x->getStructFieldType("y")->getKind() == $x::TYPE_DOUBLE);
72 string(1) "y"
84 string(1) "y"
/PHP-8.2/ext/spl/tests/
H A Dbug70852.phpt5 $y = new ArrayObject();
7 var_dump($y[NULL]);
8 var_dump($y[NULL]++);
H A Dbug72888.phpt8 $y=clone $x;
12 var_dump($y);
17 Warning: Undefined variable $y in %s on line %d
H A Dbug74058.phpt53 $y = new MyArray();
54 $y['a2'] = new stdClass();
55 var_dump($y['a2']);
57 $y['a2']->b = 'some value';
58 var_dump($y['a2']);
/PHP-8.2/ext/opcache/tests/opt/
H A Dmatch_002.phpt9 match($y=y){};
12 Fatal error: Uncaught Error: Undefined constant "y" in %smatch_002.php:2
/PHP-8.2/ext/opcache/tests/jit/
H A Drope_002.phpt13 $array[] = &$y;
14 $S["$array[$a] $y"] = $a += $y;
H A Dbug77857.phpt15 $y = 0.0;
19 $y = $tmp/1.0;
21 return $y;
H A Dassign_dim_010.phpt12 $a[] &= $y;
14 $a[] =& $y;
23 Warning: Undefined variable $y in %sassign_dim_010.php on line 4
H A Dreg_alloc_010.phpt10 function foo($y) {
13 for(;$y;);
14 [$i=$y];
/PHP-8.2/Zend/tests/
H A Darray_offset_002.phpt7 $GLOBALS[''] = $GLOBALS['y'];
12 x($y);
13 var_dump($y);
H A Dbug30162.phpt23 $this->y = "y";
52 ["y"]=>
53 string(1) "y"
H A Ddereference_001.phpt18 public $y = 1;
28 var_dump(c()[0]->y); // int(1)
37 $y = 'bar';
38 $x = array('a' => 'foo', 'b' => $y);
H A Dbug45186.phpt20 call_user_func(array('self', 'y'));
21 call_user_func('self::y');
35 call_user_func('self::y');
53 string(1) "y"
57 string(1) "y"
H A Ddynamic_prop_deprecation_002.phpt11 [&$a->y];
17 Err: Creation of dynamic property class@anonymous::$y is deprecated
18 Exception: Cannot create dynamic property class@anonymous::$y
H A Dbug45186_2.phpt16 call_user_func(array('self', 'y'));
17 call_user_func('self::y');
35 call_user_func('self::y');
53 string(1) "y"
57 string(1) "y"
/PHP-8.2/ext/dom/tests/
H A Dbug77686.phpt9 $doc->loadHTML('<html id="htmlelement"><body id="x">before<div id="y">hello</div>after</body></html…
11 $div = $doc->getElementById('y');
12 var_dump($doc->getElementById('y')->textContent);
16 var_dump($doc->getElementById('y'));
20 var_dump($doc->getElementById('y')->textContent);
/PHP-8.2/ext/soap/tests/
H A Dserver004.phpt7 function Add($x,$y) {
8 return $x+$y;
10 function Sub($x,$y) {
11 return $x-$y;
28 <y xsi:type="xsd:int">33</y>
/PHP-8.2/ext/date/tests/
H A Dbug52113.phpt20 'y' => 7,
37 ["y"]=>
58 string(164) "O:12:"DateInterval":10:{s:1:"y";i:0;s:1:"m";i:0;s:1:"d";i:0;s:1:"h";i:4;s:1:"i";i:0;s:…
60 'y' => 0,
71 ["y"]=>
108 ["y"]=>
137 ["y"]=>
174 ["y"]=>
/PHP-8.2/ext/gd/tests/
H A Dimagefttext.phpt27 for ($y = 0; $y < $sy; ++$y) {
29 if (imagecolorat($im, $x, $y) == $colour_b) {
/PHP-8.2/ext/standard/tests/serialize/
H A Dsleep_uninitialized_typed_prop.phpt8 protected int $y;
12 return ['x', 'y', 'z'];
27 $t->y = 2;
44 ["y":protected]=>
/PHP-8.2/ext/soap/tests/bugs/
H A Dbug29061.wsdl7 xmlns:y="http://new.webservice.namespace" targetNamespace="http
20 <input message="y:getQuoteRequest"/>
21 <output message="y:getQuoteResponse"/>
24 <binding name="bindingName" type="y:SOAPport">
37 <port name="myPort" binding="y:bindingName">
/PHP-8.2/Zend/tests/anon/
H A D015.phpt6 function foo ($y = null) {
8 if (!is_null($y)) {
9 $x = [$y];
/PHP-8.2/win32/build/
H A DMakefile80 Zend\zend_ini_parser.c Zend\zend_ini_parser.h: Zend\zend_ini_parser.y
81 $(BISON) --output=Zend/zend_ini_parser.c -v -d Zend/zend_ini_parser.y
237 @copy $(BUILD_DIR)\$(PHPLIB) $(BUILD_DIR_DEV)\lib /y >nul
242 @copy run-tests.php $(BUILD_DIR_DEV)\script\ /y >nul
243 @copy build\gen_stub.php $(BUILD_DIR_DEV)\build\ /y >nul
244 @copy win32\build\confutils.js $(BUILD_DIR_DEV)\script\ /y >nul
245 @copy win32\build\configure.tail $(BUILD_DIR_DEV)\script\ /y >nul
247 @copy win32\build\Makefile.phpize $(BUILD_DIR_DEV)\script\ /y >nul
248 @copy win32\build\phpize.bat $(BUILD_DIR_DEV)\ /y >nul
249 @copy win32\build\template.rc $(BUILD_DIR_DEV)\build\ /y >nul
[all …]
/PHP-8.2/ext/standard/tests/array/
H A Dbug42177.phpt29 $y =& $x;
30 $a1 = array($x, $y, $x, $y);
31 $a2 = array( 'key1' => $a1, $x, $y );

Completed in 30 milliseconds

12345678910>>...27