Home
last modified time | relevance | path

Searched refs:current (Results 301 – 325 of 661) sorted by relevance

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

/PHP-7.2/ext/spl/tests/
H A Dspl_cachingiterator___toString_basic.phpt2 SPL: SplCachingIterator, Test method to convert current element to string
H A Dregexiterator_setflags_exception.phpt11 function current (){}
H A Dregexiterator_setpregflags_exception.phpt11 function current (){}
H A Drecursiveiteratoriterator_getsubiterator_variation.phpt2 …siveIteratorIterator::getSubIterator() returns different iterators depending on the current element
H A Dobserver_006.phpt62 var_dump($storage->current());
72 var_dump($storage->current());
73 $storage->attach($storage->current(), "replaced");
/PHP-7.2/ext/standard/tests/strings/
H A Dbug68636.phpt2 Bug #68636 (setlocale no longer returns current value per category).
/PHP-7.2/ext/spl/internal/
H A Drecursivefilteriterator.inc39 /** @return whether the current element has children
46 /** @return an iterator for the current elements children
H A Dparentiterator.inc24 /** @return whetehr the current element has children
/PHP-7.2/ext/date/tests/
H A Dbug53437.phpt42 ["current"]=>
103 ["current"]=>
/PHP-7.2/ext/posix/tests/
H A Dposix_times.phpt4 Gets information about the current CPU usage.
H A Dposix_ttyname.phpt4 Gets the absolute path to the current terminal device that is open on a given file descriptor.
/PHP-7.2/ext/standard/tests/file/
H A Dumask_error.phpt12 Description: Changes the current umask
/PHP-7.2/ext/session/tests/
H A Dsession_encode_variation7.phpt14 * Description : Encodes the current session data as a string
H A Dsession_cache_expire_basic.phpt12 * Description : Return current cache expire
H A Dsession_cache_expire_variation1.phpt14 * Description : Return current cache expire
H A Dsession_cache_expire_variation2.phpt12 * Description : Return current cache expire
H A Dsession_encode_variation3.phpt12 * Description : Encodes the current session data as a string
/PHP-7.2/Zend/tests/generators/
H A Dbasic_yield_from_proxying.phpt23 var_dump($gen->key(), $gen->current());
H A Dgc_with_yield_from.phpt23 var_dump($gen->current());
/PHP-7.2/ext/standard/tests/general_functions/
H A Dget_include_path_basic.phpt8 * Description: Gets the current include_path configuration option
/PHP-7.2/main/
H A DSAPI.c596 zend_llist_element *current=l->head; in sapi_remove_header() local
598 while (current) { in sapi_remove_header()
599 header = (sapi_header_struct *)(current->data); in sapi_remove_header()
600 next = current->next; in sapi_remove_header()
603 if (current->prev) { in sapi_remove_header()
604 current->prev->next = next; in sapi_remove_header()
609 next->prev = current->prev; in sapi_remove_header()
611 l->tail = current->prev; in sapi_remove_header()
614 efree(current); in sapi_remove_header()
617 current = next; in sapi_remove_header()
/PHP-7.2/ext/phar/phar/
H A Dphar.inc42 function current()
/PHP-7.2/ext/zlib/tests/
H A Dbug67724.phpt12 or die(current(error_get_last()));
/PHP-7.2/main/streams/
H A Dfilter.c402 php_stream_filter *current; in _php_stream_filter_flush() local
415 for(current = filter; current; current = current->next) { in _php_stream_filter_flush()
418 status = filter->fops->filter(stream, current, inp, outp, NULL, flags); in _php_stream_filter_flush()
/PHP-7.2/ext/standard/tests/class_object/
H A Dget_parent_class_variation_001.phpt6 * Description: Retrieves the parent class name for object or class or current scope.

Completed in 35 milliseconds

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