Home
last modified time | relevance | path

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

12345678910>>...23

/PHP-7.4/Zend/tests/
H A Dconstant_expressions_coalesce.phpt9 const D_1 = null ?? A[1]{'undefined'}['index'] ?? 1;
10 const D_2 = null ?? A['undefined']{'index'} ?? 2;
14 const T_1 = null ?? A[1]['undefined']['index'] ?? 1;
15 const T_2 = null ?? A['undefined']['index'] ?? 2;
33 var_dump((function(){ static $var = null ?? A[1]['undefined']['index'] ?? 1; return $var; })());
34 var_dump((function(){ static $var = null ?? A['undefined']['index'] ?? 2; return $var; })());
38 var_dump((new class { public $var = null ?? A[1]['undefined']['index'] ?? 1; })->var);
39 var_dump((new class { public $var = null ?? A['undefined']['index'] ?? 2; })->var);
H A Dbug79793.phpt2 Bug #79793: Use after free if string used in undefined index warning is changed
21 Undefined index: foobar
26 Undefined index: foobarbaz
/PHP-7.4/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-7.4/ext/hash/
H A Dhash_ripemd.c271 partLen = 64 - index; in PHP_RIPEMD128Update()
283 index = 0; in PHP_RIPEMD128Update()
369 partLen = 64 - index; in PHP_RIPEMD256Update()
381 index = 0; in PHP_RIPEMD256Update()
468 partLen = 64 - index; in PHP_RIPEMD160Update()
480 index = 0; in PHP_RIPEMD160Update()
588 index = 0; in PHP_RIPEMD320Update()
644 padLen = (index < 56) ? (56 - index) : (120 - index); in PHP_RIPEMD128Final()
681 padLen = (index < 56) ? (56 - index) : (120 - index); in PHP_RIPEMD256Final()
718 padLen = (index < 56) ? (56 - index) : (120 - index); in PHP_RIPEMD160Final()
[all …]
/PHP-7.4/ext/standard/tests/url/
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_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_004.phpt40 --> http://www.php.net/index.php : NULL
45 --> http://www.php.net:80/index.php : int(80)
46 --> http://www.php.net:80/foo/bar/index.php : int(80)
54 --> http://www.php.net:80/index.php : int(80)
55 --> http://www.php.net:80/index.php? : int(80)
61 --> http://www.php.net:80/index.php?test=1& : int(80)
62 --> http://www.php.net/index.php?& : NULL
63 --> http://www.php.net:80/index.php?foo& : int(80)
64 --> http://www.php.net/index.php?&foo : NULL
65 --> http://www.php.net:80/index.php?test=1&test2=char&test3=mixesCI : int(80)
[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_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_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 …]
/PHP-7.4/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-7.4/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
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";
/PHP-7.4/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
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";
/PHP-7.4/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-7.4/ext/bcmath/libbcmath/src/
H A Doutput.c95 int index, fdigit, pre_space; in bc_out_num() local
111 for (index=num->n_len; index>0; index--) in bc_out_num()
123 for (index=0; index<num->n_scale; index++) in bc_out_num()
/PHP-7.4/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.4/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-7.4/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
39 Notice: Undefined index: epic_magic in %sbug62978.php on line %d
42 Notice: Undefined index: epic_magic in %sbug62978.php on line %d
45 Notice: Undefined index: epic_magic in %sbug62978.php on line %d
/PHP-7.4/ext/tokenizer/tests/
H A Dbug76437.phpt12 foreach ($tests as [$code, $index]) {
13 $open_tag1 = token_get_all($code)[$index];
14 $open_tag2 = token_get_all($code, TOKEN_PARSE)[$index];

Completed in 24 milliseconds

12345678910>>...23