Home
last modified time | relevance | path

Searched refs:byRef (Results 1 – 25 of 234) sorted by relevance

12345678910

/dports/net-mgmt/librenms/librenms-vendor-21.5.1/nikic/php-parser/lib/PhpParser/Node/Expr/
H A DClosureUse.php12 public $byRef; variable in PhpParser\\Node\\Expr\\ClosureUse
18 * @param bool $byRef Whether to use by reference
21 public function __construct(Expr\Variable $var, bool $byRef = false, array $attributes = []) { argument
24 $this->byRef = $byRef;
H A DArrayItem.php14 public $byRef; variable in PhpParser\\Node\\Expr\\ArrayItem
23 * @param bool $byRef Whether to assign by reference
26 …public function __construct(Expr $value, Expr $key = null, bool $byRef = false, array $attributes … argument
30 $this->byRef = $byRef;
/dports/finance/prestashop/prestashop/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/
H A DClosureUse.php12 public $byRef; variable in PhpParser\\Node\\Expr\\ClosureUse
18 * @param bool $byRef Whether to use by reference
21 public function __construct(Expr\Variable $var, bool $byRef = false, array $attributes = []) { argument
24 $this->byRef = $byRef;
H A DArrayItem.php14 public $byRef; variable in PhpParser\\Node\\Expr\\ArrayItem
23 * @param bool $byRef Whether to assign by reference
26 …public function __construct(Expr $value, Expr $key = null, bool $byRef = false, array $attributes … argument
30 $this->byRef = $byRef;
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/
H A DClosureUse.php12 public $byRef; variable in PhpParser\\Node\\Expr\\ClosureUse
18 * @param bool $byRef Whether to use by reference
21 public function __construct(Expr\Variable $var, bool $byRef = false, array $attributes = []) { argument
24 $this->byRef = $byRef;
H A DArrayItem.php14 public $byRef; variable in PhpParser\\Node\\Expr\\ArrayItem
23 * @param bool $byRef Whether to assign by reference
26 …public function __construct(Expr $value, Expr $key = null, bool $byRef = false, array $attributes … argument
30 $this->byRef = $byRef;
/dports/www/typo3-9/typo3_src-9.5.31/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/
H A DClosureUse.php12 public $byRef; variable in PhpParser\\Node\\Expr\\ClosureUse
18 * @param bool $byRef Whether to use by reference
21 public function __construct(Expr\Variable $var, bool $byRef = false, array $attributes = []) { argument
24 $this->byRef = $byRef;
H A DArrayItem.php14 public $byRef; variable in PhpParser\\Node\\Expr\\ArrayItem
23 * @param bool $byRef Whether to assign by reference
26 …public function __construct(Expr $value, Expr $key = null, bool $byRef = false, array $attributes … argument
30 $this->byRef = $byRef;
/dports/www/typo3-10/typo3_src-10.4.25/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/
H A DClosureUse.php12 public $byRef; variable in PhpParser\\Node\\Expr\\ClosureUse
18 * @param bool $byRef Whether to use by reference
21 public function __construct(Expr\Variable $var, bool $byRef = false, array $attributes = []) { argument
24 $this->byRef = $byRef;
H A DArrayItem.php14 public $byRef; variable in PhpParser\\Node\\Expr\\ArrayItem
23 * @param bool $byRef Whether to assign by reference
26 …public function __construct(Expr $value, Expr $key = null, bool $byRef = false, array $attributes … argument
30 $this->byRef = $byRef;
/dports/www/typo3-11/typo3_src-11.5.7/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/
H A DClosureUse.php12 public $byRef; variable in PhpParser\\Node\\Expr\\ClosureUse
18 * @param bool $byRef Whether to use by reference
21 public function __construct(Expr\Variable $var, bool $byRef = false, array $attributes = []) { argument
24 $this->byRef = $byRef;
H A DArrayItem.php14 public $byRef; variable in PhpParser\\Node\\Expr\\ArrayItem
23 * @param bool $byRef Whether to assign by reference
26 …public function __construct(Expr $value, Expr $key = null, bool $byRef = false, array $attributes … argument
30 $this->byRef = $byRef;
/dports/www/owncloud/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/
H A DClosureUse.php12 public $byRef; variable in PhpParser\\Node\\Expr\\ClosureUse
18 * @param bool $byRef Whether to use by reference
21 public function __construct(Expr\Variable $var, bool $byRef = false, array $attributes = []) { argument
24 $this->byRef = $byRef;
H A DArrayItem.php14 public $byRef; variable in PhpParser\\Node\\Expr\\ArrayItem
23 * @param bool $byRef Whether to assign by reference
26 …public function __construct(Expr $value, Expr $key = null, bool $byRef = false, array $attributes … argument
30 $this->byRef = $byRef;
/dports/www/nextcloud/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/
H A DClosureUse.php12 public $byRef; variable in PhpParser\\Node\\Expr\\ClosureUse
18 * @param bool $byRef Whether to use by reference
21 public function __construct(Expr\Variable $var, bool $byRef = false, array $attributes = []) { argument
24 $this->byRef = $byRef;
H A DArrayItem.php14 public $byRef; variable in PhpParser\\Node\\Expr\\ArrayItem
23 * @param bool $byRef Whether to assign by reference
26 …public function __construct(Expr $value, Expr $key = null, bool $byRef = false, array $attributes … argument
30 $this->byRef = $byRef;
/dports/www/typo3-9/typo3_src-9.5.31/vendor/nikic/php-parser/lib/PhpParser/Node/
H A DArg.php12 public $byRef; variable in PhpParser\\Node\\Arg
20 * @param bool $byRef Whether to pass by ref
24 …public function __construct(Expr $value, bool $byRef = false, bool $unpack = false, array $attribu… argument
27 $this->byRef = $byRef;
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/nikic/php-parser/lib/PhpParser/Node/
H A DArg.php14 public $byRef; variable in PhpParser\\Node\\Arg
22 * @param bool $byRef Whether to pass by ref
28 Expr $value, bool $byRef = false, bool $unpack = false, array $attributes = [], argument
34 $this->byRef = $byRef;
/dports/finance/prestashop/prestashop/vendor/nikic/php-parser/lib/PhpParser/Node/
H A DArg.php14 public $byRef; variable in PhpParser\\Node\\Arg
22 * @param bool $byRef Whether to pass by ref
28 Expr $value, bool $byRef = false, bool $unpack = false, array $attributes = [], argument
34 $this->byRef = $byRef;
/dports/www/typo3-10/typo3_src-10.4.25/vendor/nikic/php-parser/lib/PhpParser/Node/
H A DArg.php14 public $byRef; variable in PhpParser\\Node\\Arg
22 * @param bool $byRef Whether to pass by ref
28 Expr $value, bool $byRef = false, bool $unpack = false, array $attributes = [], argument
34 $this->byRef = $byRef;
/dports/www/owncloud/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/
H A DArg.php14 public $byRef; variable in PhpParser\\Node\\Arg
22 * @param bool $byRef Whether to pass by ref
28 Expr $value, bool $byRef = false, bool $unpack = false, array $attributes = [], argument
34 $this->byRef = $byRef;
/dports/www/nextcloud/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/
H A DArg.php14 public $byRef; variable in PhpParser\\Node\\Arg
22 * @param bool $byRef Whether to pass by ref
28 Expr $value, bool $byRef = false, bool $unpack = false, array $attributes = [], argument
34 $this->byRef = $byRef;
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/nikic/php-parser/lib/PhpParser/Node/
H A DArg.php15 public $byRef; variable in PhpParser\\Node\\Arg
23 * @param bool $byRef Whether to pass by ref
29 Expr $value, bool $byRef = false, bool $unpack = false, array $attributes = [], argument
35 $this->byRef = $byRef;
/dports/www/typo3-11/typo3_src-11.5.7/vendor/nikic/php-parser/lib/PhpParser/Node/
H A DArg.php15 public $byRef; variable in PhpParser\\Node\\Arg
23 * @param bool $byRef Whether to pass by ref
29 Expr $value, bool $byRef = false, bool $unpack = false, array $attributes = [], argument
35 $this->byRef = $byRef;
/dports/www/typo3-11/typo3_src-11.5.7/vendor/symfony/property-info/
H A DPropertyReadInfo.php38 private $byRef; variable in Symfony\\Component\\PropertyInfo\\PropertyReadInfo
40 …lic function __construct(string $type, string $name, string $visibility, bool $static, bool $byRef) argument
46 $this->byRef = $byRef;
80 return $this->byRef;

12345678910