Home
last modified time | relevance | path

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

12345678910>>...26

/PHP-7.2/ext/exif/tests/
H A Dexif_tagname_variation1.phpt2 Test exif_tagname() function : usage variations - different types for index argument
10 /* Prototype : string exif_tagname ( string $index )
11 * Description: Get the header name for an index
15 echo "*** Testing exif_tagname() : different types for index argument ***\n";
81 // when $index argument is supplied with different values
83 echo "\n--- Testing exif_tagname() by supplying different values for 'index' argument ---\n";
85 foreach($values as $index) {
87 var_dump( exif_tagname($index) );
100 *** Testing exif_tagname() : different types for index argument ***
106 --- Testing exif_tagname() by supplying different values for 'index' argument ---
/PHP-7.2/ext/phar/tests/cache_list/
H A Dfrontcontroller34.phpt10 REQUEST_URI=/frontcontroller34.php/start/index.php
11 PATH_INFO=/start/index.php
17 start/index.php
/PHP-7.2/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 …]
/PHP-7.2/ext/spl/
H A Dspl_fixedarray.c317 zend_long index; in spl_fixedarray_object_read_dimension_helper() local
332 if (index < 0 || index >= intern->array.size) { in spl_fixedarray_object_read_dimension_helper()
386 zend_long index; in spl_fixedarray_object_write_dimension_helper() local
400 if (index < 0 || index >= intern->array.size) { in spl_fixedarray_object_write_dimension_helper()
440 zend_long index; in spl_fixedarray_object_unset_dimension_helper() local
448 if (index < 0 || index >= intern->array.size) { in spl_fixedarray_object_unset_dimension_helper()
478 zend_long index; in spl_fixedarray_object_has_dimension_helper() local
487 if (index < 0 || index >= intern->array.size) { in spl_fixedarray_object_has_dimension_helper()
592 int index = 0; in SPL_METHOD() local
602 index++; in SPL_METHOD()
[all …]
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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/scripts/dev/generate-phpt/src/setup/
H A DgtCommandLineOptions.php33 public function isValidOptionArg($array, $index) { argument
34 if (!isset($array[$index]))
38 return substr($array[$index], 0, 1) != '-';
/PHP-7.2/ext/dom/
H A Dnamednodemap.c44 ZEND_ARG_INFO(0, index)
208 zend_long index; in PHP_FUNCTION() local
217 …rameters(ZEND_NUM_ARGS(), getThis(), "Ol", &id, dom_namednodemap_class_entry, &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()

Completed in 48 milliseconds

12345678910>>...26