Home
last modified time | relevance | path

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

12345678910>>...23

/PHP-7.4/ext/oci8/
H A Dphp_oci8_int.h175 zend_ulong index; /* descriptors hash table index */ member
469 int php_oci_collection_element_get(php_oci_collection *collection, zend_long index, zval *result_el…
470 int php_oci_collection_element_set(php_oci_collection *collection, zend_long index, char *value, in…
471 int php_oci_collection_element_set_null(php_oci_collection *collection, zend_long index);
472 int php_oci_collection_element_set_date(php_oci_collection *collection, zend_long index, char *date…
473 int php_oci_collection_element_set_number(php_oci_collection *collection, zend_long index, char *nu…
474 int php_oci_collection_element_set_string(php_oci_collection *collection, zend_long index, char *el…
498 sb4 php_oci_bind_in_callback(dvoid *ictxp, OCIBind *bindp, ub4 iter, ub4 index, dvoid **bufpp, ub4 …
499 sb4 php_oci_bind_out_callback(dvoid *octxp, OCIBind *bindp, ub4 iter, ub4 index, dvoid **bufpp, ub4…
/PHP-7.4/ext/spl/tests/
H A DSplFixedArray_offsetExists_less_than_zero.phpt2 SPL FixedArray offsetExists behaviour on a negative index
H A DarrayObject_setFlags_basic1.phpt47 Notice: Undefined index: p in %s on line 10
50 Notice: Undefined index: p in %s on line 12
H A Darray_001.phpt85 Notice: Undefined index: b in %sarray_001.php on line %d
90 Notice: Undefined index: c in %sarray_001.php on line %d
H A Dbug70853.phpt2 Bug #70853 (SplFixedArray throws exception when using ref variable as index)
H A Diterator_001.phpt57 public function seek($index)
59 if ($index < count($this->a)) {
60 $this->i = $index;
62 echo __METHOD__ . '(' . $index . ")\n";
/PHP-7.4/ext/standard/tests/streams/
H A Dbug64433_srv.inc7 header("Location: index.php?redir=1");
/PHP-7.4/Zend/tests/
H A Dbug70662.phpt2 Bug #70662: Duplicate array key via undefined index error handler
H A Dbug67985.phpt2 Bug #67985 - Last used array index not copied to new array at assignment
H A Dconst_dereference_003.phpt18 Notice: Undefined index: foo in %sconst_dereference_003.php on line %d
/PHP-7.4/ext/standard/tests/strings/
H A Dstripos_variation2.phpt78 for($index=0; $index<count($needle); $index++) {
80 var_dump( stripos($haystack, $needle[$index]) );
81 var_dump( stripos($haystack, $needle[$index], $index) );
H A Dstrrchr_variation2.phpt77 for($index=0; $index<count($needle); $index++) {
79 var_dump( strrchr($haystack, $needle[$index]) );
H A Ducwords_variation4.phpt58 for($index = 0; $index < count($str_array); $index++) {
60 var_dump( ucwords($str_array[$index]) );
H A Djoin_variation1.phpt90 for($index = 0; $index < count($values); $index ++) {
92 $glue = $values [$index];
H A Dstrrchr_variation1.phpt77 for($index=0; $index<count($needle); $index++) {
79 var_dump( strrchr($haystack, $needle[$index]) );
/PHP-7.4/ext/dom/
H A Dphp_dom.h115 …*dom_get_elements_by_tag_name_ns_raw(xmlNodePtr nodep, char *ns, char *local, int *cur, int index);
124 xmlNode *php_dom_libxml_hash_iter(xmlHashTable *ht, int index);
125 xmlNode *php_dom_libxml_notation_iter(xmlHashTable *ht, int index);
/PHP-7.4/tests/lang/
H A Dbug29893.phpt2 Bug #29893 (segfault when using array as index)
/PHP-7.4/ext/intl/breakiterator/
H A Dbreakiterator_iterators.cpp117 zoi_iter->zoi.index = 0; in _breakiterator_get_iterator()
141 ZVAL_LONG(key, iter->index); in _breakiterator_parts_get_current_key()
164 iter->index = cur; in _breakiterator_parts_move_forward()
166 iter->index = next; in _breakiterator_parts_move_forward()
221 ii->iterator->index = 0; in IntlIterator_from_BreakIterator_parts()
/PHP-7.4/ext/xml/tests/
H A Dbug50576.phpt21 xml_parse_into_struct($xml_parser, $XML, $vals, $index);
23 print_r($index);
/PHP-7.4/ext/standard/tests/array/
H A Dbug61058.phpt2 Bug #61058 (array_fill leaks if start index is PHP_INT_MAX)
/PHP-7.4/ext/phar/tests/
H A Dfrontcontroller7.phpt2 Phar front controller alternate index file
/PHP-7.4/ext/phar/tests/files/
H A Dfrontcontroller.phar6 …��������a.jpg��� �~G�����ж���������a.phps��� �~G���l�`������� ���index.php��� �~G�����I…
/PHP-7.4/ext/phar/tests/cache_list/files/
H A Dfrontcontroller.phar6 …��������a.jpg��� �~G�����ж���������a.phps��� �~G���l�`������� ���index.php��� �~G�����I…
/PHP-7.4/ext/standard/tests/general_functions/
H A Dbug49692.phpt16 string(13) "default:index"
/PHP-7.4/Zend/
H A Dzend_bitset.h49 unsigned long index;
52 if (!BitScanForward64(&index, num)) {
54 if (!BitScanForward(&index, num)) {
60 return (int) index;

Completed in 36 milliseconds

12345678910>>...23