Home
last modified time | relevance | path

Searched refs:current (Results 101 – 125 of 661) sorted by relevance

12345678910>>...27

/PHP-7.2/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 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));
H A D009.phpt2 Test key(), current(), next() & reset() functions
7 mixed current ( array &$array ) -> returns the current element in the array
41 var_dump( current($sub_array)); // current element
42 var_dump( key($sub_array) ); // key of the current element
61 var_dump( current($sub_array)); // current element
77 var_dump( current($unset_array) );
86 var_dump( current() );
93 var_dump( current($temp_array, $temp_array) );
105 var_dump( current($int_var) );
106 var_dump( current($float_var) );
[all …]
/PHP-7.2/ext/spl/tests/
H A DSplFileObject_rewind_variation001.phpt16 echo $s->current();
18 echo $s->current();
22 echo $s->current();
H A Dobserver_002.phpt26 function current()
28 echo __METHOD__ . "(" . parent::current()->getName() . ")\n";
29 return parent::current();
153 MyObjectStorage::current($ob1)
158 MyObjectStorage::current($ob2)
163 MyObjectStorage::current($ob3)
173 MyObjectStorage::current($ob1)
178 MyObjectStorage::current($ob2)
194 MyObjectStorage::current($ob3)
H A Dbug73423.phpt10 public Function current ()
12 return current ($this->foo);
32 return current ($this->foo) !== false;
37 return current ($this->foo);
H A Dbug42703.phpt2 Bug #42703 (Exception raised in an iterator::current() causes segfault in FilterIterator)
15 public function current()
35 var_dump($itit->current());
H A Diterator_002.phpt10 return is_array($this->current());
15 return new RecursiceArrayIterator($this->current());
33 return new RecursiceArrayIterator($this->getInnerIterator()->current());
/PHP-7.2/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 ) );
H A DDatePeriod_properties1.phpt22 echo "current: ";
23 var_dump($period->current);
35 current: NULL
/PHP-7.2/Zend/tests/
H A Dforeach_003.phpt24 function current() {$this->trap(__FUNCTION__); return $this->n;}
28 foreach(['rewind', 'valid', 'key', 'current', 'next'] as $trap) {
63 current
64 current
65 current
H A Dbug32993.phpt2 Bug #32993 (implemented Iterator function current() don't throw exception)
10 public function current() { throw new Exception(); }
13 public function valid() { return (current($this->arr) !== false); }
/PHP-7.2/ext/dom/tests/
H A Ddom_comment_variation.phpt22 $current = $children->item($index);
23 echo get_class($current), "\n";
24 var_dump($current->textContent);
H A Ddom_comment_basic.phpt25 $current = $children->item($index);
26 echo get_class($current), "\n";
27 var_dump($current->textContent);
/PHP-7.2/ext/spl/
H A Dspl_dllist.c157 while (current) { in spl_ptr_llist_destroy()
160 dtor(current); in spl_ptr_llist_destroy()
163 current = next; in spl_ptr_llist_destroy()
185 current = current->prev; in spl_ptr_llist_offset()
187 current = current->next; in spl_ptr_llist_offset()
191 return current; in spl_ptr_llist_offset()
329 while (current) { in spl_ptr_llist_copy()
339 current = next; in spl_ptr_llist_copy()
520 while (current) { in spl_dllist_object_get_debug_info()
529 current = next; in spl_dllist_object_get_debug_info()
[all …]
/PHP-7.2/ext/oci8/tests/
H A Dedition_2.phpt167 The value of current EDITION is ORA$BASE
173 The value of current EDITION is MYEDITION
175 The value of current EDITION is MYEDITION
177 The value of current EDITION is MYEDITION
178 The value of current EDITION is MYEDITION
183 The value of current EDITION is MYEDITION
184 The value of current EDITION is MYEDITION
200 The value of current EDITION is ORA$BASE
229 The value of current EDITION is MYEDITION
234 The value of current EDITION is MYEDITION
[all …]
/PHP-7.2/ext/phar/tests/
H A Dphar_buildfromiterator3.phpt21 function current() {
22 echo "current\n";
23 return current($this->a);
31 return current($this->a);
/PHP-7.2/ext/standard/
H A Dscanf.c587 zval *current; in php_sscanf_internal() local
744 current = Z_REFVAL(args[objIndex++]); in php_sscanf_internal()
745 zval_ptr_dtor(current); in php_sscanf_internal()
864 zval_ptr_dtor(current); in php_sscanf_internal()
905 zval_ptr_dtor(current); in php_sscanf_internal()
1059 zval_ptr_dtor(current); in php_sscanf_internal()
1060 ZVAL_STRING(current, buf); in php_sscanf_internal()
1069 zval_ptr_dtor(current); in php_sscanf_internal()
1070 ZVAL_LONG(current, value); in php_sscanf_internal()
1174 zval_ptr_dtor(current); in php_sscanf_internal()
[all …]
/PHP-7.2/ext/intl/common/
H A Dcommon_enum.cpp62 return Z_ISUNDEF(((zoi_with_current*)iter)->current)? FAILURE : SUCCESS; in zoi_with_current_valid()
67 return &((zoi_with_current*)iter)->current; in zoi_with_current_get_current_data()
73 if (!Z_ISUNDEF(zoi_iter->current)) { in zoi_with_current_invalidate_current()
74 zval_ptr_dtor(&zoi_iter->current); in zoi_with_current_invalidate_current()
75 ZVAL_UNDEF(&zoi_iter->current); //valid would return FAILURE now in zoi_with_current_invalidate_current()
98 ZVAL_STRINGL(&zoi_iter->current, result, result_length); in string_enum_current_move_forward()
107 if (!Z_ISUNDEF(zoi_iter->current)) { in string_enum_rewind()
152 ZVAL_UNDEF(&((zoi_with_current*)ii->iterator)->current); in IntlIterator_from_StringEnumeration()
208 static PHP_METHOD(IntlIterator, current) in PHP_METHOD() argument
300 PHP_ME(IntlIterator, current, ainfo_se_void, ZEND_ACC_PUBLIC)
/PHP-7.2/ext/xmlrpc/libxmlrpc/
H A Dxml_element.c585 xml_element* current; member
599 c = mydata->current; in _xmlrpc_startElement()
601 mydata->current = xml_elem_new(); in _xmlrpc_startElement()
602 mydata->current->name = (char*)estrdup(name); in _xmlrpc_startElement()
603 mydata->current->parent = c; in _xmlrpc_startElement()
611 Q_PushTail(&mydata->current->attrs, attr); in _xmlrpc_startElement()
624 if(mydata && mydata->current && mydata->current->parent) { in _xmlrpc_endElement()
625 Q_PushTail(&mydata->current->parent->children, mydata->current); in _xmlrpc_endElement()
627 mydata->current = mydata->current->parent; in _xmlrpc_endElement()
637 if(mydata && mydata->current) { in _xmlrpc_charHandler()
[all …]
/PHP-7.2/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 --
/PHP-7.2/tests/lang/
H A DforeachLoopObjects.005.phpt2 Foreach loop tests - removing properties before and after the current property during the loop.
14 echo "\nRemoving properties before the current element from an iterated object.\n";
29 echo "\nRemoving properties before the current element from an iterated object.\n";
46 Removing properties before the current element from an iterated object.
62 Removing properties before the current element from an iterated object.
/PHP-7.2/ext/spl/internal/
H A Drecursiveiteratoriterator.inc89 /** @return current key
97 /** @return current element
99 function current()
102 return $it->current();
156 /** @return Sub Iterator at given level or if unspecified the current sub
182 /** @return whether current sub iterators current element has children
190 /** @return current sub iterators current children
205 /** Called after current child iterator is invalid and right before it
H A Dfilteriterator.inc23 * method accept(). Typically this invloves reading the current element or
51 * @return whether or not to expose the current element of the inner
88 * @return The current key
95 * @return The current value
97 function current() {
98 return $this->it->current();
/PHP-7.2/ext/intl/tests/
H A Dbreakiter_first_last_previous_current_error.phpt2 IntlBreakIterator::first()/last()/previous()/current(): arg errors
17 var_dump($bi->current(1));
34 Warning: IntlBreakIterator::current() expects exactly 0 parameters, 1 given in %s on line %d
36 Warning: IntlBreakIterator::current(): breakiter_current: bad arguments in %s on line %d

Completed in 51 milliseconds

12345678910>>...27