Home
last modified time | relevance | path

Searched refs:element (Results 1 – 25 of 1163) sorted by last modified time

12345678910>>...47

/PHP-5.5/win32/
H A Dphp5dllts.dsp551 SOURCE=..\ext\dom\element.c
H A Dinstall.txt286 element manually yourself. If you would like to achieve the best
/PHP-5.5/tests/output/
H A Dob_implicit_flush_variation_001.phpt96 // loop through each element of the array for flag
/PHP-5.5/tests/lang/
H A DforeachLoopObjects.004.phpt2 Foreach loop tests - Removing the current element from an iterated object.
14 echo "\nRemoving the current element from an iterated object.\n";
33 Removing the current element from an iterated object.
H A DforeachLoopObjects.005.phpt14 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";
47 Removing properties before the current element from an iterated object.
63 Removing properties before the current element from an iterated object.
H A Dengine_assignExecutionOrder_002.phpt6 // simple case with missing element
H A DforeachLoop.004.phpt2 Foreach loop tests - using an array element as the $value
H A DforeachLoop.006.phpt11 Fatal error: Key element cannot be a reference in %s on line 3
H A DforeachLoop.012.phpt74 ---( Array with 1 element(s): )---
86 ---( Array with 2 element(s): )---
101 ---( Array with 3 element(s): )---
119 ---( Array with 4 element(s): )---
143 ---( Array with 1 element(s): )---
155 ---( Array with 2 element(s): )---
170 ---( Array with 3 element(s): )---
188 ---( Array with 4 element(s): )---
212 ---( Array with 1 element(s): )---
224 ---( Array with 2 element(s): )---
[all …]
H A DforeachLoop.013.phpt74 ---( Array with 1 element(s): )---
86 ---( Array with 2 element(s): )---
101 ---( Array with 3 element(s): )---
120 ---( Array with 4 element(s): )---
144 ---( Array with 1 element(s): )---
156 ---( Array with 2 element(s): )---
171 ---( Array with 3 element(s): )---
189 ---( Array with 4 element(s): )---
213 ---( Array with 1 element(s): )---
225 ---( Array with 2 element(s): )---
[all …]
H A DforeachLoop.014.phpt75 ---( Array with 1 element(s): )---
87 ---( Array with 2 element(s): )---
102 ---( Array with 3 element(s): )---
121 ---( Array with 4 element(s): )---
145 ---( Array with 1 element(s): )---
157 ---( Array with 2 element(s): )---
172 ---( Array with 3 element(s): )---
190 ---( Array with 4 element(s): )---
214 ---( Array with 1 element(s): )---
226 ---( Array with 2 element(s): )---
[all …]
H A DforeachLoop.015.phpt76 ---( Array with 1 element(s): )---
88 ---( Array with 2 element(s): )---
103 ---( Array with 3 element(s): )---
122 ---( Array with 4 element(s): )---
146 ---( Array with 1 element(s): )---
158 ---( Array with 2 element(s): )---
173 ---( Array with 3 element(s): )---
191 ---( Array with 4 element(s): )---
215 ---( Array with 1 element(s): )---
227 ---( Array with 2 element(s): )---
[all …]
/PHP-5.5/tests/classes/
H A Darray_access_008.phpt59 Notice: Indirect modification of overloaded element of Peoples has no effect in %sarray_access_008.…
62 Notice: Indirect modification of overloaded element of Peoples has no effect in %sarray_access_008.…
65 Notice: Indirect modification of overloaded element of Peoples has no effect in %sarray_access_008.…
H A Darray_access_009.phpt10 function proxyGet($element);
12 function proxyUnset($element, $index);
18 private $element;
22 echo __METHOD__ . "($element)\n";
23 if (!$object->offsetExists($element))
25 $object[$element] = array();
28 $this->element = $element;
82 function proxyGet($element)
84 return $this->person[$element];
144 ["element":"ArrayProxy":private]=>
[all …]
H A Darray_access_010.phpt11 private $element;
13 function __construct(ArrayAccess $object, array &$element)
17 $this->element = &$element;
21 echo __METHOD__ . "($this->element, $index)\n";
22 return array_key_exists($index, $this->element);
27 return isset($this->element[$index]) ? $this->element[$index] : NULL;
32 $this->element[$index] = $value;
37 unset($this->element[$index]);
118 ["element":"ArrayReferenceProxy":private]=>
156 ["element":"ArrayReferenceProxy":private]=>
H A Darray_access_011.phpt12 private $element;
16 echo __METHOD__ . "($element)\n";
19 $this->element = $element;
23 echo __METHOD__ . "($this->element, $index)\n";
28 echo __METHOD__ . "($this->element, $index)\n";
29 …return isset($this->oarray[$this->element][$index]) ? $this->oarray[$this->element][$index] : NULL;
34 $this->oarray[$this->element][$index] = $value;
38 echo __METHOD__ . "($this->element, $index)\n";
39 unset($this->oarray[$this->element][$index]);
135 ["element":"ArrayAccessReferenceProxy":private]=>
[all …]
H A Darray_access_012.phpt26 $data['element'] = NULL; // prevent notice
27 $data['element'] = &$test;
34 Notice: Indirect modification of overloaded element of ArrayAccessImpl has no effect in %sarray_acc…
H A Darray_access_003.phpt56 Notice: Indirect modification of overloaded element of object has no effect in %sarray_access_003.p…
H A Darray_access_004.phpt54 Notice: Indirect modification of overloaded element of object has no effect in %sarray_access_004.p…
H A Darray_access_005.phpt72 Notice: Indirect modification of overloaded element of Peoples has no effect in %sarray_access_005.…
75 Notice: Indirect modification of overloaded element of Peoples has no effect in %sarray_access_005.…
/PHP-5.5/sapi/apache_hooks/
H A Dmod_php5.c127 int sapi_stack_push(sapi_stack *stack, void *element) in sapi_stack_push() argument
136 stack->elements[stack->top] = (void *) element; in sapi_stack_push()
153 …th_argument_all(sapi_stack *stack, int type, int (*apply_function)(void *element, void *arg), void… in sapi_stack_apply_with_argument_all() argument
1304 (int (*)(void *element, void *)) php_run_hook, r, OK); in php_uri_translation()
1315 (int (*)(void *element, void *)) php_run_hook, r); in php_header_hook()
1326 (int (*)(void *element, void *)) php_run_hook, r, OK); in php_auth_hook()
1338 (int (*)(void *element, void *)) php_run_hook, r); in php_access_hook()
1351 (int (*)(void *element, void *)) php_run_hook, in php_type_hook()
1363 (int (*)(void *element, void *)) php_run_hook, in php_fixup_hook()
1375 (int (*)(void *element, void *)) php_run_hook, in php_logger_hook()
[all …]
/PHP-5.5/main/
H A Dphp_ini.c631 zend_llist_element *element; in php_init_config() local
699 for (element = scanned_ini_list.head; element; element = element->next) { in php_init_config()
703 strlcat(php_ini_scanned_files, *(char **)element->data, total_l); in php_init_config()
704 strlcat(php_ini_scanned_files, element->next ? ",\n" : "\n", total_l); in php_init_config()
/PHP-5.5/ext/zlib/tests/
H A Dgzopen_variation1.phpt110 // loop through each element of the array for filename
H A Dgzopen_variation2.phpt110 // loop through each element of the array for mode
H A Dgzopen_variation3.phpt110 // loop through each element of the array for use_include_path

Completed in 43 milliseconds

12345678910>>...47