Home
last modified time | relevance | path

Searched refs:list (Results 76 – 100 of 314) sorted by relevance

12345678910>>...13

/PHP-7.4/Zend/tests/
H A Dlist_assign_ref_string_offset_error.phpt2 String offset error during list() by-ref assignment
9 list(&$a[$i++]) = $v;
H A Dlist_keyed_undefined.phpt2 list() with undefined keys
11 list(5 => $five, "duke" => $duke) = $contrivedMixedKeyTypesExample;
H A Dlist_keyed_evaluation_order_3.phpt2 list() with keys, evaluation order #3
15 list($a[$i++] => $a[$i++], $a[$i++] => $a[$i++]) = $a[$i++];
H A Dlist_keyed_evaluation_order.phpt2 list() with keys, evaluation order
15 // list($a => $b, $c => $d) = $e;
25 list((string)$a => $store["B"], (string)$c => $store["D"]) = $e->getIndexable();
H A Dbug32252.phpt32 $list = new Test();
35 $list[-1] = 123;
/PHP-7.4/ext/soap/tests/schema/
H A Dschema011.phpt2 SOAP XML Schema 11: simpleType/list (inline type) (as string)
10 <list>
14 </list>
H A Dschema012.phpt2 SOAP XML Schema 12: simpleType/list (inline type) (as array)
10 <list>
14 </list>
H A Dschema021.phpt2 SOAP XML Schema 21: list of unions
10 <list>
14 </list>
H A Dschema022.phpt2 SOAP XML Schema 22: list of unions
12 <list>
16 </list>
H A Dschema009.phpt2 SOAP XML Schema 9: simpleType/list (as string)
10 <list itemType="token"/>
H A Dschema010.phpt2 SOAP XML Schema 10: simpleType/list (as array)
10 <list itemType="token"/>
H A Dschema018.phpt2 SOAP XML Schema 18: union with list
15 <list itemType="int"/>
H A Dschema019.phpt2 SOAP XML Schema 19: union with list
15 <list itemType="int"/>
H A Dschema017.phpt2 SOAP XML Schema 17: union with list
17 <list itemType="int"/>
H A Dschema020.phpt2 SOAP XML Schema 20: union with list
17 <list itemType="int"/>
/PHP-7.4/tests/lang/
H A Dengine_assignExecutionOrder_004.phpt22 list($a[i1()+i2()], , list($a[i3()], $a[])) = array(0, 1, array(30, 40), 3);
/PHP-7.4/ext/spl/
H A Dspl_functions.h61 void spl_add_class_name(zval * list, zend_class_entry * pce, int allow, int ce_flags);
62 void spl_add_interfaces(zval * list, zend_class_entry * pce, int allow, int ce_flags);
63 void spl_add_traits(zval * list, zend_class_entry * pce, int allow, int ce_flags);
64 int spl_add_classes(zend_class_entry *pce, zval *list, int sub, int allow, int ce_flags);
/PHP-7.4/ext/openssl/
H A Dconfig0.m414 [whether to use system default cipher list instead of hardcoded value],
16 [OPENSSL: Use system default cipher list instead of hardcoded value])],
38 …AC_DEFINE(USE_OPENSSL_SYSTEM_CIPHERS,1,[ Use system default cipher list instead of hardcoded value…
/PHP-7.4/ext/spl/tests/
H A DSplDoublyLinkedList_isEmpty_not-empty.phpt2 Check that SplDoublyLinkedList->isEmpty() correctly returns true for a non-empty list.
10 // Add some items to the list
/PHP-7.4/ext/standard/tests/strings/
H A Dsetlocale_basic2.phpt21 /* Test the setlocale() when an array is provided as input containing list of locales */
47 /* Collect existing system locales and prepare a list of locales that can be used as
50 echo "*** Testing setlocale() with an array containing list of locales ***\n";
66 //set of currency symbol according to above list of locales
83 // prepare the list of locales based on list of locales found in the system
124 *** Testing setlocale() with an array containing list of locales ***
/PHP-7.4/Zend/
H A Dzend_alloc.c1677 list->ptr = ptr;
1678 list->size = size;
1703 size = list->size;
1707 prev = list;
1708 list = list->next;
1721 list = list->next;
1746 list = list->next;
2105 while (list) {
2123 heap->huge_list = list = list->next;
2246 while (list) {
[all …]
/PHP-7.4/ext/exif/
H A Dexif.c1837 image_info_data *list; member
1957 file_section *list; member
1976 xp_field_type *list; member
2151 image_info_data *list; in exif_iif_add_value() local
2158 image_info->info_list[section_index].list = list; in exif_iif_add_value()
2302 image_info_data *list; in exif_iif_add_int() local
2305 image_info->info_list[section_index].list = list; in exif_iif_add_int()
2324 image_info_data *list; in exif_iif_add_str() local
2328 image_info->info_list[section_index].list = list; in exif_iif_add_str()
2365 image_info_data *list; in exif_iif_add_buffer() local
[all …]
/PHP-7.4/ext/standard/tests/serialize/
H A Dbug65806.phpt52 $list = new myList($objC);
54 echo 'check ' . check($list->get()) . PHP_EOL;
57 $newList = unserialize(serialize($list));
/PHP-7.4/ext/oci8/tests/
H A Dbug32325.phpt26 select bug32325_t(1,2,3,4) into :list from dual;
31 oci_bind_by_name($stmt, ":list", $collection, -1, OCI_B_NTY);
/PHP-7.4/ext/gd/tests/
H A Dbug73281.phpt18 list($x, $y) = $coordinate;
28 list($x, $y) = $coordinate;

Completed in 67 milliseconds

12345678910>>...13