Home
last modified time | relevance | path

Searched refs:index (Results 51 – 75 of 518) sorted by relevance

12345678910>>...21

/php-src/ext/standard/tests/url/
H A Dparse_url_basic_006.phpt34 --> http://www.php.net/index.php : NULL
39 --> http://www.php.net:80/index.php : NULL
40 --> http://www.php.net:80/foo/bar/index.php : NULL
48 --> http://www.php.net:80/index.php : NULL
49 --> http://www.php.net:80/index.php? : NULL
55 --> http://www.php.net:80/index.php?test=1& : NULL
56 --> http://www.php.net/index.php?& : NULL
57 --> http://www.php.net:80/index.php?foo& : NULL
58 --> http://www.php.net/index.php?&foo : NULL
59 --> http://www.php.net:80/index.php?test=1&test2=char&test3=mixesCI : NULL
[all …]
H A Dparse_url_basic_002.phpt35 --> http://www.php.net/index.php : string(4) "http"
40 --> http://www.php.net:80/index.php : string(4) "http"
41 --> http://www.php.net:80/foo/bar/index.php : string(4) "http"
49 --> http://www.php.net:80/index.php : string(4) "http"
50 --> http://www.php.net:80/index.php? : string(4) "http"
56 --> http://www.php.net:80/index.php?test=1& : string(4) "http"
57 --> http://www.php.net/index.php?& : string(4) "http"
58 --> http://www.php.net:80/index.php?foo& : string(4) "http"
59 --> http://www.php.net/index.php?&foo : string(4) "http"
60 --> http://www.php.net:80/index.php?test=1&test2=char&test3=mixesCI : string(4) "http"
[all …]
H A Dparse_url_basic_005.phpt34 --> http://www.php.net/index.php : NULL
39 --> http://www.php.net:80/index.php : NULL
40 --> http://www.php.net:80/foo/bar/index.php : NULL
48 --> http://www.php.net:80/index.php : NULL
49 --> http://www.php.net:80/index.php? : NULL
55 --> http://www.php.net:80/index.php?test=1& : NULL
56 --> http://www.php.net/index.php?& : NULL
57 --> http://www.php.net:80/index.php?foo& : NULL
58 --> http://www.php.net/index.php?&foo : NULL
59 --> http://www.php.net:80/index.php?test=1&test2=char&test3=mixesCI : NULL
[all …]
H A Dparse_url_basic_008.phpt34 --> http://www.php.net/index.php : NULL
39 --> http://www.php.net:80/index.php : NULL
40 --> http://www.php.net:80/foo/bar/index.php : NULL
48 --> http://www.php.net:80/index.php : NULL
49 --> http://www.php.net:80/index.php? : string(0) ""
55 --> http://www.php.net:80/index.php?test=1& : string(7) "test=1&"
56 --> http://www.php.net/index.php?& : string(1) "&"
57 --> http://www.php.net:80/index.php?foo& : string(4) "foo&"
58 --> http://www.php.net/index.php?&foo : string(4) "&foo"
59 --> http://www.php.net:80/index.php?test=1&test2=char&test3=mixesCI : string(31) "test=1&test2=ch…
[all …]
H A Dparse_url_basic_009.phpt34 --> http://www.php.net/index.php : NULL
39 --> http://www.php.net:80/index.php : NULL
40 --> http://www.php.net:80/foo/bar/index.php : NULL
48 --> http://www.php.net:80/index.php : NULL
49 --> http://www.php.net:80/index.php? : NULL
55 --> http://www.php.net:80/index.php?test=1& : NULL
56 --> http://www.php.net/index.php?& : NULL
57 --> http://www.php.net:80/index.php?foo& : NULL
58 --> http://www.php.net/index.php?&foo : NULL
59 --> http://www.php.net:80/index.php?test=1&test2=char&test3=mixesCI : NULL
[all …]
H A Dparse_url_basic_003.phpt34 --> http://www.php.net/index.php : string(11) "www.php.net"
39 --> http://www.php.net:80/index.php : string(11) "www.php.net"
40 --> http://www.php.net:80/foo/bar/index.php : string(11) "www.php.net"
48 --> http://www.php.net:80/index.php : string(11) "www.php.net"
49 --> http://www.php.net:80/index.php? : string(11) "www.php.net"
55 --> http://www.php.net:80/index.php?test=1& : string(11) "www.php.net"
56 --> http://www.php.net/index.php?& : string(11) "www.php.net"
57 --> http://www.php.net:80/index.php?foo& : string(11) "www.php.net"
58 --> http://www.php.net/index.php?&foo : string(11) "www.php.net"
59 --> http://www.php.net:80/index.php?test=1&test2=char&test3=mixesCI : string(11) "www.php.net"
[all …]
/php-src/ext/hash/
H A Dhash_haval.c294 partLen = 128 - index; in PHP_HAVALUpdate()
306 index = 0; in PHP_HAVALUpdate()
322 unsigned int index, padLen; in PHP_HAVAL128Final() local
336 padLen = (index < 118) ? (118 - index) : (246 - index); in PHP_HAVAL128Final()
375 unsigned int index, padLen; in PHP_HAVAL160Final() local
389 padLen = (index < 118) ? (118 - index) : (246 - index); in PHP_HAVAL160Final()
428 unsigned int index, padLen; in PHP_HAVAL192Final() local
442 padLen = (index < 118) ? (118 - index) : (246 - index); in PHP_HAVAL192Final()
467 unsigned int index, padLen; in PHP_HAVAL224Final() local
481 padLen = (index < 118) ? (118 - index) : (246 - index); in PHP_HAVAL224Final()
[all …]
H A Dhash_ripemd.c286 partLen = 64 - index; in PHP_RIPEMD128Update()
298 index = 0; in PHP_RIPEMD128Update()
385 partLen = 64 - index; in PHP_RIPEMD256Update()
397 index = 0; in PHP_RIPEMD256Update()
485 partLen = 64 - index; in PHP_RIPEMD160Update()
497 index = 0; in PHP_RIPEMD160Update()
606 index = 0; in PHP_RIPEMD320Update()
662 padLen = (index < 56) ? (56 - index) : (120 - index); in PHP_RIPEMD128Final()
699 padLen = (index < 56) ? (56 - index) : (120 - index); in PHP_RIPEMD256Final()
736 padLen = (index < 56) ? (56 - index) : (120 - index); in PHP_RIPEMD160Final()
[all …]
/php-src/ext/pdo/tests/
H A Dpdo_038.phpt2 PDOStatement::fetchColumn() invalid column index
17 function fetchColumn($stmt, $index) {
19 return $stmt->fetchColumn($index);
49 Column index must be greater than or equal to 0
51 Invalid column index
/php-src/ext/posix/tests/
H A Dposix_getgrgid.phpt12 die('Array index "name" does not exist.');
15 die('Array index "passwd" does not exist.');
18 die('Array index "members" does not exist.');
20 die('Array index "members" must be an array.');
34 die('Array index "gid" does not exist.');
/php-src/tests/classes/
H A Darray_access_001.phpt9 function offsetExists($index): bool {
10 echo __METHOD__ . "($index)\n";
13 function offsetGet($index): mixed {
14 echo __METHOD__ . "($index)\n";
15 return $this->a[$index];
17 function offsetSet($index, $newval): void {
18 echo __METHOD__ . "($index,$newval)\n";
19 $this->a[$index] = $newval;
21 function offsetUnset($index): void {
22 echo __METHOD__ . "($index)\n";
[all …]
H A Darray_access_002.phpt9 function offsetExists($index): bool {
10 echo __METHOD__ . "($index)\n";
13 function offsetGet($index): mixed {
14 echo __METHOD__ . "($index)\n";
15 return $this->a[$index];
17 function offsetSet($index, $newval): void {
18 echo __METHOD__ . "($index,$newval)\n";
19 $this->a[$index] = $newval;
21 function offsetUnset($index): void {
22 echo __METHOD__ . "($index)\n";
[all …]
/php-src/ext/dom/lexbor/patches/
H A D0001-Shrink-size-of-static-binary-search-tree.patch16 index b0fbc54..40e0e91 100755
38 index 70ca391..2f3414f 100755
51 index b3701d5..73ab66e 100755
64 index ee7dcb4..7cd1335 100755
75 @@ -62,7 +62,7 @@ def entities_bst_create_layer(name, entry, index):
77 def entities_bst_create(index):
83 idx = end = entities_bst_create_tree(index, bst, begin)
84 @@ -114,7 +114,7 @@ def entities_bst_create_tree(index, bst, idx):
85 assert len(index[ split[0] ]['values']) < 2, 'Double values'
87 if len(index[ split[0] ]['values']) == 0:
[all …]
/php-src/ext/bcmath/libbcmath/src/
H A Dnum2long.c45 for (size_t index = num->n_len; index > 0; index--) { in bc_num2long() local
H A Dnum2str.c41 size_t index; in bc_num2str_ex() local
67 for (index = num->n_scale; index < scale; index++) { in bc_num2str_ex()
/php-src/Zend/tests/
H A Dgh11320_1.phpt5 $index = 1;
7 var_dump([$index => list($x, $y) = getList()]);
8 var_dump([$index => [$x, $y] = getList()]);
/php-src/ext/mysqli/tests/
H A Dbug45019.phpt34 $index = 0;
36 if ($data[$index] != $column1) {
38 $index + 1, gettype($data[$index]), $data[$index], gettype($column1), $column1);
40 $index++;
/php-src/ext/zip/tests/
H A Dutils.inc13 for ($index = 0; $index < $zip->numFiles; $index++) {
14 $stat = $zip->statIndex($index);
/php-src/Zend/tests/in-de-crement/
H A Doverloaded_access.phpt10 function offsetGet($index): mixed {
13 function offsetSet($index, $newval): void {
15 function offsetExists($index): bool {
18 function offsetUnset($index): void {
/php-src/main/streams/
H A Dglob_wrapper.c38 size_t index; member
142 size_t index; in php_glob_stream_read() local
147 if (pglob->index < (size_t) glob_result_count) { in php_glob_stream_read()
148 index = pglob->open_basedir_used && pglob->open_basedir_indexmap ? in php_glob_stream_read()
149 pglob->open_basedir_indexmap[pglob->index] : pglob->index; in php_glob_stream_read()
150 … php_glob_stream_path_split(pglob, pglob->glob.gl_pathv[index], pglob->flags & GLOB_APPEND, &path); in php_glob_stream_read()
151 ++pglob->index; in php_glob_stream_read()
156 pglob->index = glob_result_count; in php_glob_stream_read()
172 pglob->index = 0; in php_glob_stream_close()
194 pglob->index = 0; in php_glob_stream_rewind()
/php-src/sapi/cli/tests/
H A Dphp_cli_server_010.phpt32 GET /index.php/foo/bar/?foo=bar HTTP/1.0
54 string(18) "/index.php/foo/bar"
55 string(10) "/index.php"
65 string(19) "/index.php/foo/bar/"
66 string(10) "/index.php"
/php-src/ext/phar/tests/
H A Dfrontcontroller34.phpt9 REQUEST_URI=/frontcontroller34.php/start/index.php
10 PATH_INFO=/start/index.php
16 start/index.php
/php-src/ext/dom/
H A Dnamednodemap.c135 xmlNodePtr php_dom_named_node_map_get_item(dom_nnodemap_object *objmap, zend_long index) in php_dom_named_node_map_get_item() argument
142 itemnode = php_dom_libxml_hash_iter(objmap, index); in php_dom_named_node_map_get_item()
149 while (count < index && curnode != NULL) { in php_dom_named_node_map_get_item()
160 void php_dom_named_node_map_get_item_into_zval(dom_nnodemap_object *objmap, zend_long index, zval *… in php_dom_named_node_map_get_item_into_zval() argument
162 xmlNodePtr itemnode = php_dom_named_node_map_get_item(objmap, index); in php_dom_named_node_map_get_item_into_zval()
175 zend_long index; in PHP_METHOD() local
177 Z_PARAM_LONG(index) in PHP_METHOD()
179 if (index < 0 || ZEND_LONG_INT_OVFL(index)) { in PHP_METHOD()
187 php_dom_named_node_map_get_item_into_zval(objmap, index, return_value); in PHP_METHOD()
/php-src/ext/phar/tests/cache_list/files/
H A Dfrontcontroller14.phar4 return "/html/index.php";
8 Phar::webPhar("whatever", "/html/index.php", null, array(), "s");
12 <���������������������html/index.phpN���4WXN����o&�������<?php
/php-src/ext/phar/tests/files/
H A Dfrontcontroller14.phar4 return "/html/index.php";
8 Phar::webPhar("whatever", "/html/index.php", null, array(), "s");
12 <���������������������html/index.phpN���XXN����o&�������<?php

Completed in 43 milliseconds

12345678910>>...21