Home
last modified time | relevance | path

Searched refs:index (Results 151 – 175 of 518) sorted by relevance

12345678910>>...21

/php-src/ext/spl/
H A Dspl_fixedarray_arginfo.h36 ZEND_ARG_INFO(0, index)
40 ZEND_ARG_INFO(0, index)
44 ZEND_ARG_INFO(0, index)
49 ZEND_ARG_INFO(0, index)
/php-src/ext/spl/tests/
H A Dbug34548.phpt13 public function offsetSet($index, $value): void
15 parent::offsetSet($index, $value);
H A Diterator_004.phpt51 public function seek($index): void
53 if ($index < count($this->a)) {
54 $this->i = $index;
56 echo __METHOD__ . '(' . $index . ")\n";
/php-src/ext/standard/tests/network/
H A Dnews.rss16 <rdf:li rdf:resource="http://php.net/index.php#id2015-01-22-3" />
21 <item rdf:about="http://php.net/index.php#id2015-01-22-3">
23 <link>http://php.net/index.php#id2015-01-22-3</link>
/php-src/ext/opcache/tests/
H A Dissue0115.phpt16 require "phar://this/index.php";
19 $p['index.php'] = '<?php
27 $p['index.php'] = '<?php
/php-src/ext/intl/breakiterator/
H A Dbreakiterator_iterators.cpp116 zoi_iter->zoi.index = 0; in _breakiterator_get_iterator()
145 if (zoi_bit->key_type == PARTS_ITERATOR_KEY_RIGHT && iter->index == 0) { in _breakiterator_parts_get_current_key()
148 ZVAL_LONG(key, iter->index); in _breakiterator_parts_get_current_key()
172 iter->index = cur; in _breakiterator_parts_move_forward()
174 iter->index = next; in _breakiterator_parts_move_forward()
231 ii->iterator->index = 0; in IntlIterator_from_BreakIterator_parts()
/php-src/ext/phar/tests/
H A Dfront.phar.phpt14 REQUEST_URI=/front.phar.php/index.php
15 PATH_INFO=/index.php
H A Dfrontcontroller22.phpt9 REQUEST_URI=/frontcontroller22.php/index.php
10 PATH_INFO=/index.php
H A Dfile_get_contents.phpt12 $a['index.php'] = '<?php
22 include "index.php";
H A Dreadfile.phpt12 $a['index.php'] = '<?php
22 include "index.php";
/php-src/ext/standard/tests/strings/
H A Dhtmlspecialchars_decode_variation3.phpt61 for($index =0; $index < count($res_heredoc_strings); $index ++) {
63 var_dump( htmlspecialchars_decode($res_heredoc_strings[$index]) );
H A Dstrip_tags_variation5.phpt64 for($index =0; $index < count($res_heredoc_strings); $index ++) {
66 var_dump( strip_tags($res_heredoc_strings[$index], $quotes) );
H A Dstrrev_variation1.phpt56 for( $index = 0; $index < count($strings); $index++ ) {
58 var_dump( strrev($strings[$index]) );
H A Dstrtr_variation3.phpt47 for($index = 0; $index < count($str_arr); $index++) {
50 $str = $str_arr[$index]; //getting the array element in 'str' variable
H A Dstrtr_variation6.phpt64 for($index = 0; $index < count($from_arr); $index++) {
66 $from = $from_arr[$index];
H A Dstripos_variation8.phpt24 for($index = 0; $index < count($needles); $index++) {
27 var_dump( stripos($haystack, $needles[$index], $offset) );
H A Dstrrchr_variation2.phpt70 for($index=0; $index<count($needle); $index++) {
72 var_dump( strrchr($haystack, $needle[$index]) );
H A Dstrrev_variation2.phpt56 for( $index = 0; $index < count($strings); $index++ ) {
58 var_dump( strrev($strings[$index]) );
H A Ducwords_variation3.phpt46 for($index = 0; $index < count($str_array); $index++) {
48 var_dump( ucwords($str_array[$index]) );
H A Djoin_variation1.phpt70 for($index = 0; $index < count($values); $index ++) {
72 $glue = $values [$index];
/php-src/ext/dom/lexbor/patches/
H A D0001-Track-implied-added-nodes-for-options-use-in-PHP.patch14 index 2a43f8b..d964f01 100755
28 index ad551b5..1448654 100755
40 index 14621f2..cd2ac2a 100755
53 index ed5e367..b078ac5 100755
/php-src/ext/standard/tests/mail/
H A Dmail_basic_win.phpt49 foreach ($cases as $index => ['from' => $from, 'premise' => $premise]) {
50 echo "========== Case {$index} ==========\n";
52 $to = $users[$index];
53 $subject = "{$index}: Basic PHPT test for mail() function";
/php-src/ext/standard/
H A Dvar.c283 zend_ulong index; in php_debug_zval_dump() local
336 ZEND_HASH_FOREACH_KEY_VAL(myht, index, key, val) { in php_debug_zval_dump()
337 zval_array_element_dump(val, index, key, level); in php_debug_zval_dump()
366 ZEND_HASH_FOREACH_KEY_VAL(myht, index, key, val) { in php_debug_zval_dump()
439 smart_str_append_long(buf, (zend_long) index); in php_array_element_export()
479 smart_str_append_long(buf, (zend_long) index); in php_object_element_export()
492 zend_ulong index; in php_var_export_ex() local
926 zend_ulong index; in php_var_serialize_nested_data() local
935 php_var_serialize_long(buf, index); in php_var_serialize_nested_data()
1075 zend_ulong index; in php_var_serialize_intern() local
[all …]
/php-src/ext/standard/tests/array/
H A Darray_column_scalar_index_weak_types.phpt24 echo "\n-- Testing array_column() index key parameter should be a string or an integer (testing boo…
36 echo "\n-- Testing array_column() index key parameter should be a string or integer (testing array)…
64 -- Testing array_column() index key parameter should be a string or an integer (testing bool) --
78 -- Testing array_column() index key parameter should be a string or integer (testing array) --
/php-src/ext/gd/tests/
H A Dlibgd00186.phpt22 $index = imagecolorat($im,9,9);
23 $arr = imagecolorsforindex($im, $index);

Completed in 51 milliseconds

12345678910>>...21