Home
last modified time | relevance | path

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

12345678910>>...26

/PHP-5.5/ext/posix/tests/
H A Dposix_getgrgid.phpt16 die('Array index "name" does not exist.');
19 die('Array index "passwd" does not exist.');
22 die('Array index "members" does not exist.');
24 die('Array index "members" must be an array.');
38 die('Array index "gid" does not exist.');
/PHP-5.5/ext/standard/tests/strings/
H A Dstrrchr_variation12.phpt23 for($index = 0; $index < count($haystacks); $index++ ) {
25 var_dump( strrchr($haystacks[$index], "\0") );
27 var_dump( strrchr($haystacks[$index], NULL) );
/PHP-5.5/ext/standard/tests/url/
H A Dparse_url_basic_008.phpt40 --> http://www.php.net/index.php : NULL
45 --> http://www.php.net:80/index.php : NULL
46 --> http://www.php.net:80/foo/bar/index.php : NULL
54 --> http://www.php.net:80/index.php : NULL
55 --> http://www.php.net:80/index.php? : NULL
61 --> http://www.php.net:80/index.php?test=1& : string(7) "test=1&"
62 --> http://www.php.net/index.php?& : string(1) "&"
63 --> http://www.php.net:80/index.php?foo& : string(4) "foo&"
64 --> http://www.php.net/index.php?&foo : string(4) "&foo"
65 --> 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.phpt40 --> http://www.php.net/index.php : NULL
45 --> http://www.php.net:80/index.php : NULL
46 --> http://www.php.net:80/foo/bar/index.php : NULL
54 --> http://www.php.net:80/index.php : NULL
55 --> http://www.php.net:80/index.php? : NULL
61 --> http://www.php.net:80/index.php?test=1& : NULL
62 --> http://www.php.net/index.php?& : NULL
63 --> http://www.php.net:80/index.php?foo& : NULL
64 --> http://www.php.net/index.php?&foo : NULL
65 --> http://www.php.net:80/index.php?test=1&test2=char&test3=mixesCI : NULL
[all …]
H A Dparse_url_basic_005.phpt40 --> http://www.php.net/index.php : NULL
45 --> http://www.php.net:80/index.php : NULL
46 --> http://www.php.net:80/foo/bar/index.php : NULL
54 --> http://www.php.net:80/index.php : NULL
55 --> http://www.php.net:80/index.php? : NULL
61 --> http://www.php.net:80/index.php?test=1& : NULL
62 --> http://www.php.net/index.php?& : NULL
63 --> http://www.php.net:80/index.php?foo& : NULL
64 --> http://www.php.net/index.php?&foo : NULL
65 --> http://www.php.net:80/index.php?test=1&test2=char&test3=mixesCI : NULL
[all …]
H A Dparse_url_basic_006.phpt40 --> http://www.php.net/index.php : NULL
45 --> http://www.php.net:80/index.php : NULL
46 --> http://www.php.net:80/foo/bar/index.php : NULL
54 --> http://www.php.net:80/index.php : NULL
55 --> http://www.php.net:80/index.php? : NULL
61 --> http://www.php.net:80/index.php?test=1& : NULL
62 --> http://www.php.net/index.php?& : NULL
63 --> http://www.php.net:80/index.php?foo& : NULL
64 --> http://www.php.net/index.php?&foo : NULL
65 --> http://www.php.net:80/index.php?test=1&test2=char&test3=mixesCI : NULL
[all …]
H A Dparse_url_basic_002.phpt41 --> http://www.php.net/index.php : string(4) "http"
46 --> http://www.php.net:80/index.php : string(4) "http"
47 --> http://www.php.net:80/foo/bar/index.php : string(4) "http"
55 --> http://www.php.net:80/index.php : string(4) "http"
56 --> http://www.php.net:80/index.php? : string(4) "http"
62 --> http://www.php.net:80/index.php?test=1& : string(4) "http"
63 --> http://www.php.net/index.php?& : string(4) "http"
64 --> http://www.php.net:80/index.php?foo& : string(4) "http"
65 --> http://www.php.net/index.php?&foo : string(4) "http"
66 --> http://www.php.net:80/index.php?test=1&test2=char&test3=mixesCI : string(4) "http"
[all …]
H A Dparse_url_basic_001.phpt145 string(10) "/index.php"
190 string(10) "/index.php"
291 string(10) "/index.php"
302 string(10) "/index.php"
374 string(10) "/index.php"
385 string(10) "/index.php"
398 string(10) "/index.php"
409 string(10) "/index.php"
422 string(10) "/index.php"
433 string(10) "/index.php"
[all …]
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-5.5/ext/mysqli/tests/
H A Dbug45019.phpt34 $index = 0;
37 if ($data[$index] != $column1) {
38 if ($IS_MYSQLND || $index != 1) {
40 $index + 1, gettype($data[$index]), $data[$index], gettype($column1), $column1);
46 $index++;
/PHP-5.5/ext/bcmath/libbcmath/src/
H A Doutput.c96 int index, fdigit, pre_space; in bc_out_num() local
112 for (index=num->n_len; index>0; index--) in bc_out_num()
124 for (index=0; index<num->n_scale; index++) in bc_out_num()
/PHP-5.5/ext/oci8/tests/
H A Dfield_funcs1.phpt94 Warning: oci_field_is_null(): Invalid column index "-1" in %s on line %d
97 Warning: oci_field_name(): Invalid column index "-1" in %s on line %d
100 Warning: oci_field_type(): Invalid column index "-1" in %s on line %d
103 Warning: oci_field_type_raw(): Invalid column index "-1" in %s on line %d
106 Warning: oci_field_scale(): Invalid column index "-1" in %s on line %d
112 Warning: oci_field_size(): Invalid column index "-1" in %s on line %d
160 Warning: oci_field_is_null(): Invalid column index "0" in %s on line %d
163 Warning: oci_field_name(): Invalid column index "0" in %s on line %d
166 Warning: oci_field_type(): Invalid column index "0" in %s on line %d
172 Warning: oci_field_scale(): Invalid column index "0" in %s on line %d
[all …]
/PHP-5.5/ext/spl/tests/
H A Dbug62978.phpt28 Notice: Undefined index: epic_magic in %sbug62978.php on line %d
31 Notice: Undefined index: epic_magic in %sbug62978.php on line %d
37 Notice: Undefined index: epic_magic in %sbug62978.php on line %d
40 Notice: Undefined index: epic_magic in %sbug62978.php on line %d
43 Notice: Undefined index: epic_magic in %sbug62978.php on line %d
/PHP-5.5/sapi/cli/tests/
H A Dphp_cli_server_010.phpt41 GET /index.php/foo/bar/?foo=bar HTTP/1.0
62 string(18) "/index.php/foo/bar"
63 string(10) "/index.php"
72 string(19) "/index.php/foo/bar/"
73 string(10) "/index.php"
/PHP-5.5/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-5.5/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.phpP����kJP���>�P�������<?php
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'));
/PHP-5.5/ext/exif/tests/
H A Dexif_tagname_variation1.phpt2 Test exif_tagname() function : usage variations - different types for index argument
8 /* Prototype : string exif_tagname ( string $index )
9 * Description: Get the header name for an index
13 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-5.5/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.phpP���M�kJP���>�P�������<?php
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'));
/PHP-5.5/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-5.5/ext/spl/
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-5.5/ext/filter/tests/
H A D015.phpt9 'http://example.com/index.html',
10 'http://www.example.com/index.php',
48 var_dump(filter_var("http://www.example.com/index.html", FILTER_VALIDATE_URL, FILTER_FLAG_QUERY_REQ…
49 var_dump(filter_var("http://www.example.com/index.php?a=b&c=d", FILTER_VALIDATE_URL, FILTER_FLAG_QU…
54 string(29) "http://example.com/index.html"
55 string(32) "http://www.example.com/index.php"
88 string(40) "http://www.example.com/index.php?a=b&c=d"

Completed in 31 milliseconds

12345678910>>...26