Home
last modified time | relevance | path

Searched refs:index (Results 176 – 200 of 556) sorted by last modified time

12345678910>>...23

/PHP-7.4/ext/spl/tests/
H A Darray_010.phpt97 Notice: Undefined index: 5th in %sarray_010.php on line %d
133 Notice: Undefined index: 8th in %sarray_010.php on line %d
H A Dbug31185.phpt9 public function offsetExists($index) {
10 return isset($this->array[$index]);
13 public function offsetGet($index) {
14 return $this->array[$index];
17 public function offsetSet($index, $value) {
18 echo __METHOD__ . "($index, $value)\n";
19 $this->array[$index] = $value;
22 public function offsetUnset($index) {
24 unset($this->array[$index]);
H A Dbug32134.phpt14 public function offsetGet($index)
17 echo __METHOD__ . "($index)\n";
19 return parent::offsetGet($index);
22 public function offsetSet($index, $newval)
24 echo __METHOD__ . "($index,$newval)\n";
25 return parent::offsetSet($index, $newval);
H A Dbug33136.phpt16 function offsetGet($index)
18 echo __METHOD__ . "($index)\n";
19 return parent::offsetGet($index);
22 function offsetSet($index, $value)
24 echo __METHOD__ . "(" . (is_null($index) ? "NULL" : $index) . ",$value)\n";
25 parent::offsetSet($index, $value);
H A Dbug54323.phpt22 Notice: Undefined index: prop in %sbug54323.php on line 14
H A Dbug62978.phpt28 Notice: Undefined index: epic_magic in %sbug62978.php on line %d
31 Notice: Undefined index: epic_magic in %sbug62978.php on line %d
39 Notice: Undefined index: epic_magic in %sbug62978.php on line %d
42 Notice: Undefined index: epic_magic in %sbug62978.php on line %d
45 Notice: Undefined index: epic_magic in %sbug62978.php on line %d
H A Dbug70852.phpt12 Notice: Undefined index: in %s on line %d
15 Notice: Undefined index: in %s on line %d
H A DarrayObject___construct_basic2.phpt66 Notice: Undefined index: prop in %s on line 40
94 Notice: Undefined index: prop in %s on line 40
H A DarrayObject___construct_basic3.phpt66 Notice: Undefined index: prop in %s on line 40
94 Notice: Undefined index: prop in %s on line 40
H A Darray_001.phpt85 Notice: Undefined index: b in %sarray_001.php on line %d
90 Notice: Undefined index: c in %sarray_001.php on line %d
/PHP-7.4/ext/spl/
H A Dspl_directory.h78 int index; member
/PHP-7.4/ext/session/tests/
H A Dbug74892.phpt15 <p><a href="index.php">Click This Anchor Tag!</a></p>
16 <p><a href="index.php#place">External link with anchor</a></p>
21 <p><a href="index.php?PHPSESSID=sessionidhere">Click This Anchor Tag!</a></p>
22 <p><a href="index.php?PHPSESSID=sessionidhere#place">External link with anchor</a></p>
/PHP-7.4/ext/readline/
H A Dreadline_cli.c504 static char *cli_completion_generator(const char *text, int index) /* {{{ */ in cli_completion_generator() argument
518 if (!index) { in cli_completion_generator()
/PHP-7.4/ext/posix/tests/
H A Dposix_getgrgid.phpt16 die('Array index "name" does not exist.');
19 die('Array index "passwd" does not exist.');
22 die('Array index "members" does not exist.');
24 die('Array index "members" must be an array.');
38 die('Array index "gid" does not exist.');
/PHP-7.4/ext/phar/tests/
H A Dstat.phpt18 $a['my/index.php'] = '<?php
67 include "my/index.php";
224 Warning: fileperms(): stat failed for not/found in phar://%sstat.phar.php/my/index.php on line %d
H A Dzf_test.phpt25 Phar::webPhar('$file.phar', 'html/index.php');
47 phar://%szfapp.phar.tar.gz/application/default/views/scripts/index/index.phtml
49 phar://%szfapp.phar.tar.gz/html/index.php
H A Dphar_createdefaultstub.phpt29 var_dump(strlen(Phar::createDefaultStub('index.php', str_repeat('a', 400))));
39 $web = 'index.php';
146 const START = 'index.php';
333 $web = 'index.php';
H A Dphar_mount.phpt14 $a['index.php'] = '<?php
29 include "index.php";
37 include "index.php";
H A Dphar_running.phpt13 $phar['index.php'] = '<?php
18 include $pname . '/index.php';
25 …) expects parameter 1 to be bool, array given in phar://%sphar_running.phar.php/index.php on line 2
H A Dphar_setdefaultstub.phpt59 $web = 'index.php';
166 const START = 'index.php';
354 $web = 'index.php';
H A Dcached_manifest_1.phpt26 string(131) "<?php echo "in b\n";$a = fopen("index.php", "r", true);echo stream_get_contents($a);fc…
29 string(9) "index.php"
H A Dfatal_error_webphar.phpt9 REQUEST_URI=/fatal_error_webphar.php/index.php
10 PATH_INFO=/index.php
H A Dfopen.phpt17 $a['index.php'] = '<?php
31 include "index.php";
41 …): failed to open stream: No such file or directory in phar://%sfopen.phar.php/index.php on line %d
H A Dmounteddir.phpt17 $a['index.php'] = '<?php
33 include "index.php";
101 …ror: path "testit/directory" is a directory in phar://%stempmanifest1.phar.php/index.php on line %d
/PHP-7.4/ext/phar/tests/tar/
H A Dbug49910.phpt39 [19] => phar://*/Structures_Graph-1.0.3/docs/html/index.html

Completed in 48 milliseconds

12345678910>>...23