Home
last modified time | relevance | path

Searched refs:y (Results 26 – 50 of 717) sorted by last modified time

12345678910>>...29

/php-src/sapi/fpm/
H A Dconfig.m4295 …AC_LANG_PROGRAM([[#include <sys/socket.h>]], [[int x = SO_LISTENQLIMIT; int y = SO_LISTENQLEN;]])]…
/php-src/ext/opcache/tests/jit/
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 Dassign_055.phpt11 (y);
15 $ret = $y;
16 } catch (y) {
20 Fatal error: Uncaught Error: Undefined constant "y" in %sassign_055.php:3
H A Dfetch_dim_rw_004.phpt9 set_error_handler(function(y$y) {
12 $y[$k]++;
15 Fatal error: Uncaught TypeError: {closure:%s:%d}(): Argument #1 ($y) must be of type y, int given, …
/php-src/Zend/tests/fibers/
H A Dfailing-nested-fiber.phpt7 $fiber = new Fiber(function (int $x, int $y): void {
8 Fiber::suspend($x + $y);
/php-src/Zend/tests/
H A Dcall_user_func_005.phpt7 public static function __callstatic($x, $y) {
8 var_dump($x,$y);
H A Dclosure_019.phpt13 $y = 3;
14 var_dump($GLOBALS['lambda']($y));
15 var_dump($lambda($y));
H A Dclosure_020.phpt22 $y = $foo->x();
23 var_dump($y()->test);
H A Dclosure_027.phpt15 $a = function($x) use ($y) {};
30 Warning: Undefined variable $y in %s on line %d
H A Dbug52193.phpt17 var_dump($y = $x[0]);
18 var_dump($y());
H A Dbug76534.phpt10 $y = &$x["2bar"];
/php-src/ext/standard/
H A Dbasic_functions.stub.php3165 function atan2(float $y, float $x): float {}
3219 function hypot(float $x, float $y): float {}
H A Dbasic_functions_arginfo.h1636 ZEND_ARG_TYPE_INFO(0, y, IS_DOUBLE, 0)
1688 ZEND_ARG_TYPE_INFO(0, y, IS_DOUBLE, 0)
/php-src/ext/intl/tests/
H A Dgrapheme_str_split.phpt17 array( "null\x00byte", 1, array("n", "u", "l", "l", "\x00", "b", "y", "t", "e") ),
/php-src/ext/opcache/tests/opt/
H A Ddce_009.phpt18 $y = [];
19 foreach ($y as $x) {
H A Ddce_004.phpt14 function foo(int $x, int $y) {
16 $a[1] = $y;
17 $a = $y;
33 0001 CV1($y) = RECV 2
34 0002 CV2($a) = QM_ASSIGN CV1($y)
/php-src/ext/phar/tests/
H A Dgh13836.phpt14 $phar['y'] = 'hi2';
16 var_dump(rename("phar://a.phar/x", "phar://a.phar/y"));
19 var_dump($phar['y']);
30 string(%d) "phar://%sgh13836.phar/y"
32 string(1) "y"
/php-src/sapi/fpm/tests/
H A Dtester.inc451 $cmd = self::findExecutable() . " -n $configTestArg -y $configFile 2>&1";
523 $cmd = [self::findExecutable(), '-n', '-y', $configFile];
/php-src/
H A D.cirrus.yml12 #- pkg upgrade -y
14 …- pkg install -y autoconf bison gmake re2c icu libiconv png freetype2 enchant2 bzip2 t1lib gmp tid…
/php-src/.github/actions/apt-x32/
H A Daction.yml11 apt-get update -y | true
13 apt-get install -y \
/php-src/.github/actions/apt-x64/
H A Daction.yml13 apt-get update -y | true
14 apt-get install -y sudo
17 sudo apt-get update -y | true
18 sudo apt-get install -y \
/php-src/ext/date/
H A Dphp_date.c1196 now->y = yea; in php_mktime()
1239 zend_long m, d, y; in PHP_FUNCTION() local
1244 Z_PARAM_LONG(y) in PHP_FUNCTION()
1247 if (y < 1 || y > 32767 || !timelib_valid_date(y, m, d)) { in PHP_FUNCTION()
3279 dateobj->time->y = tmp_time->y; in php_date_modify()
3722 dateobj->time->y = y; in php_date_date_set()
3732 zend_long y, m, d; in PHP_FUNCTION() local
3748 zend_long y, m, d; in PHP_METHOD() local
3768 dateobj->time->y = y; in php_date_isodate_set()
3782 zend_long y, w, d = 1; in PHP_FUNCTION() local
[all …]
/php-src/ext/spl/tests/SplObjectStorage/
H A DSplObjectStorage_unserialize_reference.phpt7 $y = 1;
9 $x = [$o, &$y];
/php-src/ext/phar/phar/
H A Dpharcommand.inc139 'y' => array(
163 unset($phar_args['y']);
578 $privkey = $this->args['y']['val'] ?? null;
1208 $privkey = $this->args['y']['val'];
/php-src/ext/gd/libgd/
H A Dgd.c637 for (y = 0; y < to->sy; y++) { in gdImagePaletteCopy()
1271 for (y = y1; y <= y2; y++) { in gdImageAALine()
2171 for (y = y1; (y <= y2); y++) { in _gdImageFilledHRectangle()
2214 for (y = y1; (y <= y2); y++) { in _gdImageFilledVRectangle()
2241 for (y = 0; (y < h); y++) { in gdImageCopy()
2251 for (y = 0; (y < h); y++) { in gdImageCopy()
2268 for (y = srcY; y < (srcY + h); y++) { in gdImageCopy()
2315 for (y = srcY; y < (srcY + h); y++) { in gdImageCopyMerge()
2715 for (y = miny; y <= maxy; y++) { in gdImageFilledPolygon()
2873 for (y = 0; y < sy; y++) { in gdImageCompare()
[all …]

Completed in 107 milliseconds

12345678910>>...29