Home
last modified time | relevance | path

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

12345678910>>...21

/php-src/ext/opcache/tests/
H A Dgh8846.phpt13 file_put_contents(__DIR__ . '/gh8846-index.php', <<<'PHP'
25 echo file_get_contents('http://' . PHP_CLI_SERVER_ADDRESS . '/gh8846-index.php');
27 echo file_get_contents('http://' . PHP_CLI_SERVER_ADDRESS . '/gh8846-index.php?skip=1');
31 @unlink(__DIR__ . '/gh8846-index.php');
/php-src/ext/zip/
H A Dphp_zip.stub.php679 public function renameIndex(int $index, string $new_name): bool {}
695 public function setCommentIndex(int $index, string $comment): bool {}
702 public function setMtimeIndex(int $index, int $timestamp, int $flags = 0): bool {}
709 public function getCommentIndex(int $index, int $flags = 0): string|false {}
715 public function deleteIndex(int $index): bool {}
724 public function statIndex(int $index, int $flags = 0): array|false {}
730 public function getNameIndex(int $index, int $flags = 0): string|false {}
739 public function unchangeIndex(int $index): bool {}
751 public function getFromIndex(int $index, int $len = 0, int $flags = 0): string|false {}
754 public function getStreamIndex(int $index, int $flags = 0) {}
[all …]
/php-src/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-src/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-src/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-src/ext/phar/tests/cache_list/
H A Dfrontcontroller34.phpt14 REQUEST_URI=/frontcontroller34.php/start/index.php
15 PATH_INFO=/start/index.php
21 start/index.php
/php-src/ext/standard/tests/url/
H A Dparse_url_basic_001.phpt138 string(10) "/index.php"
191 string(10) "/index.php"
292 string(10) "/index.php"
303 string(10) "/index.php"
381 string(10) "/index.php"
392 string(10) "/index.php"
405 string(10) "/index.php"
416 string(10) "/index.php"
429 string(10) "/index.php"
440 string(10) "/index.php"
[all …]
H A Dparse_url_unterminated.phpt144 string(10) "/index.php"
197 string(10) "/index.php"
298 string(10) "/index.php"
309 string(10) "/index.php"
387 string(10) "/index.php"
398 string(10) "/index.php"
411 string(10) "/index.php"
422 string(10) "/index.php"
435 string(10) "/index.php"
446 string(10) "/index.php"
[all …]
/php-src/ext/filter/tests/
H A D005.phpt9 id=f03_photos&pgurl=http%3A//fifaworldcup.yahoo.com/03/en/photozone/index.html
22 http://fifaworldcup.yahoo.com/03/en/photozone/index.html
24 http://fifaworldcup.yahoo.com/03/en/photozone/index.html
/php-src/Zend/tests/
H A Dobject_handlers.phpt22 function offsetGet($index): mixed {
23 $GLOBALS["y"] = $index;
26 function offsetSet($index, $newval): void {
27 $GLOBALS["y"] = $index;
29 function offsetExists($index): bool {
30 $GLOBALS["y"] = $index;
33 function offsetUnset($index): void {
34 $GLOBALS["y"] = $index;
/php-src/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-src/ext/session/tests/
H A Dbug74892.phpt17 <p><a href="index.php">Click This Anchor Tag!</a></p>
18 <p><a href="index.php#place">External link with anchor</a></p>
22 <p><a href="index.php?PHPSESSID=sessionidhere">Click This Anchor Tag!</a></p>
23 <p><a href="index.php?PHPSESSID=sessionidhere#place">External link with anchor</a></p>
/php-src/ext/spl/
H A Dspl_fixedarray.c332 zend_ulong index; in spl_offset_convert_to_long() local
361 zend_long index; in spl_fixedarray_object_read_dimension_helper() local
375 if (index < 0 || index >= intern->array.size) { in spl_fixedarray_object_read_dimension_helper()
410 zend_long index; in spl_fixedarray_object_write_dimension_helper() local
423 if (index < 0 || index >= intern->array.size) { in spl_fixedarray_object_write_dimension_helper()
455 zend_long index; in spl_fixedarray_object_unset_dimension_helper() local
462 if (index < 0 || index >= intern->array.size) { in spl_fixedarray_object_unset_dimension_helper()
484 zend_long index; in spl_fixedarray_object_has_dimension_helper() local
491 if (index < 0 || index >= intern->array.size) { in spl_fixedarray_object_has_dimension_helper()
574 int index = 0; in PHP_METHOD() local
[all …]
/php-src/ext/standard/tests/strings/
H A Dstrrpos_variation2.phpt61 for($index=0; $index<count($needle); $index++) {
63 var_dump( strrpos($haystack, $needle[$index]) );
64 var_dump( strrpos($haystack, $needle[$index], $index) );
H A Dstrtr_variation4.phpt33 for($index = 0; $index < count($str_arr); $index++) {
36 $str = $str_arr[$index]; //getting the array element in 'str' variable
H A Ducwords_basic.phpt31 for($index = 0; $index < count($str_array); $index++) {
33 var_dump( ucwords($str_array[$index]) );
H A Djoin_variation4.phpt39 for($index = 0; $index < count($glues); $index ++) {
42 var_dump(join($glues[$index], $pieces));
/php-src/ext/phar/tests/
H A Dzf_test.phpt25 Phar::webPhar('$file.phar', 'html/index.php');
46 phar://%szfapp.phar.tar.gz/application/default/views/scripts/index/index.phtml
48 phar://%szfapp.phar.tar.gz/html/index.php
/php-src/ext/standard/tests/array/
H A Darray_fill_variation3.phpt49 for($index = 0; $index < count($values); $index ++)
52 $val = $values[$index];

Completed in 43 milliseconds

12345678910>>...21