Home
last modified time | relevance | path

Searched refs:current (Results 401 – 425 of 606) sorted by relevance

1...<<11121314151617181920>>...25

/php-src/Zend/tests/constexpr/
H A Dnew_not_allowed_class_constant.phpt9 // file. On the other hand, the current lazy evaluation of initializers is somewhat ill-defined
/php-src/Zend/tests/
H A Dgh15275-002.phpt39 var_dump($gen->current());
H A Dgh15275-003.phpt34 var_dump($gen->current());
H A Dgh15275-005.phpt34 var_dump($gen->current());
H A Dgh15275-006.phpt27 var_dump($gen->current());
/php-src/ext/date/lib/
H A Dparse_iso_intervals.c899 timelib_time *current; in scan() local
902 current = s->end; in scan()
905 current = s->begin; in scan()
910 current->y = timelib_get_nr(&ptr, 4); in scan()
911 current->m = timelib_get_nr(&ptr, 2); in scan()
912 current->d = timelib_get_nr(&ptr, 2); in scan()
913 current->h = timelib_get_nr(&ptr, 2); in scan()
914 current->i = timelib_get_nr(&ptr, 2); in scan()
915 current->s = timelib_get_nr(&ptr, 2); in scan()
/php-src/ext/phar/
H A Dphar_path_check.re27 *error = "current directory reference";
69 *error = "current directory reference";
/php-src/ext/date/tests/
H A Dbug52113.phpt102 ["current"]=>
168 ["current"]=>
H A DDatePeriod_set_state.phpt32 ["current"]=>
/php-src/Zend/asm/
H A Djump_arm64_aapcs_pe_armasm.asm84 ; save current stack base and limit
87 ; save current fiber data and deallocation stack
/php-src/ext/spl/
H A Dspl_observer_arginfo.h152 ZEND_METHOD(SplObjectStorage, current);
172 ZEND_METHOD(MultipleIterator, current);
200 ZEND_ME(SplObjectStorage, current, arginfo_class_SplObjectStorage_current, ZEND_ACC_PUBLIC)
227 ZEND_ME(MultipleIterator, current, arginfo_class_MultipleIterator_current, ZEND_ACC_PUBLIC)
H A Dspl_dllist.stub.php80 public function current(): mixed {} function in SplDoublyLinkedList
/php-src/ext/reflection/tests/
H A DReflectionClass_isIterateable_basic.phpt11 public function current(): mixed {}
/php-src/ext/spl/tests/
H A DRecursiveCallbackFilterIterator_trampoline_usage.phpt13 , $value == $inner->current()
H A Darray_015.phpt21 var_dump($it->current());
/php-src/ext/mysqli/tests/functions/
H A Dmysqli_character_set_name.phpt21 throw new Exception("Cannot determine current character set and collation");
H A Dmysqli_character_set_name_oo.phpt21 throw new Exception("Cannot determine current character set and collation");
/php-src/Zend/tests/property_hooks/
H A Dexplicit_iter.phpt14 public function current(): string { return $this->x[$this->cursor]; }
/php-src/ext/curl/
H A Dinterface.c1398 zval *current; in build_mime_structure_from_hash() local
1421 ZVAL_DEREF(current); in build_mime_structure_from_hash()
1422 if (Z_TYPE_P(current) == IS_OBJECT && in build_mime_structure_from_hash()
1488 …if (Z_TYPE_P(current) == IS_OBJECT && instanceof_function(Z_OBJCE_P(current), curl_CURLStringFile_… in build_mime_structure_from_hash()
1542 if (Z_TYPE_P(current) == IS_ARRAY) { in build_mime_structure_from_hash()
2105 zval *current; in _php_curl_setopt() local
2150 ZEND_HASH_FOREACH_VAL(ph, current) { in _php_curl_setopt()
2151 ZVAL_DEREF(current); in _php_curl_setopt()
2692 struct curl_slist *current = slist; in PHP_FUNCTION() local
2694 while (current) { in PHP_FUNCTION()
[all …]
/php-src/sapi/phpdbg/tests/
H A Dclean_001.phpt31 prompt> Do you really want to clean your current environment? (type y or n): Cleaning Execution Env…
/php-src/tests/classes/
H A Diterators_004.phpt23 function current() {
H A D__call_004.phpt2 When __call() is invoked via ::, ensure current scope's __call() is favoured over the specified cla…
/php-src/Zend/tests/generators/
H A Dbug74954.phpt22 $g->current();
H A Dyield_precedence.phpt20 echo "{$g->key()} => {$g->current()}\n";
/php-src/ext/intl/common/
H A Dcommon_enum.h62 zval current; member

Completed in 46 milliseconds

1...<<11121314151617181920>>...25