Home
last modified time | relevance | path

Searched refs:y (Results 176 – 200 of 717) sorted by relevance

12345678910>>...29

/php-src/ext/opcache/tests/jit/
H A Dassign_dim_010.phpt11 $a[] &= $y;
13 $a[] =& $y;
22 Warning: Undefined variable $y in %sassign_dim_010.php on line 4
H A Dnot_003.phpt10 set_error_handler(function(){y;}) . !$y;
13 Fatal error: Uncaught Error: Undefined constant "y" in %snot_003.php:2
H A Dreg_alloc_010.phpt9 function foo($y) {
12 for(;$y;);
13 [$i=$y];
H A Dgh8461-004.phpt24 $y = 0;
35 global $y;
36 $y++;
55 var_dump($initialRequest ? $x : $y);
H A Dassign_obj_op_001.phpt13 (function(){$this->y.=[];})->call($test);
16 Deprecated: Creation of dynamic property Test::$y is deprecated in %sassign_obj_op_001.php on line 6
18 Warning: Undefined property: Test::$y in %sassign_obj_op_001.php on line 6
H A Dreg_alloc_009.phpt10 for(;; $a + $y[4][] = $y < $a + $a = $b = $a = + $y[] = 0.1) {
/php-src/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-src/Zend/tests/
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-src/ext/gd/tests/
H A Dimagefttext.phpt27 for ($y = 0; $y < $sy; ++$y) {
29 if (imagecolorat($im, $x, $y) == $colour_b) {
H A Dimagegammacorrect_variation2.phpt43 function draw_cell($im, $x, $y)
46 $y1 = 120 * $y;
49 $color = cell_color($im, $x, $y);
53 function cell_color($im, $x, $y)
56 switch ($y) {
/php-src/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-src/win32/build/
H A DMakefile80 Zend\zend_ini_parser.c Zend\zend_ini_parser.h: Zend\zend_ini_parser.y
236 @copy $(BUILD_DIR)\$(PHPLIB) $(BUILD_DIR_DEV)\lib /y >nul
241 @copy run-tests.php $(BUILD_DIR_DEV)\script\ /y >nul
242 @copy build\gen_stub.php $(BUILD_DIR_DEV)\build\ /y >nul
243 @copy win32\build\confutils.js $(BUILD_DIR_DEV)\script\ /y >nul
244 @copy win32\build\configure.tail $(BUILD_DIR_DEV)\script\ /y >nul
246 @copy win32\build\Makefile.phpize $(BUILD_DIR_DEV)\script\ /y >nul
247 @copy win32\build\phpize.bat $(BUILD_DIR_DEV)\ /y >nul
248 @copy win32\build\template.rc $(BUILD_DIR_DEV)\build\ /y >nul
249 @copy win32\build\default.manifest $(BUILD_DIR_DEV)\build\ /y >nul
[all …]
/php-src/Zend/tests/anon/
H A D015.phpt6 function foo ($y = null) {
8 if (!is_null($y)) {
9 $x = [$y];
H A D016.phpt6 function foo ($y = null) {
8 if (!is_null($y)) {
9 $x = [$y];
/php-src/ext/spl/tests/
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-src/ext/gd/libgd/
H A Dgd_gd2.c272 int x, y, ylo, yhi, xlo, xhi; in gdImageCreateFromGd2Ctx() local
337 for (y = ylo; (y < yhi); y++) { in gdImageCreateFromGd2Ctx()
359 im->pixels[y][x] = ch; in gdImageCreateFromGd2Ctx()
438 int x, y, ylo, yhi, xlo, xhi; in gdImageCreateFromGd2PartCtx() local
579 for (y = ylo; (y < yhi); y++) { in gdImageCreateFromGd2PartCtx()
604 …x) && (x < (srcx + w)) && (x < fsx) && (x >= 0) && (y >= srcy) && (y < (srcy + h)) && (y < fsy) &&… in gdImageCreateFromGd2PartCtx()
667 int x, y, ylo, yhi, xlo, xhi; in _gdImageGd2() local
752 for (y = ylo; (y < yhi); y++) { in _gdImageGd2()
753 GD2_DBG(gd_error("y=%d: ",y)); in _gdImageGd2()
764 int p = im->tpixels[y][x]; in _gdImageGd2()
[all …]
H A Dgd_interpolation.c742 const int yi=(int)((y) < 0 ? y - 1: y); in getPixelInterpolated()
954 for (y = 0; y < src_height - 1; ++y) { in _gdScaleHoriz()
974 for (y = 0; y < dst_height; y++) { in _gdScaleCol()
1001 for (y = 0; y < src_height - 1; ++y) { in _gdScaleVert()
2346 for (y = bbox.y; y <= end_y; y++) { in gdTransformAffineCopy()
2347 pt.y = y + 0.5; in gdTransformAffineCopy()
2355 for (y = 0; y <= end_y; y++) { in gdTransformAffineCopy()
2359 pt.y = y + 0.5 + bbox.y; in gdTransformAffineCopy()
2435 min.y=extent[i].y; in gdTransformAffineBoundingBox()
2439 max.y=extent[i].y; in gdTransformAffineBoundingBox()
[all …]
/php-src/ext/standard/tests/array/
H A Dbug42177.phpt29 $y =& $x;
30 $a1 = array($x, $y, $x, $y);
31 $a2 = array( 'key1' => $a1, $x, $y );
/php-src/Zend/tests/named_params/
H A Dvariadic.phpt25 $y = 0;
26 test2(x: $x, y: $y);
27 var_dump($x, $y);
/php-src/ext/opcache/tests/opt/
H A Dsccp_040.phpt10 $y[] = $arr[] = array($y);
16 Warning: Undefined variable $y in %ssccp_040.php on line 3
/php-src/ext/ffi/tests/
H A D020.phpt12 $p = $ffi->new("struct {int x; const int y;}");
14 $p->y = 1;
20 $p = $ffi->new("struct {const int x; int y;}");
21 $p->y = 1;
28 $p = $ffi->new("const struct {int x; int y;}");
66 FFI\Exception: Attempt to assign read-only field 'y'
/php-src/Zend/tests/readonly_props/
H A Dpromotion.phpt9 public readonly float $y = 0.0,
28 ["y"]=>
37 ["y"]=>
/php-src/ext/com_dotnet/tests/
H A Dbug64130.phpt19 $y = 0;
21 $ie->clientToWindow($x, $y);
23 var_dump($x > 0, $y > 0);

Completed in 70 milliseconds

12345678910>>...29