Home
last modified time | relevance | path

Searched refs:current (Results 426 – 450 of 661) sorted by relevance

1...<<11121314151617181920>>...27

/PHP-7.2/ext/standard/tests/dir/
H A Dchdir_basic.phpt6 * Description: Change the current directory
H A Dchdir_error1.phpt6 * Description: Change the current directory
H A Dchdir_basic-win32-mb.phpt12 * Description: Change the current directory
/PHP-7.2/ext/intl/breakiterator/
H A Dcodepointiterator_internal.h63 virtual int32_t current(void) const;
/PHP-7.2/ext/session/tests/
H A Dsession_cache_limiter_basic.phpt12 * Description : Get and/or set the current cache limiter
H A Dsession_save_path_variation2.phpt15 * Description : Get and/or set the current session save path
H A Dsession_module_name_variation3.phpt16 * Description : Get and/or set the current session module
H A Dsession_id_error3.phpt12 * Description : Get and/or set the current session id
H A Dsession_save_path_variation5.phpt18 * Description : Get and/or set the current session save path
/PHP-7.2/ext/spl/
H A Dspl_directory.c804 SPL_METHOD(DirectoryIterator, current) in SPL_METHOD() argument
1658 iterator->current = *object; in spl_filesystem_dir_get_iterator()
1694 return &iterator->current; in spl_filesystem_dir_it_current_data()
1745 ZVAL_UNDEF(&iterator->current); in spl_filesystem_tree_it_dtor()
1762 return &iterator->current; in spl_filesystem_tree_it_current_data()
1768 return &iterator->current; in spl_filesystem_tree_it_current_data()
1804 zval_ptr_dtor(&iterator->current); in spl_filesystem_tree_it_move_forward()
1805 ZVAL_UNDEF(&iterator->current); in spl_filesystem_tree_it_move_forward()
1824 zval_ptr_dtor(&iterator->current); in spl_filesystem_tree_it_rewind()
1825 ZVAL_UNDEF(&iterator->current); in spl_filesystem_tree_it_rewind()
[all …]
/PHP-7.2/ext/standard/tests/file/
H A Dfpassthru_error.phpt7 Description: Reads to EOF on the given file pointer from the current position
H A Dfile_put_contents_variation4.phpt39 // in the include path. In this case it doesn't so the file should be written in the current dir.
/PHP-7.2/ext/posix/tests/
H A Dposix_ttyname_error_wrongparams.phpt4 Gets the absolute path to the current terminal device that is open on a given file descriptor.
/PHP-7.2/ext/xml/tests/
H A Dxml_get_current_byte_index_error.phpt12 * Description: Get current byte index for an XML parser
H A Dxml_get_current_column_number_error.phpt12 * Description: Get current column number for an XML parser
H A Dxml_get_current_line_number_error.phpt12 * Description: Get current line number for an XML parser
/PHP-7.2/ext/spl/tests/
H A Dbug55701.phpt9 // because they get the properties of the current file
77 echo "->current()... ";
80 $o->current();
302 ->current()... ran normally (expected)
H A DCallbackFilterIteratorTest.phpt22 , $value == $inner->current()
/PHP-7.2/ext/standard/tests/array/
H A Dkey_error.phpt20 //Test current with one more than the expected number of arguments
/PHP-7.2/Zend/tests/generators/
H A Dbasic_yield_from_exception_handling.phpt25 var_dump($gen->current());
/PHP-7.2/ext/date/tests/
H A DDateTime_setTime_basic1.phpt6 * Description: Resets the current time of the DateTime object to a different time.
H A Ddate_time_set_basic1.phpt6 * Description: Resets the current time of the DateTime object to a different time.
/PHP-7.2/ext/session/
H A Dsession.c917 zval *current, rv; in PS_SERIALIZER_DECODE_FUNC() local
934 ZVAL_PTR(&rv, current); in PS_SERIALIZER_DECODE_FUNC()
988 zval *current, rv; in PS_SERIALIZER_DECODE_FUNC() local
1006 ZVAL_PTR(&rv, current); in PS_SERIALIZER_DECODE_FUNC()
1273 current = l->head; in php_session_remove_cookie()
1274 while (current) { in php_session_remove_cookie()
1276 next = current->next; in php_session_remove_cookie()
1279 if (current->prev) { in php_session_remove_cookie()
1287 l->tail = current->prev; in php_session_remove_cookie()
1290 efree(current); in php_session_remove_cookie()
[all …]
/PHP-7.2/
H A Dltmain.sh2659 major=`expr $current - $age`
3263 current="$number_major"
3276 current="$2"
3283 case $current in
3326 major=.`expr $current - $age`
3335 major=".$current"
3340 major=".$current"
3341 versuffix=".$current";
3392 major=".$current"
3399 major=`expr $current - $age`
[all …]
/PHP-7.2/sapi/cli/tests/
H A Dbug61546.phpt2 Bug #61546 (functions related to current script failed when chdir() in cli sapi)

Completed in 72 milliseconds

1...<<11121314151617181920>>...27