Home
last modified time | relevance | path

Searched refs:current (Results 76 – 100 of 571) sorted by relevance

12345678910>>...23

/PHP-7.4/ext/phar/tests/tar/
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_buildfromiterator9.phpt21 function current() {
22 echo "current\n";
23 return current($this->a);
31 return current($this->a);
57 current
H A Dphar_buildfromiterator7.phpt21 function current() {
22 echo "current\n";
23 return current($this->a);
31 return current($this->a);
56 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_buildfromiterator9.phpt21 function current() {
22 echo "current\n";
23 return current($this->a);
31 return current($this->a);
57 current
H A Dphar_buildfromiterator7.phpt21 function current() {
22 echo "current\n";
23 return current($this->a);
31 return current($this->a);
56 current
/PHP-7.4/tests/classes/
H A Diterators_006.phpt27 function current() {
28 return $this->current;
33 $this->current = current($this->array);
55 #var_dump($array->current());
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_misc.c53 PRIV(jit_free_rodata)(void *current, void *allocator_data) in PRIV()
56 (void)current; in PRIV()
63 while (current != NULL) in PRIV()
65 next = *(void**)current; in PRIV()
66 SLJIT_FREE(current, allocator_data); in PRIV()
67 current = next; in PRIV()
/PHP-7.4/ext/mbstring/tests/
H A Dmb_ereg_replace_variation1.phpt104 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
109 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
114 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
119 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
126 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
131 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
138 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
143 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
148 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
153 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
[all …]
/PHP-7.4/ext/simplexml/tests/
H A Dsxe_004.phpt50 function current()
53 return parent::current();
92 SXETest::current
100 SXETest::current
108 SXETest::current
116 SXETest::current
129 SXETest::current
137 SXETest::current
/PHP-7.4/ext/spl/tests/
H A Dfileobject_001.phpt9 var_dump($o->current());
12 var_dump($o->current());
16 var_dump($o->current());
20 var_dump($o->current());
24 var_dump($o->current());
H A DSplFileObject_rewind_variation001.phpt16 echo $s->current();
18 echo $s->current();
22 echo $s->current();
H A Dbug45614.phpt15 echo str_replace("\0", '\0', $it->key()) . " => " . $it->current() .
18 echo str_replace("\0", '\0', $it->key()) . " => " . $it->current() .
32 echo "\n--> Invalidate current position and show the first two items:\n";
34 $ai->current();
51 --> Invalidate current position and show the first two items:
H A Diterator_021.phpt58 function current()
61 return parent::current();
115 RecursiveArrayIteratorIterator::current
124 RecursiveArrayIteratorIterator::current
133 RecursiveArrayIteratorIterator::current
139 RecursiveArrayIteratorIterator::current
150 RecursiveArrayIteratorIterator::current
165 RecursiveArrayIteratorIterator::current
173 RecursiveArrayIteratorIterator::current
/PHP-7.4/ext/standard/tests/array/
H A Dbug35022.phpt2 Bug #35022 (Regression in the behavior of key/current functions)
9 echo key($state) . " => " . current($state) . "\n";
14 var_dump( key($state), current($state) );
H A Dcurrent_variation2.phpt2 Test current() function : usage variations - arrays containing different data types
5 /* Prototype : mixed current(array $array_arg)
12 * Pass arrays of different data types as $array_arg to current() to test behaviour
15 echo "*** Testing current() : usage variations ***\n";
108 // loop through each element of $inputs to check the behavior of current()
112 var_dump( current($input) );
120 *** Testing current() : usage variations ***
H A Dreset_variation3.phpt20 var_dump(current($array1));
30 var_dump(current($array1));
32 var_dump(current($array2));
37 var_dump(current($array1));
39 var_dump(current($array2));
/PHP-7.4/ext/date/tests/
H A DDateTimeImmutable_createFromMutable.phpt7 $current = "2014-03-02 16:24:08";
9 $i = DateTimeImmutable::createFromMutable( date_create( $current ) );
12 $i = DateTimeImmutable::createFromMutable( date_create_immutable( $current ) );
/PHP-7.4/ext/phar/tests/
H A Dphar_oo_004.phpt54 function current()
57 return parent::current();
103 MyDirectoryIterator::current
109 MyDirectoryIterator::current
115 MyDirectoryIterator::current
121 MyDirectoryIterator::current
/PHP-7.4/ext/spl/
H A Dspl_dllist.c155 while (current) { in spl_ptr_llist_destroy()
158 dtor(current); in spl_ptr_llist_destroy()
161 current = next; in spl_ptr_llist_destroy()
183 current = current->prev; in spl_ptr_llist_offset()
185 current = current->next; in spl_ptr_llist_offset()
189 return current; in spl_ptr_llist_offset()
329 while (current) { in spl_ptr_llist_copy()
339 current = next; in spl_ptr_llist_copy()
527 current = next; in spl_dllist_object_get_debug_info()
551 current = current->next; in spl_dllist_object_get_gc()
[all …]
/PHP-7.4/Zend/
H A Dzend_gc.c973 while (current != last) { in gc_mark_roots()
980 current++; in gc_mark_roots()
1118 while (current != last) { in gc_scan_roots()
1125 current++; in gc_scan_roots()
1296 while (current != last) { in gc_collect_roots()
1303 current++; in gc_collect_roots()
1314 ref = current->ref; in gc_collect_roots()
1500 current++; in zend_gc_collect_cycles()
1514 current++; in zend_gc_collect_cycles()
1529 current->ref = p; in zend_gc_collect_cycles()
[all …]
/PHP-7.4/ext/dom/tests/
H A Ddom_comment_variation.phpt22 $current = $children->item($index);
23 echo get_class($current), "\n";
24 var_dump($current->textContent);

Completed in 50 milliseconds

12345678910>>...23