Home
last modified time | relevance | path

Searched refs:elements (Results 26 – 50 of 380) sorted by relevance

12345678910>>...16

/PHP-7.1/ext/dba/tests/
H A Ddba014.phpt2 DBA with array key with array containing too many elements
27 Fatal error: Uncaught Error: Key does not have exactly two elements: (key, name) in %sdba014.php:6
/PHP-7.1/tests/lang/
H A DforeachLoop.014.phpt8 function withRefValue($elements, $transform) {
9 echo "\n---( Array with $elements element(s): )---\n";
11 for ($i=0; $i<$elements; $i++) {
37 echo "\nPopping elements off end of a referenced array";
44 echo "\n\n\nShift elements off start of a referenced array";
58 echo "\n\n\nAdding elements to the end of a referenced array";
65 echo "\n\n\nAdding elements to the start of a referenced array";
74 Popping elements off end of a referenced array
143 Shift elements off start of a referenced array
281 Adding elements to the end of a referenced array
[all …]
H A DforeachLoop.015.phpt8 function withRefValue($elements, $transform) {
9 echo "\n---( Array with $elements element(s): )---\n";
11 for ($i=0; $i<$elements; $i++) {
37 echo "\nPopping elements off end of a referenced array, using &\$value";
44 echo "\n\n\nShift elements off start of a referenced array, using &\$value";
58 echo "\n\n\nAdding elements to the end of a referenced array, using &\$value";
65 echo "\n\n\nAdding elements to the start of a referenced array, using &\$value";
74 Popping elements off end of a referenced array, using &$value
147 Shift elements off start of a referenced array, using &$value
285 Adding elements to the end of a referenced array, using &$value
[all …]
H A DforeachLoop.013.phpt8 function withRefValue($elements, $transform) {
9 echo "\n---( Array with $elements element(s): )---\n";
11 for ($i=0; $i<$elements; $i++) {
35 echo "\nPopping elements off end of an unreferenced array, using &\$value.";
42 echo "\n\n\nShift elements off start of an unreferenced array, using &\$value.";
56 echo "\n\n\nAdding elements to the end of an unreferenced array, using &\$value.";
63 echo "\n\n\nAdding elements to the start of an unreferenced array, using &\$value.";
72 Popping elements off end of an unreferenced array, using &$value.
145 Shift elements off start of an unreferenced array, using &$value.
283 Adding elements to the end of an unreferenced array, using &$value.
[all …]
H A Dempty_variation.phpt2 empty() on array elements
/PHP-7.1/ext/standard/tests/array/
H A Darray_push_error2.phpt6 * Description: Pushes elements onto the end of the array
12 * then try and push new elements onto the array
H A Darray_filter_error.phpt6 * Description: Filters elements from the array via the callback.
19 * Parameters : $input - array for which each elements should be checked into the function
21 * Description : Function takes array as input and checks for its each elements.
H A Dusort_variation9.phpt29 // different variables which are used as elements of $array_arg
35 // array_args an array containing elements with reference variables
H A Darray_combine_basic.phpt6 * Description: Creates an array by using the elements of the first parameter as keys
7 * and the elements of the second as the corresponding values
H A Darray_merge_recursive_variation7.phpt6 * Description: Recursively merges elements from passed arrays into one array
22 // input array containing elements as reference variables
H A Darray_combine_variation6.phpt6 * Description: Creates an array by using the elements of the first parameter as keys
7 * and the elements of the second as the corresponding values
H A Darray_walk_variation4.phpt11 * Testing array_walk() with an array having subarrays as elements
20 * Description : It prints the count of an array elements, passed as argument
H A Darray_filter_variation6.phpt6 * Description: Filters elements from the array via the callback.
11 * Passing 'input' array which contains elements as reference to other data
H A Dusort_object2.phpt65 // Testing uasort with StaticClass objects as elements of 'array_arg'
76 // Testing uasort with EmptyClass objects as elements of 'array_arg'
87 // Testing uasort with ChildClass objects as elements of 'array_arg'
H A Dbug70250.phpt2 Bug #70250 (extract() turns array elements to references)
H A Dbug23788.phpt2 Bug #23788 (*_replace() clobbers referenced array elements)
H A Darray_walk_recursive_variation4.phpt11 * Testing array_walk_recursive() with an array having subarrays as elements
20 * Description : It prints the count of an array elements, passed as argument
/PHP-7.1/ext/spl/examples/
H A Dkeyfilter.inc17 * Instances of this class act as a filter around iterators whose elements
19 * and the instance will only return elements which match the given regular
/PHP-7.1/Zend/tests/
H A Dget_defined_functions_basic.phpt38 echo "TEST FAILED: missing elements from 'internal' array\n";
50 echo "TEST FAILED: missing elements from 'user' array\n";
H A Dbug35163.phpt2 Bug #35163 (Array elements can lose references)
H A Dbug35163_2.phpt2 Bug #35163.2 (Array elements can lose references)
/PHP-7.1/ext/oci8/
H A Doci8_statement.c1047 ZVAL_DOUBLE(entry, ((double *)(bind->array.elements))[i]); in php_oci_bind_post_exec()
1709 (dvoid *) bind->array.elements, in php_oci_bind_array_by_name()
1723 if (bind->array.elements) { in php_oci_bind_array_by_name()
1724 efree(bind->array.elements); in php_oci_bind_array_by_name()
1827 ((text *)bind->array.elements)[i*maxlength] = '\0'; in php_oci_bind_array_helper_string()
1868 ((oci_phpsized_int *)bind->array.elements)[i] = 0; in php_oci_bind_array_helper_number()
1909 ((double *)bind->array.elements)[i] = 0; in php_oci_bind_array_helper_double()
1955 efree(bind->array.elements); in php_oci_bind_array_helper_date()
1962 ((OCIDate *)bind->array.elements)[i] = oci_date; in php_oci_bind_array_helper_date()
1970 efree(bind->array.elements); in php_oci_bind_array_helper_date()
[all …]
/PHP-7.1/ext/spl/tests/
H A Dfixedarray_004.phpt2 SPL: FixedArray: adding new elements
/PHP-7.1/ext/soap/
H A Dphp_schema.c360 if (cur_type->elements == NULL) { in schema_simpleType()
470 if (cur_type->elements == NULL) { in schema_list()
1547 if (sdl->elements == NULL) { in schema_element()
1551 addHash = sdl->elements; in schema_element()
1560 addHash = cur_type->elements; in schema_element()
2258 if (type->elements) { in schema_type_fixup()
2297 if (sdl->elements) { in schema_pass2()
2386 if (type->elements) { in delete_type()
2388 efree(type->elements); in delete_type()
2435 if (type->elements) { in delete_type_persistent()
[all …]
/PHP-7.1/sapi/phpdbg/tests/
H A Dwatch_006.phpt2 Test multiple watch elements pointing to the same watchpoint
45 1 elements were added to the array

Completed in 56 milliseconds

12345678910>>...16