/PHP-7.4/ext/phar/tests/cache_list/files/ |
H A D | frontcontroller18.phar.inc | 4 $a['index.php'] = '<?php 12 Phar::webPhar("test.phar", "/index.php", null, array(), "s");
|
H A D | blog.phar.inc | 10 Phar::webPhar("blog", "index.php"); 12 $phar['index.php'] = '<?php if (!file_exists("config.xml")) {
|
/PHP-7.4/ext/phar/tests/files/ |
H A D | frontcontroller17.phar.inc | 4 $a['index.php'] = '<?php 9 Phar::webPhar("test.phar", "/index.php", null, array(), function() { throw new Exception; });
|
H A D | frontcontroller18.phar.inc | 4 $a['index.php'] = '<?php 12 Phar::webPhar("test.phar", "/index.php", null, array(), "s");
|
H A D | blog.phar | 6 Phar::webPhar("blog", "index.php"); 8 ^ index.php�?2�I�坙��install.php?2�I2���<?p…
|
H A D | blog.phar.inc | 12 Phar::webPhar("blog", "index.php"); 14 $phar['index.php'] = '<?php if (!file_exists("config.xml")) {
|
/PHP-7.4/tests/lang/ |
H A D | bug25922.phpt | 17 echo "Undefined index here: '{$data['HTTP_HEADER']}'\n"; 24 Undefined index here: ''
|
/PHP-7.4/Zend/tests/ |
H A D | bug72943.phpt | 15 Notice: Undefined index: lest in %sbug72943.php on line %d 18 Notice: Undefined index: fest in %sbug72943.php on line %d
|
H A D | bug55509.phpt | 21 $index = strtolower($tmp[0]); 23 $infos[$index] = $value; 38 $index = strtolower($tmp[0]); 40 $infos[$index] = $value;
|
/PHP-7.4/ext/hash/ |
H A D | hash_md.c | 285 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 D | 015.phpt | 9 '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 D | join_variation4.phpt | 47 for($index = 0; $index < count($glues); $index ++) { 49 var_dump( join($glues[$index], $pieces) );
|
H A D | strtr_variation1.phpt | 44 for($index = 0; $index < count($str_arr); $index++) { 47 $str = $str_arr[$index]; //getting the $str_arr element in $str variable
|
H A D | strtr_variation2.phpt | 48 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 D | glob_wrapper.c | 40 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 D | libgd00191.phpt | 14 $index = imagecolorat($im, 12, 28); 15 $arr = imagecolorsforindex($im, $index);
|
/PHP-7.4/ext/spl/tests/ |
H A D | arrayObject___construct_basic4.phpt | 64 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 D | arrayObject___construct_basic5.phpt | 64 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 D | bug34548.phpt | 13 public function offsetSet($index, $value) 15 parent::offsetSet($index, $value);
|
/PHP-7.4/ext/spl/ |
H A D | spl_array.c | 293 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 D | front.phar.phpt | 9 REQUEST_URI=/front.phar.php/index.php 10 PATH_INFO=/index.php
|
/PHP-7.4/ext/oci8/ |
H A D | oci8_collection.c | 476 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 D | bug24592.phpt | 23 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 D | exif_tagname_basic.phpt | 11 /* Prototype :string exif_tagname ( string $index ) 12 * Description: Get the header name for an index
|
/PHP-7.4/ext/standard/tests/array/ |
H A D | array_column_error.phpt | 32 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
|