/PHP-7.2/Zend/ |
H A D | zend_llist.c | 74 (current)->prev->next = (current)->next;\ 79 (current)->next->prev = (current)->prev;\ 94 while (current) { in zend_llist_del_element() 99 current = current->next; in zend_llist_del_element() 114 current = next; in zend_llist_destroy() 265 if (*current) { in zend_llist_get_first_ex() 278 if (*current) { in zend_llist_get_last_ex() 290 if (*current) { in zend_llist_get_next_ex() 291 *current = (*current)->next; in zend_llist_get_next_ex() 304 if (*current) { in zend_llist_get_prev_ex() [all …]
|
/PHP-7.2/ext/standard/tests/array/ |
H A D | current_error.phpt | 2 Test current() function : error conditions - Pass incorrect number of args 5 /* Prototype : mixed current(array $array_arg) 12 * Pass incorrect number of arguments to current() to test behaviour 15 echo "*** Testing current() : error conditions ***\n"; 18 echo "\n-- Testing current() function with Zero arguments --\n"; 19 var_dump( current() ); 21 //Test current with one more than the expected number of arguments 25 var_dump( current($array_arg, $extra_arg) ); 29 *** Testing current() : error conditions *** 31 -- Testing current() function with Zero arguments -- [all …]
|
H A D | array_replace_merge_recursive_ref.phpt | 10 var_dump(current($one), current($two)); 12 var_dump(current($one), current($two)); 18 var_dump(current($one), current($two)); 20 var_dump(current($one), current($two));
|
H A D | current_basic.phpt | 2 Test current() function : basic functionality 5 /* Prototype : mixed current(array $array_arg) 11 * Test basic functionality of current() 14 echo "*** Testing current() : basic functionality ***\n"; 17 var_dump(current($array)); 19 var_dump(current($array)); 21 var_dump(current($array)); 23 var_dump(current($array)); 27 *** Testing current() : basic functionality ***
|
H A D | current_variation1.phpt | 2 Test current() function : usage variations - Pass different data types as $array_arg arg 5 /* Prototype : mixed current(array $array_arg) 12 * Pass different data types as $array_arg argument to current() to test behaviour 15 echo "*** Testing current() : usage variations ***\n"; 86 // loop through each element of $inputs to check the behavior of current() 90 var_dump( current($input) ); 98 *** Testing current() : usage variations *** 122 Warning: current() expects parameter 1 to be array, float given in %s on line %d 127 Warning: current() expects parameter 1 to be array, float given in %s on line %d 147 Warning: current() expects parameter 1 to be array, null given in %s on line %d [all …]
|
H A D | current_variation4.phpt | 2 Test current() function : usage variations - multi-dimensional arrays 5 /* Prototype : mixed current(array $array_arg) 15 echo "*** Testing current() : usage variations ***\n"; 20 var_dump(current($multi_array)); 24 var_dump(current($multi_array)); 28 var_dump(current($multi_array)); 33 var_dump(current($multi_array[1])); 41 var_dump(current($multi_array)); 44 var_dump(current($multi_array[3][3][3])); 46 var_dump(current($multi_array[3][3][3][1])); [all …]
|
/PHP-7.2/tests/output/ |
H A D | sapi_windows_vt100_support_winko_in-out-err.phpt | 80 - current value : 86 - current value : 92 - current value : 96 - current value : 102 - current value : 108 - current value : 112 - current value : 118 - current value : 124 - current value : 128 - current value : [all …]
|
H A D | sapi_windows_vt100_support_winko_in-out.phpt | 80 - current value : 86 - current value : 92 - current value : 96 - current value : 102 - current value : 108 - current value : 112 - current value : 118 - current value : 124 - current value : 128 - current value : [all …]
|
H A D | sapi_windows_vt100_support_winko_out.phpt | 80 - current value : 86 - current value : 92 - current value : 96 - current value : 102 - current value : 108 - current value : 112 - current value : 118 - current value : 124 - current value : 128 - current value : [all …]
|
H A D | sapi_windows_vt100_support_winok_err.phpt | 80 - current value : 86 - current value : 92 - current value : 96 - current value : 102 - current value : 108 - current value : 112 - current value : 118 - current value : 124 - current value : 128 - current value : [all …]
|
H A D | sapi_windows_vt100_support_winok_in-err.phpt | 80 - current value : 86 - current value : 92 - current value : 96 - current value : 102 - current value : 108 - current value : 112 - current value : 118 - current value : 124 - current value : 128 - current value : [all …]
|
H A D | sapi_windows_vt100_support_winok_in-out-err.phpt | 80 - current value : 86 - current value : 92 - current value : 96 - current value : 102 - current value : 108 - current value : 112 - current value : 118 - current value : 124 - current value : 128 - current value : [all …]
|
H A D | sapi_windows_vt100_support_winok_in-out.phpt | 80 - current value : 86 - current value : 92 - current value : 96 - current value : 102 - current value : 108 - current value : 112 - current value : 118 - current value : 124 - current value : 128 - current value : [all …]
|
H A D | sapi_windows_vt100_support_winok_out-err.phpt | 80 - current value : 86 - current value : 92 - current value : 96 - current value : 102 - current value : 108 - current value : 112 - current value : 118 - current value : 124 - current value : 128 - current value : [all …]
|
H A D | sapi_windows_vt100_support_winok_out.phpt | 80 - current value : 86 - current value : 92 - current value : 96 - current value : 102 - current value : 108 - current value : 112 - current value : 118 - current value : 124 - current value : 128 - current value : [all …]
|
H A D | sapi_windows_vt100_support_winko_err.phpt | 80 - current value : 86 - current value : 92 - current value : 96 - current value : 102 - current value : 108 - current value : 112 - current value : 118 - current value : 124 - current value : 128 - current value : [all …]
|
H A D | sapi_windows_vt100_support_winko_in-err.phpt | 80 - current value : 86 - current value : 92 - current value : 96 - current value : 102 - current value : 108 - current value : 112 - current value : 118 - current value : 124 - current value : 128 - current value : [all …]
|
H A D | sapi_windows_vt100_support_winko_out-err.phpt | 80 - current value : 86 - current value : 92 - current value : 96 - current value : 102 - current value : 108 - current value : 112 - current value : 118 - current value : 124 - current value : 128 - current value : [all …]
|
/PHP-7.2/ext/standard/ |
H A D | base64.c | 58 const unsigned char *current = str; in php_base64_encode() local 66 *p++ = base64_table[current[0] >> 2]; in php_base64_encode() 67 *p++ = base64_table[((current[0] & 0x03) << 4) + (current[1] >> 4)]; in php_base64_encode() 68 *p++ = base64_table[((current[1] & 0x0f) << 2) + (current[2] >> 6)]; in php_base64_encode() 69 *p++ = base64_table[current[2] & 0x3f]; in php_base64_encode() 71 current += 3; in php_base64_encode() 77 *p++ = base64_table[current[0] >> 2]; in php_base64_encode() 79 *p++ = base64_table[((current[0] & 0x03) << 4) + (current[1] >> 4)]; in php_base64_encode() 80 *p++ = base64_table[(current[1] & 0x0f) << 2]; in php_base64_encode() 132 const unsigned char *current = str; in php_base64_decode_ex() local [all …]
|
/PHP-7.2/ext/spl/tests/ |
H A D | iterator_007.phpt | 18 function current() 21 return parent::current(); 47 function current() 50 return parent::current(); 104 ArrayIteratorEx::current 108 ArrayIteratorEx::current 112 ArrayIteratorEx::current 116 ArrayIteratorEx::current 129 ArrayIteratorEx::current 136 ArrayIteratorEx::current [all …]
|
H A D | iterator_001.phpt | 36 public function current() 100 NumericArrayIterator::current 103 NumericArrayIterator::current 107 NumericArrayIterator::current 110 NumericArrayIterator::current 114 NumericArrayIterator::current 117 NumericArrayIterator::current 125 NumericArrayIterator::current 128 NumericArrayIterator::current 132 NumericArrayIterator::current [all …]
|
H A D | iterator_008.phpt | 18 function current() 21 return parent::current(); 52 ArrayIteratorEx::current 57 ArrayIteratorEx::current 62 ArrayIteratorEx::current 69 ArrayIteratorEx::current 74 ArrayIteratorEx::current 79 ArrayIteratorEx::current 86 ArrayIteratorEx::current
|
/PHP-7.2/tests/classes/ |
H A D | iterators_001.phpt | 93 c_iter::current 97 c_iter::current 101 c_iter::current 109 c_iter::current 113 c_iter::current 117 c_iter::current 125 c_iter::current 129 c_iter::current 133 c_iter::current 137 c_iter::current [all …]
|
/PHP-7.2/ext/spl/internal/ |
H A D | regexiterator.inc | 38 private $current; /**< the value used for current() */ 72 $this->current = parent::current(); 73 /* note that we use $this->current, rather than calling parent::current() */ 81 $this->current = array(); 85 $this->current = array(); 89 $this->current = array(); 93 $this->current = array(); 101 $this->current = $result; 115 function current() 117 return $this->current; [all …]
|
/PHP-7.2/ext/dom/tests/ |
H A D | DOMNode_removeChild_basic.phpt | 30 function dumpcourse($current) { 31 …$title = ($current->nodeType != XML_TEXT_NODE && $current->hasAttribute('title')) ? $current->getA… 32 echo "Course: $title:";echo get_class($current), "\n"; 33 echo "~";var_dump($current->textContent); 45 $current = $children->item($index); 46 dumpcourse($current); 47 if ($current->nodeType == XML_TEXT_NODE) { 48 $noderemoved = $root->removeChild($current); 56 $current = $children->item($index); 57 dumpcourse($current);
|