Home
last modified time | relevance | path

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

12345678910>>...26

/PHP-7.3/ext/standard/tests/strings/
H A Dstrtr_variation4.phpt41 for($index = 0; $index < count($str_arr); $index++) {
44 $str = $str_arr[$index]; //getting the array element in 'str' variable
/PHP-7.3/tests/lang/
H A Dbug25547.phpt2 Bug #25547 (error_handler and array index with function call)
25 handler(Undefined index: foo)
/PHP-7.3/ext/phar/tests/cache_list/files/
H A Dfrontcontroller.phar.inc7 $a['index.php'] = 'here is my index';
H A Dblog.phar4 Phar::webPhar("blog", "index.php");
6 ^������������������ ���index.phpv����7Hv���r�%�������� ���install.php����7H���2���������<…
H A Dfrontcontroller16.phar.inc4 $a['index.php'] = '<?php
9 Phar::webPhar("test.phar", "/index.php", null, array(), array("fail", "here"));
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");
/PHP-7.3/ext/phar/tests/files/
H A Dfrontcontroller.phar.inc7 $a['index.php'] = 'here is my index';
H A Dfrontcontroller16.phar.inc4 $a['index.php'] = '<?php
9 Phar::webPhar("test.phar", "/index.php", null, array(), array("fail", "here"));
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…
/PHP-7.3/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.3/ext/phar/tests/tar/files/
H A Dfrontcontroller.phar.inc7 $a['index.php'] = 'here is my index';
/PHP-7.3/ext/phar/tests/zip/files/
H A Dfrontcontroller.phar.inc7 $a['index.php'] = 'here is my index';
/PHP-7.3/ext/phar/tests/zip/
H A Dfrontcontroller4.phar.phpt2 Phar front controller index.php relocate (no /) zip-based
13 Location: /frontcontroller4.phar.php/index.php
H A Dfrontcontroller5.phar.phpt2 Phar front controller index.php relocate zip-based
14 Location: /frontcontroller5.phar.php/index.php
/PHP-7.3/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.3/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
/PHP-7.3/ext/spl/
H A Dspl_array.c292 zend_long index; in spl_array_get_dimension_ptr() local
359 index = 0; in spl_array_get_dimension_ptr()
362 index = 1; in spl_array_get_dimension_ptr()
494 index = 0; in spl_array_write_dimension_ex()
497 index = 1; in spl_array_write_dimension_ex()
582 index = 0; in spl_array_unset_dimension_ex()
585 index = 1; in spl_array_unset_dimension_ex()
655 index = 0; in spl_array_has_dimension_ex()
658 index = 1; in spl_array_has_dimension_ex()
722 zval *index; in SPL_METHOD() local
[all …]
/PHP-7.3/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.3/ext/standard/
H A Dvar.c259 zend_ulong index; in php_debug_zval_dump() local
304 ZEND_HASH_FOREACH_KEY_VAL_IND(myht, index, key, val) { in php_debug_zval_dump()
305 zval_array_element_dump(val, index, key, level); in php_debug_zval_dump()
335 ZEND_HASH_FOREACH_KEY_VAL_IND(myht, index, key, val) { in php_debug_zval_dump()
336 zval_object_property_dump(val, index, key, level); in php_debug_zval_dump()
399 smart_str_append_long(buf, (zend_long) index); in php_array_element_export()
439 smart_str_append_long(buf, (zend_long) index); in php_object_element_export()
453 zend_ulong index; in php_var_export_ex() local
518 ZEND_HASH_FOREACH_KEY_VAL_IND(myht, index, key, val) { in php_var_export_ex()
969 zend_ulong index; in php_var_serialize_intern() local
[all …]
/PHP-7.3/ext/gd/tests/
H A Dlibgd00191.phpt14 $index = imagecolorat($im, 12, 28);
15 $arr = imagecolorsforindex($im, $index);

Completed in 34 milliseconds

12345678910>>...26