Home
last modified time | relevance | path

Searched refs:array (Results 426 – 450 of 765) sorted by path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php25 * @param array|ArrayAccess $array
28 public static function assertArrayHasKey($key, $array, $message = '') argument
37 if (!(is_array($array) || $array instanceof ArrayAccess)) {
46 static::assertThat($array, $constraint, $message);
53 * @param array|ArrayAccess $array
66 if (!(is_array($array) || $array instanceof ArrayAccess)) {
75 static::assertThat($array, $constraint, $message);
82 * @param array|ArrayAccess $array
85 public static function assertArrayNotHasKey($key, $array, $message = '') argument
94 if (!(is_array($array) || $array instanceof ArrayAccess)) {
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php57 * @param array|ArrayAccess $array
60 function assertArrayHasKey($key, $array, $message = '') argument
72 * @param array|ArrayAccess $array
76 function assertArraySubset($subset, $array, $strict = false, $message = '') argument
88 * @param array|ArrayAccess $array
91 function assertArrayNotHasKey($key, $array, $message = '') argument
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DConfiguration.php458 foreach (['var', 'env', 'post', 'get', 'cookie', 'server', 'files', 'request'] as $array) {
459 foreach ($this->xpath->query('php/' . $array) as $var) {
463 $result[$array][$name] = $this->getBoolean($value, $value);
500 foreach (['var', 'post', 'get', 'cookie', 'server', 'files', 'request'] as $array) {
502 switch ($array) {
512 $target = &$GLOBALS['_' . strtoupper($array)];
516 foreach ($configuration[$array] as $name => $value) {
H A DGlobalState.php192 * @param array $array
196 protected static function arrayOnlyContainsScalars(array $array) argument
200 foreach ($array as $element) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/Template/
H A DTestCaseMethod.tpl.dist67 array(
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php145 $array = [
176 $array = [
204 $array = ['a' => $obj];
214 $array = ['a' => $obj];
305 $array = new ArrayObject();
306 $array['foo'] = 'bar';
316 $array['bar'] = 'bar';
323 $array['foo'] = 'bar';
333 $array['bar'] = 'bar';
340 $array['foo'] = 'bar';
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Ddataprovider-debug.phpt20 Starting test 'DataProviderDebugTest::testProvider with data set #2 (array(array(1, 2, 3), array(3,…
24 …testProvider with data set #4 (stdClass Object (), stdClass Object (...), array(), SplObjectStorag…
H A Dlog-json-post-66021.phpt8 print 'skip: Does not have PHP #66021 (Blank line inside empty JSON array/object)';
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DArrayAccessible.php5 private $array; variable in ArrayAccessible
7 public function __construct(array $array = []) argument
9 $this->array = $array;
H A DTestGeneratorMaker.php4 public function create($array = []) argument
6 foreach ($array as $key => $value) {
H A DTestIterator.php4 protected $array; variable in TestIterator
7 public function __construct($array = []) argument
9 $this->array = $array;
H A DTestIterator2.php6 public function __construct(array $array) argument
8 $this->data = $array;
/plugin/findologicxmlexport/vendor/sebastian/code-unit-reverse-lookup/
H A D.php_cs11 array(
/plugin/findologicxmlexport/vendor/sebastian/comparator/src/
H A DExceptionComparator.php39 $array = parent::toArray($object);
42 $array['file'],
43 $array['line'],
44 $array['trace'],
45 $array['string'],
46 $array['xdebug_message']
49 return $array;
H A DMockObjectComparator.php39 $array = parent::toArray($object);
41 unset($array['__phpunit_invocationMocker']);
43 return $array;
/plugin/findologicxmlexport/vendor/sebastian/exporter/
H A DREADME.md94 print $exporter->export(array(array(1,2,3), array("",0,FALSE)));
104 $array = array();
105 $array['self'] = &$array;
106 print $exporter->export($array);
128 print $exporter->shortenedExport(array());
131 print $exporter->shortenedExport(array(1,2,3,4,5));
/plugin/findologicxmlexport/vendor/sebastian/exporter/src/
H A DExporter.php64 $array = $data;
67 foreach ($array as $key => $value) {
151 $array = array();
167 $array[$key] = $val;
177 unset($array['__storage']);
179 unset($array['storage']);
183 unset($array['__key']);
194 return $array;
254 $array = $value;
258 if (count($array) > 0) {
[all …]
/plugin/findologicxmlexport/vendor/sebastian/exporter/tests/
H A DExporterTest.php192 $array = array(
205 $array['self'] = &$array;
263 $this->trimNewline($this->exporter->export($array))
272 $array = array(
288 array($array, 'Array (...)'),
/plugin/findologicxmlexport/vendor/sebastian/global-state/src/
H A DCodeExporter.php72 * @param array $array
75 private function arrayOnlyContainsScalars(array $array) argument
79 foreach ($array as $element) {
/plugin/findologicxmlexport/vendor/sebastian/object-enumerator/
H A D.php_cs11 array(
H A DREADME.md3 Traverses array structures and object graphs to enumerate all referenced objects.
/plugin/findologicxmlexport/vendor/sebastian/object-enumerator/src/
H A DEnumerator.php51 $array = $variable;
55 foreach ($array as $element) {
/plugin/findologicxmlexport/vendor/sebastian/recursion-context/src/
H A DContext.php83 * @param array $array
96 $this->arrays[] = &$array;
98 if (!isset($array[PHP_INT_MAX]) && !isset($array[PHP_INT_MAX - 1])) {
99 $array[] = $key;
100 $array[] = $this->objects;
106 $array[$key] = $key;
133 * @param array $array
139 $end = array_slice($array, -2);
161 if (is_array($array)) {
162 array_pop($array);
[all …]
/plugin/findologicxmlexport/vendor/sebastian/version/
H A D.php_cs10 array(
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/
H A DDumperTest.php25 protected $array = [ variable in Symfony\\Component\\Yaml\\Tests\\DumperTest

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