Home
last modified time | relevance | path

Searched refs:current (Results 451 – 475 of 606) sorted by relevance

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

/php-src/ext/spl/tests/
H A Dspl_004.phpt17 var_dump($arg->current());
H A DRecursiveCallbackFilterIteratorTest.phpt25 , $value == $inner->current()
/php-src/ext/standard/tests/file/
H A Dlstat_stat_variation21.phpt23 /* ftruncate the current file and check stat() on the file */
H A Dfopen_include_path.inc3 $f = basename(current(get_included_files()), ".php");
H A Dfscanf_variation53.phpt49 // current location
55 // current location
/php-src/sapi/cli/tests/
H A Dbug61546.phpt2 Bug #61546 (functions related to current script failed when chdir() in cli sapi)
/php-src/ext/intl/breakiterator/
H A Dbreakiterator.stub.php71 public function current(): int {} function in IntlBreakIterator
H A Dbreakiterator_methods.cpp245 U_CFUNC PHP_METHOD(IntlBreakIterator, current) in PHP_METHOD() argument
254 int32_t res = bio->biter->current(); in PHP_METHOD()
/php-src/ext/session/
H A Dsession.c1009 zval *current, rv; in PS_SERIALIZER_DECODE_FUNC() local
1026 ZVAL_PTR(&rv, current); in PS_SERIALIZER_DECODE_FUNC()
1080 zval *current, rv; in PS_SERIALIZER_DECODE_FUNC() local
1101 ZVAL_PTR(&rv, current); in PS_SERIALIZER_DECODE_FUNC()
1366 current = l->head; in php_session_remove_cookie()
1367 while (current) { in php_session_remove_cookie()
1369 next = current->next; in php_session_remove_cookie()
1372 if (current->prev) { in php_session_remove_cookie()
1380 l->tail = current->prev; in php_session_remove_cookie()
1383 efree(current); in php_session_remove_cookie()
[all …]
/php-src/ext/spl/
H A Dspl_directory.c62 zval current; member
1637 iterator->current = *object; in spl_filesystem_dir_get_iterator()
1665 return &iterator->current; in spl_filesystem_dir_it_current_data()
1710 zval_ptr_dtor(&iterator->current); in spl_filesystem_tree_it_dtor()
1727 return &iterator->current; in spl_filesystem_tree_it_current_data()
1735 return &iterator->current; in spl_filesystem_tree_it_current_data()
1774 zval_ptr_dtor(&iterator->current); in spl_filesystem_tree_it_move_forward()
1775 ZVAL_UNDEF(&iterator->current); in spl_filesystem_tree_it_move_forward()
1795 zval_ptr_dtor(&iterator->current); in spl_filesystem_tree_it_rewind()
1796 ZVAL_UNDEF(&iterator->current); in spl_filesystem_tree_it_rewind()
[all …]
H A Dspl_directory_arginfo.h311 ZEND_METHOD(DirectoryIterator, current);
317 ZEND_METHOD(FilesystemIterator, current);
349 ZEND_METHOD(SplFileObject, current);
406 ZEND_ME(DirectoryIterator, current, arginfo_class_DirectoryIterator_current, ZEND_ACC_PUBLIC)
417 ZEND_ME(FilesystemIterator, current, arginfo_class_FilesystemIterator_current, ZEND_ACC_PUBLIC)
461 ZEND_ME(SplFileObject, current, arginfo_class_SplFileObject_current, ZEND_ACC_PUBLIC)
H A Dspl_array.stub.php214 public function current(): mixed {} function in ArrayIterator
H A Dspl_dllist_arginfo.h103 ZEND_METHOD(SplDoublyLinkedList, current);
131 ZEND_ME(SplDoublyLinkedList, current, arginfo_class_SplDoublyLinkedList_current, ZEND_ACC_PUBLIC)
/php-src/build/
H A Dltmain.sh2672 major=`expr $current - $age`
3276 current="$number_major"
3289 current="$2"
3296 case $current in
3339 major=.`expr $current - $age`
3348 major=".$current"
3353 major=".$current"
3354 versuffix=".$current";
3405 major=".$current"
3412 major=`expr $current - $age`
[all …]
/php-src/ext/simplexml/
H A Dsimplexml_arginfo.h121 ZEND_METHOD(SimpleXMLElement, current);
151 ZEND_ME(SimpleXMLElement, current, arginfo_class_SimpleXMLElement_current, ZEND_ACC_PUBLIC)
/php-src/sapi/phpdbg/
H A Dphpdbg_cmd.c478 current = 0L; in phpdbg_stack_verify() local
510 current); \ in phpdbg_stack_verify()
518 current); \ in phpdbg_stack_verify()
527 current++; in phpdbg_stack_verify()
531 current--; in phpdbg_stack_verify()
/php-src/ext/reflection/tests/
H A DReflectionClass_isIterateable_001.phpt16 public function current(): mixed {}
/php-src/ext/standard/tests/array/
H A Dend_64bit.phpt35 var_dump( current($sub_array) );
103 var_dump( current($resources) );
H A Dend.phpt35 var_dump( current($sub_array) );
103 var_dump( current($resources) );
/php-src/tests/security/
H A Dopen_basedir.inc6 // relative to the current working directory like this: mkdir("blah") might
12 // For this reason we set the open_basedir to . (current directory) and then
/php-src/ext/intl/tests/
H A Dcollator_create2.phpt31 // Create Collator with the current locale.
H A Dcollator_create3.phpt32 // Create Collator with the current locale.
H A Dcollator_create4.phpt31 // Create Collator with the current locale.
/php-src/ext/phar/tests/
H A Dphar_oo_008.phpt34 function current(): array|false
/php-src/ext/dba/tests/
H A Ddba_lmdb_flags.phpt21 // Use current test folder

Completed in 68 milliseconds

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