Home
last modified time | relevance | path

Searched refs:array (Results 376 – 400 of 765) sorted by path

1...<<11121314151617181920>>...31

/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DCHANGES.md158 …* Fixed the support of array callables in CallbackPromise and CallbackPrediction (thanks @ciaranmc…
H A DREADME.md153 $prophecy->read('123')->will(new Prophecy\Promise\ReturnPromise(array('value')));
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Util/
H A DExportUtil.php58 $array = array();
74 $array[$key] = $val;
84 unset($array['__storage']);
86 unset($array['storage']);
90 unset($array['__key']);
101 return $array;
161 $array = $value;
165 if (count($array) > 0) {
166 foreach ($array as $k => $v) {
192 $array = self::toArray($value);
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A D.php_cs13 array(
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/
H A D.php_cs11 array(
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/
H A Dmocked_class_method.tpl.dist6 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dmocked_method.tpl.dist4 $arguments = array({arguments_call});
H A Dmocked_method_void.tpl.dist4 $arguments = array({arguments_call});
H A Dproxied_method.tpl.dist4 $arguments = array({arguments_call});
21 … return call_user_func_array(array($this->__phpunit_originalObject, "{method_name}"), $arguments);
H A Dproxied_method_void.tpl.dist4 $arguments = array({arguments_call});
21 call_user_func_array(array($this->__phpunit_originalObject, "{method_name}"), $arguments);
H A Dwsdl_class.tpl.dist3 public function __construct($wsdl, array $options)
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A D232.phpt2 PHPUnit_Framework_MockObject_Generator::generate('Foo', array(), 'MockFoo', true, true)
47 array(),
69 $arguments = array();
98 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dabstract_class.phpt2 PHPUnit_Framework_MockObject_Generator::generate('Foo', array(), 'MockFoo', true, true)
22 array(),
44 $arguments = array();
66 $arguments = array();
88 $arguments = array();
117 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dclass.phpt2 PHPUnit_Framework_MockObject_Generator::generate('Foo', array(), 'MockFoo', true, true)
22 array(),
44 $arguments = array($foo);
66 $arguments = array($foo);
95 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dclass_call_parent_clone.phpt2 PHPUnit_Framework_MockObject_Generator::generate('Foo', array(), 'MockFoo', true)
18 array(),
47 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dclass_call_parent_constructor.phpt2 PHPUnit_Framework_MockObject_Generator::generate('Foo', array(), 'MockFoo', true)
18 array(),
46 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dclass_dont_call_parent_clone.phpt2 PHPUnit_Framework_MockObject_Generator::generate('Foo', array(), 'MockFoo', false)
18 array(),
46 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dclass_dont_call_parent_constructor.phpt2 PHPUnit_Framework_MockObject_Generator::generate('Foo', array(), 'MockFoo', true)
18 array(),
46 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dclass_implementing_interface_call_parent_constructor.phpt2 PHPUnit_Framework_MockObject_Generator::generate('Foo', array(), 'MockFoo', true)
23 array(),
51 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dclass_implementing_interface_dont_call_parent_constructor.phpt2 PHPUnit_Framework_MockObject_Generator::generate('Foo', array(), 'MockFoo', true)
23 array(),
51 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dclass_partial.phpt2 PHPUnit_Framework_MockObject_Generator::generate('Foo', array('bar'), 'MockFoo', true, true)
22 array('bar'),
44 $arguments = array($foo);
73 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dclass_with_method_named_method.phpt2 PHPUnit_Framework_MockObject_Generator::generate('Foo', array(), 'MockFoo', true, true)
18 array(),
40 $arguments = array();
H A Dclass_with_method_with_variadic_arguments.phpt2 PHPUnit_Framework_MockObject_Generator::generate('ClassWithMethodWithVariadicArguments', array(), '…
18 array(),
40 $arguments = array($a);
69 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dinterface.phpt2 PHPUnit_Framework_MockObject_Generator::generate('Foo', array(), 'MockFoo', true, true)
16 array(),
38 $arguments = array($foo);
67 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dinvocation_object_clone_object.phpt2 PHPUnit_Framework_MockObject_Generator::generate('Foo', array(), 'MockFoo', true, true, true)
22 array(),
45 $arguments = array($foo);
67 $arguments = array($foo);
96 return call_user_func_array(array($expects, 'method'), func_get_args());

1...<<11121314151617181920>>...31