Home
last modified time | relevance | path

Searched refs:current (Results 151 – 175 of 571) sorted by relevance

12345678910>>...23

/PHP-7.4/ext/standard/tests/array/
H A Dend_variation3.phpt19 var_dump(current($array1));
27 var_dump(current($array1));
29 var_dump(current($array2));
H A Dprev_basic.phpt18 echo key($array) . " => " . current($array) . "\n";
21 echo key($array) . " => " . current($array) . "\n";
24 echo key($array) . " => " . current($array) . "\n";
/PHP-7.4/tests/classes/
H A Diterators_007.phpt11 …public function current() { if ($this->x == 1) throw new Exception(__METHOD__); return current($…
38 Caught in Test::current()
/PHP-7.4/ext/spl/tests/
H A Diterator_009.phpt18 function current()
21 return parent::current();
H A Dbug37457.phpt16 public function current()
19 return current($this->array);
76 Collection::current
H A Dspl_iterator_getcallchildren.phpt13 var_dump($test->current());
15 var_dump($test->current());
H A Dspl_iterator_to_array_error.phpt2 SPL: Error: iterator_to_array when the current operation throws an exception
7 public function current() {
H A Diterator_041.phpt39 function current()
42 return parent::current();
101 State 4: current()
H A Drecursive_tree_iterator_005.phpt37 echo "key, getEntry, current:\n";
39 var_dump($it->key(), $it->getEntry(), $it->current());
76 key, getEntry, current:
/PHP-7.4/Zend/tests/generators/
H A Dyield_from_valid_exception.phpt8 function current() {}
26 $x->current();
H A Dnested_method_calls.phpt23 $g1->current();
26 $g2->current();
H A Dgenerator_throwing_during_function_call.phpt18 var_dump($gen->current());
26 var_dump($gen->current());
H A Dthrow_into_yield_from_array.phpt19 var_dump($g->current());
25 var_dump($g->current());
/PHP-7.4/ext/date/tests/
H A Dbug43452.phpt2 Bug #43452 ("weekday" is not equivalent to "1 weekday" of the current weekday is "weekday")
6 // <day> is equivalent to 1 <day> and will *not* forward if the current day
27 // First, second, etc skip to the first/second weekday *after* the current day.
29 // if the current day-of-week is the one mentioned in the phrase.
39 // Now the same where the current day-of-week does not match the one in the
H A DDatePeriod_properties2.phpt14 "current",
41 Writing to DatePeriod->current is unsupported
42 Retrieval of DatePeriod->current for modification is unsupported
/PHP-7.4/ext/standard/tests/network/
H A Dsetcookie.phpt49 if (strncmp(current($headers), 'Set-Cookie:', 11) !== 0)
54 if (current($headers) === current($expected))
61 .current($expected)
62 ."\n\tReceived: ".current($headers)."\n";
/PHP-7.4/tests/lang/
H A DforeachLoopObjects.004.phpt2 Foreach loop tests - Removing the current element from an iterated object.
14 echo "\nRemoving the current element from an iterated object.\n";
33 Removing the current element from an iterated object.
/PHP-7.4/Zend/tests/
H A Dclass_name_as_scalar_error_002.phpt14 Deprecated: Cannot use "parent" when current class scope has no parent in %s on line %d
16 Fatal error: Uncaught Error: Cannot use "parent" when current class scope has no parent in %s:%d
/PHP-7.4/ext/standard/tests/strings/
H A Dstripos_variation1.phpt121 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
124 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
128 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
131 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
135 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
138 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
142 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
145 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
/PHP-7.4/ext/standard/
H A Dscanf.c583 zval *current; in php_sscanf_internal() local
740 current = args + objIndex++; in php_sscanf_internal()
858 current = args + objIndex++; in php_sscanf_internal()
859 ZEND_TRY_ASSIGN_REF_STRINGL(current, string, end - string); in php_sscanf_internal()
898 current = args + objIndex++; in php_sscanf_internal()
1051 current = args + objIndex++; in php_sscanf_internal()
1052 ZEND_TRY_ASSIGN_REF_STRING(current, buf); in php_sscanf_internal()
1060 current = args + objIndex++; in php_sscanf_internal()
1061 ZEND_TRY_ASSIGN_REF_LONG(current, value); in php_sscanf_internal()
1164 current = args + objIndex++; in php_sscanf_internal()
[all …]
/PHP-7.4/ext/spl/
H A Dspl_iterators.c1372 int current = 0; in spl_dual_it_call_method() local
1386 current = 0; in spl_dual_it_call_method()
1388 func_params[current] = (zval **) p - (arg_count-current); in spl_dual_it_call_method()
1389 current++; in spl_dual_it_call_method()
1648 intern->current.pos = 0; in spl_dual_it_rewind()
1681 ZVAL_LONG(&intern->current.key, intern->current.pos); in spl_dual_it_fetch()
1697 intern->current.pos++; in spl_dual_it_next()
1770 SPL_METHOD(dual_it, current) in SPL_METHOD() argument
1970 if (Z_TYPE(intern->current.data) == IS_UNDEF || Z_TYPE(intern->current.key) == IS_UNDEF) { in SPL_METHOD()
2478 intern->current.pos = pos; in spl_limit_it_seek()
[all …]
/PHP-7.4/ext/intl/breakiterator/
H A Dbreakiterator_iterators.cpp70 ZVAL_LONG(&zoi_iter->current, (zend_long)pos); in _breakiterator_move_forward()
80 ZVAL_LONG(&zoi_iter->current, (zend_long)pos); in _breakiterator_rewind()
120 ZVAL_UNDEF(&zoi_iter->current); in _breakiterator_get_iterator()
154 cur = bio->biter->current(); in _breakiterator_parts_move_forward()
180 ZVAL_STR(&zoi_bit->zoi_cur.current, res); in _breakiterator_parts_move_forward()
188 if (!Z_ISUNDEF(zoi_bit->zoi_cur.current)) { in _breakiterator_parts_rewind()
225 ZVAL_UNDEF(&((zoi_with_current*)ii->iterator)->current); in IntlIterator_from_BreakIterator_parts()
/PHP-7.4/tests/output/
H A Dsapi_windows_vt100_support.inc47 echo "- current value : "; var_dump(sapi_windows_vt100_support($stream));
49 echo "- current value : "; var_dump(sapi_windows_vt100_support($stream));
51 echo "- current value : "; var_dump(sapi_windows_vt100_support($stream));
/PHP-7.4/ext/mbstring/tests/
H A Dmb_internal_encoding_error2.phpt11 * Description: Sets the current internal encoding or
12 * Returns the current internal encoding as a string
/PHP-7.4/ext/standard/tests/general_functions/
H A Dob_get_flush_error.phpt8 …* Description: Get current buffer contents, flush (send) the output buffer, and delete current out…

Completed in 41 milliseconds

12345678910>>...23