Home
last modified time | relevance | path

Searched refs:current (Results 201 – 225 of 571) sorted by path

12345678910>>...23

/PHP-7.4/ext/phar/tests/
H A Dphar_buildfromiterator9.phpt21 function current() {
22 echo "current\n";
23 return current($this->a);
31 return current($this->a);
57 current
H A Dphar_oo_004.phpt54 function current()
57 return parent::current();
103 MyDirectoryIterator::current
109 MyDirectoryIterator::current
115 MyDirectoryIterator::current
121 MyDirectoryIterator::current
H A Dphar_oo_008.phpt34 function current()
/PHP-7.4/ext/phar/tests/tar/files/
H A Dmake.dangerous.tar.php.inc66 $link = @readlink($current);
H A Dtarmaker.php.inc65 $link = @readlink($current);
/PHP-7.4/ext/phar/tests/tar/
H A Dphar_buildfromiterator4.phpt21 function current() {
22 echo "current\n";
23 return current($this->a);
31 return current($this->a);
57 current
H A Dphar_buildfromiterator5.phpt21 function current() {
22 echo "current\n";
23 return current($this->a);
31 return current($this->a);
56 current
H A Dphar_buildfromiterator6.phpt21 function current() {
22 echo "current\n";
23 return current($this->a);
31 return current($this->a);
56 current
H A Dphar_buildfromiterator7.phpt21 function current() {
22 echo "current\n";
23 return current($this->a);
31 return current($this->a);
56 current
H A Dphar_buildfromiterator8.phpt2 Phar::buildFromIterator() iterator, SplFileInfo as current tar-based
H A Dphar_buildfromiterator9.phpt21 function current() {
22 echo "current\n";
23 return current($this->a);
31 return current($this->a);
57 current
/PHP-7.4/ext/phar/tests/zip/
H A Dphar_buildfromiterator4.phpt21 function current() {
22 echo "current\n";
23 return current($this->a);
31 return current($this->a);
57 current
H A Dphar_buildfromiterator5.phpt21 function current() {
22 echo "current\n";
23 return current($this->a);
31 return current($this->a);
56 current
H A Dphar_buildfromiterator6.phpt21 function current() {
22 echo "current\n";
23 return current($this->a);
31 return current($this->a);
56 current
H A Dphar_buildfromiterator7.phpt21 function current() {
22 echo "current\n";
23 return current($this->a);
31 return current($this->a);
56 current
H A Dphar_buildfromiterator8.phpt2 Phar::buildFromIterator() iterator, SplFileInfo as current zip-based
H A Dphar_buildfromiterator9.phpt21 function current() {
22 echo "current\n";
23 return current($this->a);
31 return current($this->a);
57 current
/PHP-7.4/ext/posix/tests/
H A Dposix_getsid.phpt4 Get the current session id of a process pid (POSIX.1, 4.2.1)
18 echo "\n-- Testing posix_getsid() function with current process pid --\n";
26 -- Testing posix_getsid() function with current process pid --
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.
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.4/ext/reflection/
H A Dphp_reflection.c2216 zend_generator *current; in ZEND_METHOD() local
2224 current = zend_generator_get_current(generator); in ZEND_METHOD()
2225 GC_ADDREF(&current->std); in ZEND_METHOD()
2227 ZVAL_OBJ(return_value, (zend_object *) current); in ZEND_METHOD()
/PHP-7.4/ext/reflection/tests/
H A DReflectionClass_isIterateable_001.phpt16 public function current() {}
H A DReflectionClass_isIterateable_basic.phpt11 public function current() {}
/PHP-7.4/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()
1271 current = l->head; in php_session_remove_cookie()
1272 while (current) { in php_session_remove_cookie()
1274 next = current->next; in php_session_remove_cookie()
1277 if (current->prev) { in php_session_remove_cookie()
1285 l->tail = current->prev; in php_session_remove_cookie()
1288 efree(current); in php_session_remove_cookie()
[all …]

Completed in 50 milliseconds

12345678910>>...23