Home
last modified time | relevance | path

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

12345678910>>...23

/PHP-7.4/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.4/ext/spl/
H A Dspl_fixedarray.c319 zend_long index; in spl_fixedarray_object_read_dimension_helper() local
334 if (index < 0 || index >= intern->array.size) { in spl_fixedarray_object_read_dimension_helper()
379 zend_long index; in spl_fixedarray_object_write_dimension_helper() local
393 if (index < 0 || index >= intern->array.size) { in spl_fixedarray_object_write_dimension_helper()
434 zend_long index; in spl_fixedarray_object_unset_dimension_helper() local
442 if (index < 0 || index >= intern->array.size) { in spl_fixedarray_object_unset_dimension_helper()
472 zend_long index; in spl_fixedarray_object_has_dimension_helper() local
481 if (index < 0 || index >= intern->array.size) { in spl_fixedarray_object_has_dimension_helper()
585 int index = 0; in SPL_METHOD() local
592 index++; in SPL_METHOD()
[all …]
/PHP-7.4/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.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/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;
H A Dundef_index_to_exception.phpt2 Converting undefined index/offset notice to exception
42 Undefined index: key
45 Undefined index: test
/PHP-7.4/ext/phar/tests/cache_list/files/
H A Dfrontcontroller19.phar.inc4 $a['start/index.php'] = '<?php
5 echo "start/index.php\n";
18 Phar::webPhar("test.phar", "/start/index.php");
H A Dfrontcontroller17.phar3 Phar::webPhar("test.phar", "/index.php", null, array(), function() { throw new Exception; });
10 7������������������ ���index.php���ˤ�W���JVԋ�������<?php
/PHP-7.4/ext/phar/tests/files/
H A Dfrontcontroller19.phar.inc4 $a['start/index.php'] = '<?php
5 echo "start/index.php\n";
18 Phar::webPhar("test.phar", "/start/index.php");
H A Dfrontcontroller17.phar3 Phar::webPhar("test.phar", "/index.php", null, array(), function() { throw new Exception; });
10 7������������������ ���index.php���J9�W���JVԋ�������<?php
/PHP-7.4/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.4/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.4/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
H A Dbug70852.phpt12 Notice: Undefined index: in %s on line %d
15 Notice: Undefined index: in %s on line %d
/PHP-7.4/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
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
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
/PHP-7.4/ext/dom/
H A Dnamednodemap.c42 ZEND_ARG_INFO(0, index)
207 zend_long index; in PHP_FUNCTION() local
217 if (zend_parse_parameters(ZEND_NUM_ARGS(), "l", &index) == FAILURE) { in PHP_FUNCTION()
220 if (index >= 0) { in PHP_FUNCTION()
221 if (ZEND_LONG_INT_OVFL(index)) { in PHP_FUNCTION()
235 itemnode = php_dom_libxml_hash_iter(objmap->ht, index); in PHP_FUNCTION()
237 itemnode = php_dom_libxml_notation_iter(objmap->ht, index); in PHP_FUNCTION()
245 while (count < index && curnode != NULL) { in PHP_FUNCTION()
H A Dnamelist.c30 ZEND_ARG_INFO(0, index)
34 ZEND_ARG_INFO(0, index)
/PHP-7.4/ext/standard/tests/streams/
H A Dbug64433.phpt19 echo file_get_contents("http://".PHP_CLI_SERVER_ADDRESS."/index.php");
23 echo "$code: ".file_get_contents("http://".PHP_CLI_SERVER_ADDRESS."/index.php?status=$code&loc=1");
33 …echo "$code: ".file_get_contents("http://".PHP_CLI_SERVER_ADDRESS."/index.php?status=$code&loc=1",…
43 …echo "$code: ".file_get_contents("http://".PHP_CLI_SERVER_ADDRESS."/index.php?status=$code&loc=1",…
/PHP-7.4/ext/standard/tests/strings/
H A Ducwords_basic.phpt36 for($index = 0; $index < count($str_array); $index++) {
38 var_dump( ucwords($str_array[$index]) );

Completed in 43 milliseconds

12345678910>>...23