Home
last modified time | relevance | path

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

12345678910>>...20

/PHP-8.1/ext/standard/tests/url/
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-8.1/ext/phar/tests/files/
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-8.1/ext/phar/tests/cache_list/files/
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-8.1/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-8.1/ext/spl/
H A Dspl_fixedarray.c366 zend_ulong index; in spl_offset_convert_to_long() local
394 zend_long index; in spl_fixedarray_object_read_dimension_helper() local
408 if (index < 0 || index >= intern->array.size) { in spl_fixedarray_object_read_dimension_helper()
450 zend_long index; in spl_fixedarray_object_write_dimension_helper() local
463 if (index < 0 || index >= intern->array.size) { in spl_fixedarray_object_write_dimension_helper()
499 zend_long index; in spl_fixedarray_object_unset_dimension_helper() local
506 if (index < 0 || index >= intern->array.size) { in spl_fixedarray_object_unset_dimension_helper()
533 zend_long index; in spl_fixedarray_object_has_dimension_helper() local
540 if (index < 0 || index >= intern->array.size) { in spl_fixedarray_object_has_dimension_helper()
626 int index = 0; in PHP_METHOD() local
[all …]
/PHP-8.1/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-8.1/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-8.1/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-8.1/ext/oci8/tests/
H A Dfield_funcs1.phpt73 Warning: oci_field_is_null(): Invalid column index "-1" in %s on line %d
76 Warning: oci_field_name(): Invalid column index "-1" in %s on line %d
79 Warning: oci_field_type(): Invalid column index "-1" in %s on line %d
82 Warning: oci_field_type_raw(): Invalid column index "-1" in %s on line %d
85 Warning: oci_field_scale(): Invalid column index "-1" in %s on line %d
88 Warning: oci_field_precision(): Invalid column index "-1" in %s on line %d
91 Warning: oci_field_size(): Invalid column index "-1" in %s on line %d
/PHP-8.1/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 Ducwords_basic.phpt31 for($index = 0; $index < count($str_array); $index++) {
33 var_dump( ucwords($str_array[$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 Djoin_variation4.phpt39 for($index = 0; $index < count($glues); $index ++) {
42 var_dump(join($glues[$index], $pieces));
H A Dstripos_variation1.phpt69 for($index=0; $index<count($needle); $index++) {
71 var_dump( stripos($haystack, $needle[$index]) );
72 var_dump( stripos($haystack, $needle[$index], $index) );
H A Dstripos_variation2.phpt71 for($index=0; $index<count($needle); $index++) {
73 var_dump( stripos($haystack, $needle[$index]) );
74 var_dump( stripos($haystack, $needle[$index], $index) );
/PHP-8.1/ext/standard/tests/array/
H A Darray_fill_variation3.phpt49 for($index = 0; $index < count($values); $index ++)
52 $val = $values[$index];
/PHP-8.1/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
H A Dfrontcontroller4.phpt2 Phar front controller index.php relocate (no /)
12 Location: /frontcontroller4.php/index.php
H A Dfrontcontroller5.phpt2 Phar front controller index.php relocate
13 Location: /frontcontroller5.php/index.php
/PHP-8.1/ext/opcache/tests/
H A Drevalidate_path_01.phpt17 $file1 = "$dir1/index.php";
18 $file2 = "$dir2/index.php";
22 @file_put_contents($main, '<?php include(\'' . $link .'/index.php\');');
62 $file1 = "$dir1/index.php";
63 $file2 = "$dir2/index.php";
/PHP-8.1/ext/spl/tests/
H A Dbug65328.phpt102 protected $index = 0;
223 return $this->children[$this->index];
231 return $this->index;
236 ++$this->index;
241 $this->index = 0;
246 return array_key_exists($this->index, $this->children);
299 [index:protected] => 0
309 [index:protected] => 1
319 [index:protected] => 0

Completed in 43 milliseconds

12345678910>>...20