Home
last modified time | relevance | path

Searched refs:args (Results 301 – 325 of 559) sorted by path

1...<<11121314151617181920>>...23

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/
H A DDoubler.php87 * @param array $args Constructor arguments
93 public function double(ReflectionClass $class = null, array $interfaces, array $args = null) argument
108 if (null !== $args) {
109 return $reflection->newInstanceArgs($args);
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Promise/
H A DCallbackPromise.php50 * @param array $args
56 public function execute(array $args, ObjectProphecy $object, MethodProphecy $method) argument
64 return call_user_func($callback, $args, $object, $method);
H A DPromiseInterface.php28 * @param array $args
34 public function execute(array $args, ObjectProphecy $object, MethodProphecy $method); argument
H A DReturnArgumentPromise.php51 * @param array $args
57 public function execute(array $args, ObjectProphecy $object, MethodProphecy $method) argument
59 return count($args) > $this->index ? $args[$this->index] : null;
H A DReturnPromise.php39 * @param array $args
45 public function execute(array $args, ObjectProphecy $object, MethodProphecy $method) argument
H A DThrowPromise.php63 * @param array $args
69 public function execute(array $args, ObjectProphecy $object, MethodProphecy $method) argument
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DGenerator.php619 $args = explode(
627 $numArgs = count($args);
630 $args[$i] = substr($args[$i], strpos($args[$i], '$'));
636 'arguments' => implode(', ', $args)
H A DMockBuilder.php209 * @param array $args
213 public function setConstructorArgs(array $args) argument
215 $this->constructorArgs = $args;
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/_fixture/
H A DFunctionCallback.php4 $args = func_get_args();
6 if ($args == ['foo', 'bar']) {
H A DMethodCallback.php6 $args = func_get_args();
8 if ($args == ['foo', 'bar']) {
15 $args = func_get_args();
17 if ($args == ['foo', 'bar']) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php1400 $args = func_get_args();
1402 if (count($args) < 2) {
1406 $category = $args[0];
1407 $locale = $args[1];
1427 $result = call_user_func_array('setlocale', $args);
1954 $args = func_get_args();
1956 return new PHPUnit_Framework_MockObject_Stub_ConsecutiveCalls($args);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Runner/Filter/
H A DFactory.php20 * @param mixed $args
22 public function addFilter(ReflectionClass $filter, $args) argument
33 $this->filters[] = [$filter, $args];
42 list($class, $args) = $filter;
43 $iterator = $class->newInstance($iterator, $args, $suite);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DGetopt.php18 if (empty($args)) {
29 if (isset($args[0][0]) && $args[0][0] != '-') {
30 array_shift($args);
33 reset($args);
35 $args = array_map('trim', $args);
38 $i = key($args);
39 next($args);
59 $args
66 $args
100 next($args);
[all …]
H A DPHP.php36 protected $args = ''; variable in PHPUnit_Util_PHP
107 * @param string $args
109 public function setArgs($args) argument
111 $this->args = (string) $args;
121 return $this->args;
224 if ($this->args) {
225 $command .= ' -- ' . $this->args;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Util/
H A DGetoptTest.php15 $args = [
20 $actual = PHPUnit_Util_Getopt::getopt($args, '', ['colors==']);
39 $args = [
44 $actual = PHPUnit_Util_Getopt::getopt($args, 'v');
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/
H A DDumperTest.php265 $bar->args = ['bar'];
/plugin/findologicxmlexport/vendor/twig/twig/ext/twig/
H A Dtwig.c196 zval ***args = NULL; in TWIG_CALL_USER_FUNC_ARRAY() local
230 fci.params = args; in TWIG_CALL_USER_FUNC_ARRAY()
238 if (args) { in TWIG_CALL_USER_FUNC_ARRAY()
388 zval **args[1]; in TWIG_CALL_S() local
410 fci.params = args; in TWIG_CALL_S()
441 zval **args[2]; in TWIG_CALL_ZZ() local
446 args[0] = &arg1; in TWIG_CALL_ZZ()
447 args[1] = &arg2; in TWIG_CALL_ZZ()
462 fci.params = args; in TWIG_CALL_ZZ()
544 va_list args; in TWIG_RUNTIME_ERROR() local
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DExpressionParser.php371 $args = $this->parseArguments();
372 if (\count($args) < 1) {
376 …return new BlockReferenceExpression($args->getNode(0), \count($args) > 1 ? $args->getNode(1) : nul…
379 if (\count($args) < 2) {
383 …return new GetAttrExpression($args->getNode(0), $args->getNode(1), \count($args) > 2 ? $args->getN…
531 $args = [];
536 if (!empty($args)) {
570 $args[$name] = $value;
573 $args[] = $value;
575 $args[$name] = $value;
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/src/NodeVisitor/
H A DEscaperNodeVisitor.php155 …$args = new Node([new ConstantExpression((string) $type, $line), new ConstantExpression(null, $lin…
157 return new FilterExpression($node, $name, $args, $line);
H A DSafeAnalysisNodeVisitor.php100 $args = $node->getNode('arguments');
102 $safe = $filter->getSafe($args);
113 $args = $node->getNode('arguments');
116 $this->setSafe($node, $function->getSafe($args));
H A DSandboxNodeVisitor.php125 $args = $node->getNode($name);
126 foreach ($args as $name => $_) {
127 $this->wrapNode($args, $name);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DIntegrationTest.php282 public function __call($name, $args) argument
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/Expression/
H A DFilterTest.php25 $args = new Node();
26 $node = new FilterExpression($expr, $name, $args, 1);
30 $this->assertEquals($args, $node->getNode('arguments'));
159 function twig_tests_filter_barbar($context, $string, $arg1 = null, $arg2 = null, array $args = []) argument
H A DFunctionTest.php24 $args = new Node();
25 $node = new FunctionExpression($name, $args, 1);
28 $this->assertEquals($args, $node->getNode('arguments'));
115 function twig_tests_function_barbar($arg1 = null, $arg2 = null, array $args = []) argument
H A DGetAttrTest.php25 $args = new ArrayExpression([], 1);
26 $args->addElement(new NameExpression('foo', 1));
27 $args->addElement(new ConstantExpression('bar', 1));
28 $node = new GetAttrExpression($expr, $attr, $args, Template::ARRAY_CALL, 1);
32 $this->assertEquals($args, $node->getNode('arguments'));
42 $args = new ArrayExpression([], 1);
43 $node = new GetAttrExpression($expr, $attr, $args, Template::ANY_CALL, 1);
46 $node = new GetAttrExpression($expr, $attr, $args, Template::ARRAY_CALL, 1);
49 $args = new ArrayExpression([], 1);
50 $args->addElement(new NameExpression('foo', 1));
[all …]

1...<<11121314151617181920>>...23