Home
last modified time | relevance | path

Searched refs:index (Results 76 – 100 of 636) sorted by relevance

12345678910>>...26

/PHP-7.3/ext/phar/tests/files/
H A Dfrontcontroller14.phar.inc4 $a['html/index.php'] = '<?php
11 return "/html/index.php";
15 Phar::webPhar("whatever", "/html/index.php", null, array(), "s");
H A Dnophar.phar.inc5 $p['index.php'] = '<?php include "b/c.php";' . "\n";
7 $p['b/c.php'] = '<?php echo "in b\n";$a = fopen("index.php", "r", true);echo stream_get_contents($a…
9 $p->setStub($p->createDefaultStub('index.php', 'web.php'));
H A Dfrontcontroller19.phar4 Phar::webPhar("test.phar", "/start/index.php");
11 ����������������������start/index.php9���!�H9���HٗN����������start/another.php>���!�H>���|
13 echo "start/index.php\n";
H A Dfrontcontroller19.phar.inc4 $a['start/index.php'] = '<?php
5 echo "start/index.php\n";
18 Phar::webPhar("test.phar", "/start/index.php");
/PHP-7.3/ext/phar/tests/cache_list/files/
H A Dfrontcontroller14.phar.inc4 $a['html/index.php'] = '<?php
11 return "/html/index.php";
15 Phar::webPhar("whatever", "/html/index.php", null, array(), "s");
H A Dnophar.phar.inc5 $p['index.php'] = '<?php include "b/c.php";' . "\n";
7 $p['b/c.php'] = '<?php echo "in b\n";$a = fopen("index.php", "r", true);echo stream_get_contents($a…
9 $p->setStub($p->createDefaultStub('index.php', 'web.php'));
H A Dfrontcontroller19.phar4 Phar::webPhar("test.phar", "/start/index.php");
11 ����������������������start/index.php9���!�H9���HٗN����������start/another.php>���!�H>���|
13 echo "start/index.php\n";
H A Dfrontcontroller19.phar.inc4 $a['start/index.php'] = '<?php
5 echo "start/index.php\n";
18 Phar::webPhar("test.phar", "/start/index.php");
/PHP-7.3/ext/standard/tests/url/
H A Dparse_url_basic_003.phpt40 --> http://www.php.net/index.php : string(11) "www.php.net"
45 --> http://www.php.net:80/index.php : string(11) "www.php.net"
46 --> http://www.php.net:80/foo/bar/index.php : string(11) "www.php.net"
54 --> http://www.php.net:80/index.php : string(11) "www.php.net"
55 --> http://www.php.net:80/index.php? : string(11) "www.php.net"
61 --> http://www.php.net:80/index.php?test=1& : string(11) "www.php.net"
62 --> http://www.php.net/index.php?& : string(11) "www.php.net"
63 --> http://www.php.net:80/index.php?foo& : string(11) "www.php.net"
64 --> http://www.php.net/index.php?&foo : string(11) "www.php.net"
65 --> http://www.php.net:80/index.php?test=1&test2=char&test3=mixesCI : string(11) "www.php.net"
[all …]
H A Dparse_url_basic_001.phpt144 string(10) "/index.php"
189 string(10) "/index.php"
290 string(10) "/index.php"
301 string(10) "/index.php"
373 string(10) "/index.php"
384 string(10) "/index.php"
397 string(10) "/index.php"
408 string(10) "/index.php"
421 string(10) "/index.php"
432 string(10) "/index.php"
[all …]
H A Dparse_url_unterminated.phpt146 string(10) "/index.php"
191 string(10) "/index.php"
292 string(10) "/index.php"
303 string(10) "/index.php"
375 string(10) "/index.php"
386 string(10) "/index.php"
399 string(10) "/index.php"
410 string(10) "/index.php"
423 string(10) "/index.php"
434 string(10) "/index.php"
[all …]
/PHP-7.3/ext/spl/
H A Dspl.php683 function offsetExists($index) {/**/} argument
688 function offsetGet($index) {/**/} argument
693 function offsetSet($index, $newval) {/**/} argument
697 function offsetUnset($index) {/**/} argument
795 function offsetExists($index) {/**/} argument
800 function offsetGet($index) {/**/} argument
805 function offsetSet($index, $newval) {/**/} argument
809 function offsetUnset($index) {/**/} argument
1002 /** @return index of entry
/PHP-7.3/ext/tokenizer/tests/
H A Dbug76437.phpt12 foreach ($tests as [$code, $index]) {
13 $open_tag1 = token_get_all($code)[$index];
14 $open_tag2 = token_get_all($code, TOKEN_PARSE)[$index];
/PHP-7.3/ext/spl/internal/
H A Dseekableiterator.inc25 * \param $index position to seek to
32 function seek($index);
35 while($position < $index && $this->valid()) {
45 function seek($index);
/PHP-7.3/ext/filter/tests/
H A D005.phpt8 id=f03_photos&pgurl=http%3A//fifaworldcup.yahoo.com/03/en/photozone/index.html
21 http://fifaworldcup.yahoo.com/03/en/photozone/index.html
23 http://fifaworldcup.yahoo.com/03/en/photozone/index.html
/PHP-7.3/ext/zip/lib/
H A Dzip_fopen_index.c42 zip_fopen_index(zip_t *za, zip_uint64_t index, zip_flags_t flags) in zip_fopen_index() argument
44 return zip_fopen_index_encrypted(za, index, flags, za->default_password); in zip_fopen_index()
H A Dzip_stat_init.c44 st->index = ZIP_UINT64_MAX; in zip_stat_init()
59 dst->index = src->index; in _zip_stat_merge()
/PHP-7.3/Zend/tests/
H A Dobject_handlers.phpt22 function offsetGet($index) {
23 $GLOBALS["y"] = $index;
25 function offsetSet($index, $newval) {
26 $GLOBALS["y"] = $index;
28 function offsetExists($index) {
29 $GLOBALS["y"] = $index;
31 function offsetUnset($index) {
32 $GLOBALS["y"] = $index;
/PHP-7.3/ext/gd/libgd/
H A Dgd_bmp.c837 if (im->open[index]) { in bmp_read_1bit()
838 im->open[index] = 0; in bmp_read_1bit()
907 if (im->open[index]) { in bmp_read_4bit()
908 im->open[index] = 0; in bmp_read_4bit()
917 index = current_byte & 0x0f; in bmp_read_4bit()
918 if (im->open[index]) { in bmp_read_4bit()
919 im->open[index] = 0; in bmp_read_4bit()
993 if (im->open[index]) { in bmp_read_8bit()
994 im->open[index] = 0; in bmp_read_8bit()
1041 if (im->open[index]) { in bmp_read_rle()
[all …]
/PHP-7.3/ext/session/tests/
H A Dbug74892.phpt13 <p><a href="index.php">Click This Anchor Tag!</a></p>
14 <p><a href="index.php#place">External link with anchor</a></p>
19 <p><a href="index.php?PHPSESSID=sessionidhere">Click This Anchor Tag!</a></p>
20 <p><a href="index.php?PHPSESSID=sessionidhere#place">External link with anchor</a></p>
/PHP-7.3/ext/standard/tests/array/
H A Darray_fill_variation3.phpt6 …* Description: Create an array containing num elements starting with index start_key each initiali…
54 for($index = 0; $index < count($values); $index ++)
57 $val = $values[$index];
/PHP-7.3/ext/spl/tests/
H A Diterator_044.phpt84 Notice: Undefined index: 0 in %siterator_044.php on line %d
100 Notice: Undefined index: foo in %siterator_044.php on line %d
106 Notice: Undefined index: in %siterator_044.php on line %d
112 Notice: Undefined index: 2 in %siterator_044.php on line %d
118 Notice: Undefined index: foo in %siterator_044.php on line %d
124 Notice: Undefined index: 3 in %siterator_044.php on line %d
149 Notice: Undefined index: in %siterator_044.php on line %d
163 Notice: Undefined index: 3 in %siterator_044.php on line %d
H A Dbug65328.phpt105 protected $index = 0;
229 return $this->children[$this->index];
237 return $this->index;
245 ++$this->index;
253 $this->index = 0;
261 return array_key_exists($this->index, $this->children);
322 [index:protected] => 0
332 [index:protected] => 1
342 [index:protected] => 0
/PHP-7.3/ext/dom/
H A Dnamednodemap.c42 ZEND_ARG_INFO(0, index)
206 zend_long index; in PHP_FUNCTION() local
215 …rameters(ZEND_NUM_ARGS(), getThis(), "Ol", &id, dom_namednodemap_class_entry, &index) == FAILURE) { in PHP_FUNCTION()
218 if (index >= 0) { in PHP_FUNCTION()
219 if (ZEND_LONG_INT_OVFL(index)) { in PHP_FUNCTION()
233 itemnode = php_dom_libxml_hash_iter(objmap->ht, index); in PHP_FUNCTION()
235 itemnode = php_dom_libxml_notation_iter(objmap->ht, index); in PHP_FUNCTION()
243 while (count < index && curnode != NULL) { in PHP_FUNCTION()
/PHP-7.3/ext/phar/tests/
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

Completed in 30 milliseconds

12345678910>>...26