Home
last modified time | relevance | path

Searched refs:index (Results 126 – 150 of 556) sorted by relevance

12345678910>>...23

/PHP-7.4/ext/phar/tests/cache_list/files/
H A Dfrontcontroller18.phar.inc4 $a['index.php'] = '<?php
12 Phar::webPhar("test.phar", "/index.php", null, array(), "s");
H A Dblog.phar.inc10 Phar::webPhar("blog", "index.php");
12 $phar['index.php'] = '<?php if (!file_exists("config.xml")) {
/PHP-7.4/ext/phar/tests/files/
H A Dfrontcontroller17.phar.inc4 $a['index.php'] = '<?php
9 Phar::webPhar("test.phar", "/index.php", null, array(), function() { throw new Exception; });
H A Dfrontcontroller18.phar.inc4 $a['index.php'] = '<?php
12 Phar::webPhar("test.phar", "/index.php", null, array(), "s");
H A Dblog.phar6 Phar::webPhar("blog", "index.php");
8 ^������������������ ���index.php����?2�I����坙�������� ���install.php���?2�I���2���������<?p…
H A Dblog.phar.inc12 Phar::webPhar("blog", "index.php");
14 $phar['index.php'] = '<?php if (!file_exists("config.xml")) {
/PHP-7.4/tests/lang/
H A Dbug25922.phpt17 echo "Undefined index here: '{$data['HTTP_HEADER']}'\n";
24 Undefined index here: ''
/PHP-7.4/Zend/tests/
H A Dbug72943.phpt15 Notice: Undefined index: lest in %sbug72943.php on line %d
18 Notice: Undefined index: fest in %sbug72943.php on line %d
H A Dbug55509.phpt21 $index = strtolower($tmp[0]);
23 $infos[$index] = $value;
38 $index = strtolower($tmp[0]);
40 $infos[$index] = $value;
/PHP-7.4/ext/hash/
H A Dhash_md.c285 unsigned int i, index, partLen; in PHP_MD5Update() local
288 index = (unsigned int) ((context->count[0] >> 3) & 0x3F); in PHP_MD5Update()
296 partLen = 64 - index; in PHP_MD5Update()
308 index = 0; in PHP_MD5Update()
326 unsigned int index, padLen; in PHP_MD5Final() local
334 padLen = (index < 56) ? (56 - index) : (120 - index); in PHP_MD5Final()
544 unsigned int i, index, partLen; in PHP_MD4Update() local
555 partLen = 64 - index; in PHP_MD4Update()
567 index = 0; in PHP_MD4Update()
584 unsigned int index, padLen; in PHP_MD4Final() local
[all …]
/PHP-7.4/ext/filter/tests/
H A D015.phpt9 'http://example.com/index.html',
10 'http://www.example.com/index.php',
64 var_dump(filter_var("http://www.example.com/index.html", FILTER_VALIDATE_URL, FILTER_FLAG_QUERY_REQ…
65 var_dump(filter_var("http://www.example.com/index.php?a=b&c=d", FILTER_VALIDATE_URL, FILTER_FLAG_QU…
70 string(29) "http://example.com/index.html"
71 string(32) "http://www.example.com/index.php"
120 string(40) "http://www.example.com/index.php?a=b&c=d"
/PHP-7.4/ext/standard/tests/strings/
H A Djoin_variation4.phpt47 for($index = 0; $index < count($glues); $index ++) {
49 var_dump( join($glues[$index], $pieces) );
H A Dstrtr_variation1.phpt44 for($index = 0; $index < count($str_arr); $index++) {
47 $str = $str_arr[$index]; //getting the $str_arr element in $str variable
H A Dstrtr_variation2.phpt48 for($index = 0; $index < count($str_arr); $index++) {
51 $str = $str_arr[$index]; //getting the array element in 'str' variable
/PHP-7.4/main/streams/
H A Dglob_wrapper.c40 size_t index; member
138 if (pglob->index < (size_t)pglob->glob.gl_pathc) { in php_glob_stream_read()
139 …php_glob_stream_path_split(pglob, pglob->glob.gl_pathv[pglob->index++], pglob->flags & GLOB_APPEND… in php_glob_stream_read()
143 pglob->index = pglob->glob.gl_pathc; in php_glob_stream_read()
159 pglob->index = 0; in php_glob_stream_close()
178 pglob->index = 0; in php_glob_stream_rewind()
/PHP-7.4/ext/gd/tests/
H A Dlibgd00191.phpt14 $index = imagecolorat($im, 12, 28);
15 $arr = imagecolorsforindex($im, $index);
/PHP-7.4/ext/spl/tests/
H A DarrayObject___construct_basic4.phpt64 Notice: Undefined index: prop in %s on line 39
66 Notice: Undefined index: prop in %s on line 40
68 Notice: Undefined index: prop in %s on line 40
94 Notice: Undefined index: prop in %s on line 40
96 Notice: Undefined index: prop in %s on line 40
H A DarrayObject___construct_basic5.phpt64 Notice: Undefined index: prop in %s on line 39
66 Notice: Undefined index: prop in %s on line 40
68 Notice: Undefined index: prop in %s on line 40
94 Notice: Undefined index: prop in %s on line 40
96 Notice: Undefined index: prop in %s on line 40
H A Dbug34548.phpt13 public function offsetSet($index, $value)
15 parent::offsetSet($index, $value);
/PHP-7.4/ext/spl/
H A Dspl_array.c293 zend_long index; in spl_array_get_dimension_ptr() local
360 index = 0; in spl_array_get_dimension_ptr()
363 index = 1; in spl_array_get_dimension_ptr()
495 index = 0; in spl_array_write_dimension_ex()
498 index = 1; in spl_array_write_dimension_ex()
583 index = 0; in spl_array_unset_dimension_ex()
586 index = 1; in spl_array_unset_dimension_ex()
656 index = 0; in spl_array_has_dimension_ex()
659 index = 1; in spl_array_has_dimension_ex()
706 zval *index; in SPL_METHOD() local
[all …]
/PHP-7.4/ext/phar/tests/
H A Dfront.phar.phpt9 REQUEST_URI=/front.phar.php/index.php
10 PATH_INFO=/index.php
/PHP-7.4/ext/oci8/
H A Doci8_collection.c476 int php_oci_collection_element_get(php_oci_collection *collection, zend_long index, zval *result_el… in php_oci_collection_element_get() argument
495 (ub4)index, in php_oci_collection_element_get()
587 int php_oci_collection_element_set_null(php_oci_collection *collection, zend_long index) in php_oci_collection_element_set_null() argument
629 (ub4)index, in php_oci_collection_element_set_date()
671 (ub4) index, in php_oci_collection_element_set_number()
710 (ub4)index, in php_oci_collection_element_set_string()
730 int php_oci_collection_element_set(php_oci_collection *collection, zend_long index, char *value, in… in php_oci_collection_element_set() argument
733 return php_oci_collection_element_set_null(collection, index); in php_oci_collection_element_set()
738 return php_oci_collection_element_set_date(collection, index, value, value_len); in php_oci_collection_element_set()
742 return php_oci_collection_element_set_string(collection, index, value, value_len); in php_oci_collection_element_set()
[all …]
/PHP-7.4/ext/session/tests/
H A Dbug24592.phpt23 Notice: Undefined index: foo in %s on line %d
25 Notice: Undefined index: bar in %s on line %d
/PHP-7.4/ext/exif/tests/
H A Dexif_tagname_basic.phpt11 /* Prototype :string exif_tagname ( string $index )
12 * Description: Get the header name for an index
/PHP-7.4/ext/standard/tests/array/
H A Darray_column_error.phpt32 echo "\n-- Testing array_column() index key parameter should be a string or an integer (testing boo…
35 echo "\n-- Testing array_column() index key parameter should be a string or integer (testing array)…
73 -- Testing array_column() index key parameter should be a string or an integer (testing bool) --
75 Warning: array_column(): The index key should be either a string or an integer in %s on line %d
78 -- Testing array_column() index key parameter should be a string or integer (testing array) --
80 Warning: array_column(): The index key should be either a string or an integer in %s on line %d

Completed in 35 milliseconds

12345678910>>...23