Home
last modified time | relevance | path

Searched refs:index (Results 201 – 225 of 518) sorted by relevance

12345678910>>...21

/php-src/ext/standard/tests/strings/
H A Ducwords_variation4.phpt53 for($index = 0; $index < count($str_array); $index++) {
55 var_dump( ucwords($str_array[$index]) );
/php-src/ext/dom/lexbor/patches/
H A D0001-Patch-utilities-and-data-structure-to-be-able-to-gen.patch18 index 7a63a07..c84dfaa 100755
34 index ff9ddf1..f8af2d4 100755
47 index 9a85d54..ec2023c 100755
60 index 3e75812..2370c66 100755
/php-src/ext/phar/tests/
H A Dcached_manifest_1.phpt23 string(131) "<?php echo "in b\n";$a = fopen("index.php", "r", true);echo stream_get_contents($a);fc…
26 string(9) "index.php"
H A Dopendir.phpt12 $a['index.php'] = '<?php
26 include "index.php";
/php-src/ext/mbstring/libmbfl/mbfl/
H A Dgenerate_name_perfect_hash_table.php107 $index = array_search($key, $encoding_pointer_array); variable
108 $word_list = str_replace("\"$value\"", $index, $word_list);
/php-src/ext/spl/
H A Dspl_dllist_arginfo.h5 ZEND_ARG_TYPE_INFO(0, index, IS_LONG, 0)
40 ZEND_ARG_INFO(0, index)
44 ZEND_ARG_INFO(0, index)
48 ZEND_ARG_INFO(0, index)
53 ZEND_ARG_INFO(0, index)
/php-src/ext/standard/tests/file/
H A Dfile.inc605 for($index = 0; $index < count($fields); $index++)
610 if ( $stat1[ $fields[$index] ] != $stat2[ $fields[$index] ] ) {
611 if ( ! in_array( $fields[$index], $stat_time_diff_keys ) ) {
613 echo "Error: stat1 do not match with stat2 at key value: $fields[$index]\n";
614 } elseif (abs($stat1[ $fields[$index] ] - $stat2[ $fields[$index] ]) > 2) {
622 if ( $stat1[ $fields[$index] ] != $stat2[ $fields[$index] ] ) {
626 echo "Error: stat1 equals stat2 at key value: $fields[$index]\n";
631 if ( $stat1[ $fields[$index] ] <= $stat2[ $fields[$index] ] ) {
633 echo "Error: stat1 is not greater than stat2 at key value: $fields[$index]\n";
638 if ( $stat1[ $fields[$index] ] >= $stat2[ $fields[$index] ] ) {
[all …]
/php-src/ext/gd/libgd/
H A Dwebpng.c113 int index; in main() local
129 index = atoi (argv[i + 1]); in main()
130 gdImageColorTransparent (im, index); in main()
/php-src/ext/standard/tests/mail/
H A Dmail_variation_win.phpt42 foreach ($cases as $index => ['label' => $label, 'premise' => $premise]) {
47 $to = $users[$index];
48 $subject = "{$index}: Basic PHPT test for mail() function";
/php-src/ext/phar/
H A Dphar_object.stub.php193 public function setDefaultStub(?string $index = null, ?string $webIndex = null): bool {} argument
219 …final public static function createDefaultStub(?string $index = null, ?string $webIndex = null): s… argument
242 ?string $alias = null, ?string $index = null, ?string $fileNotFoundScript = null, argument
461 public function setDefaultStub(?string $index = null, ?string $webIndex = null): bool {} argument
503 …final public static function createDefaultStub(?string $index = null, ?string $webIndex = null): s… argument
537 ?string $alias = null, ?string $index = null, ?string $fileNotFoundScript = null, argument
/php-src/ext/gmp/tests/
H A Dgmp_setbit_long.phpt2 gmp_setbit() with large index
45 gmp_setbit(): Argument #2 ($index) must be less than %d * %d
H A Dgmp_testbit.phpt51 gmp_testbit(): Argument #2 ($index) must be greater than or equal to 0
56 gmp_testbit(): Argument #2 ($index) must be greater than or equal to 0
/php-src/main/
H A Dphp_variables.c112 char *index; in php_register_variable_ex() local
193 index = var; in php_register_variable_ex()
242 if (index) { in php_register_variable_ex()
243 index_len = strlen(index); in php_register_variable_ex()
252 if (!index) { in php_register_variable_ex()
286 index = index_s; in php_register_variable_ex()
299 if (!index) { in php_register_variable_ex()
304 if (php_is_forbidden_variable_name(index, index_len, var_name)) { in php_register_variable_ex()
320 zend_symtable_str_exists(symtable1, index, index_len)) { in php_register_variable_ex()
322 } else if (ZEND_HANDLE_NUMERIC_STR(index, index_len, idx)) { in php_register_variable_ex()
[all …]
/php-src/ext/pcre/tests/
H A Dbug44191.phpt2 Bug #44191 (preg_grep messes up array index)
/php-src/ext/standard/tests/array/
H A Dnegative_index_empty_array.phpt2 Test empty arrays with first added index being negative
H A Dbug75433.phpt2 array_values() preserves next index from source array when shallow-copying
H A Darray_flip_variation5.phpt28 $input = array('one' => 1, 'two' => 2, 3 => 1, "index" => 1);
67 string(5) "index"
/php-src/ext/spl/tests/
H A DSplFixedArray_offsetExists_less_than_zero.phpt2 SPL FixedArray offsetExists behaviour on a negative index
H A Diterator_001.phpt57 public function seek($index): void
59 if ($index < count($this->a)) {
60 $this->i = $index;
62 echo __METHOD__ . '(' . $index . ")\n";
/php-src/Zend/tests/
H A Dbug70662.phpt2 Bug #70662: Duplicate array key via undefined index error handler
/php-src/ext/standard/tests/streams/
H A Dbug64433_srv.inc7 header("Location: index.php?redir=1");
/php-src/ext/xml/tests/
H A Dbug50576.phpt19 xml_parse_into_struct($xml_parser, $XML, $vals, $index);
21 print_r($index);
/php-src/ext/mysqli/tests/
H A Dmysqli_fetch_field_direct.phpt46 mysqli_fetch_field_direct(): Argument #2 ($index) must be greater than or equal to 0
75 mysqli_fetch_field_direct(): Argument #2 ($index) must be less than the number of fields for this r…
H A Dmysqli_fetch_field_direct_oo.phpt48 mysqli_result::fetch_field_direct(): Argument #1 ($index) must be greater than or equal to 0
77 mysqli_result::fetch_field_direct(): Argument #1 ($index) must be less than the number of fields fo…
/php-src/tests/lang/
H A Dbug29893.phpt2 Bug #29893 (segfault when using array as index)

Completed in 48 milliseconds

12345678910>>...21