Home
last modified time | relevance | path

Searched refs:list (Results 26 – 50 of 276) sorted by relevance

12345678910>>...12

/PHP-5.3/ext/spl/tests/
H A DSplDoublyLinkedList_top_pass_null.phpt8 $list = new SplDoublyLinkedList();
9 $list->push("top");
10 $list->top(null);
H A DSplDoublyLinkedList_bottom_pass_array.phpt8 $list = new SplDoublyLinkedList();
9 $list->push("top");
10 $list->bottom(array());
H A DSplDoublyLinkedList_current.phpt7 $list = new SplDoublyLinkedList();
8 var_dump($list->current());
H A DSplDoublyLinkedList_current_empty.phpt8 $list = new SplDoublyLinkedList();
9 var_dump($list->current());
H A DSplDoublyLinkedList_getIteratorMode_error.phpt7 $list = new SplDoublyLinkedList();
8 $list->getIteratorMode(24);
H A DSplDoublyLinkedList_count.phpt7 $list = new SplDoublyLinkedList();
9 $c = $list->count('foo');
H A DSplDoublyLinkedList_offsetSet_invalid_parameter.phpt7 $list = new SplDoublyLinkedList();
8 $a = $list->offsetSet();
H A DSplDoublyLinkedList_offsetSet_one_invalid_parameter.phpt7 $list = new SplDoublyLinkedList();
8 $a = $list->offsetSet(2);
H A DSplDoublyLinkedList_offsetExists_invalid_parameter.phpt7 $list = new SplDoublyLinkedList();
8 $a = $list->offsetExists();
/PHP-5.3/ext/xmlrpc/libxmlrpc/
H A Dqueue.c725 key = list[ low ]; in QuickSort()
729 while(Comp(list[i], key) < 0) in QuickSort()
733 while(Comp(list[j], key) > 0) in QuickSort()
737 temp = list[i]; in QuickSort()
738 list[i] = list[j]; in QuickSort()
739 list[j] = temp; in QuickSort()
744 temp = list[low]; in QuickSort()
745 list[low] = list[j]; in QuickSort()
746 list[j] = temp; in QuickSort()
748 QuickSort(list, low, j-1, Comp); in QuickSort()
[all …]
/PHP-5.3/Zend/
H A Dzend_multibyte.c943 if (!list) { in zend_multibyte_assemble_encoding_list()
945 if (!list) { in zend_multibyte_assemble_encoding_list()
948 *list = '\0'; in zend_multibyte_assemble_encoding_list()
950 list = (char*)erealloc(list, list_size); in zend_multibyte_assemble_encoding_list()
951 if (!list) { in zend_multibyte_assemble_encoding_list()
959 return list; in zend_multibyte_assemble_encoding_list()
970 list = NULL; in zend_multibyte_parse_encoding_list()
991 entry = list; in zend_multibyte_parse_encoding_list()
1018 *result = list; in zend_multibyte_parse_encoding_list()
1062 if (list) { in zend_multibyte_find_script_encoding()
[all …]
/PHP-5.3/ext/mbstring/tests/
H A Dmb_encoding_aliases.phpt8 $list = mb_encoding_aliases("ASCII");
9 sort($list);
10 var_dump($list);
/PHP-5.3/Zend/tests/
H A Dlist_007.phpt2 Using lambda with list()
6 list($x, $y) = function() { };
H A Dbug27598.phpt2 Bug #27598 (list() array key assignment causes HUGE memory leak)
5 list($out[0]) = array(1);
H A Dlist_004.phpt2 list() with array reference
9 list(,$a) = $b;
H A Dbug39304.phpt2 Bug #39304 (Segmentation fault with list unpacking of string offset)
6 list($a, $b) = $s[0];
/PHP-5.3/ext/odbc/
H A Dphp_odbc_includes.h275 int odbc_add_result(HashTable *list, odbc_result *result);
276 odbc_result *odbc_get_result(HashTable *list, int count);
277 void odbc_del_result(HashTable *list, int count);
278 int odbc_add_conn(HashTable *list, HDBC conn);
279 odbc_connection *odbc_get_conn(HashTable *list, int count);
280 void odbc_del_conn(HashTable *list, int ind);
H A Dbirdstep.c250 static void birdstep_del_conn(HashTable *list,int ind) in birdstep_del_conn() argument
317 ind = birdstep_add_conn(list,new,hdbc); in PHP_FUNCTION()
338 birdstep_del_conn(list, id); in PHP_FUNCTION()
420 indx = birdstep_add_result(list,res,conn); in PHP_FUNCTION()
444 birdstep_del_result(list,Z_LVAL_PP(ind)); in PHP_FUNCTION()
450 birdstep_del_result(list,Z_LVAL_PP(ind)); in PHP_FUNCTION()
505 birdstep_del_result(list,Z_LVAL_PP(ind)); in PHP_FUNCTION()
511 birdstep_del_result(list,Z_LVAL_PP(ind)); in PHP_FUNCTION()
530 birdstep_del_result(list,Z_LVAL_PP(ind)); in PHP_FUNCTION()
536 birdstep_del_result(list,Z_LVAL_PP(ind)); in PHP_FUNCTION()
[all …]
/PHP-5.3/ext/dom/tests/
H A Dbug38438.phpt7 $list = new DOMNodeList();
8 var_dump($list->item(0));
/PHP-5.3/ext/soap/tests/bugs/
H A Dbug42359.phpt15 [0] => list listItem {anonymous1}
18 [3] => list listItem2 {enumItem}
/PHP-5.3/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>
/PHP-5.3/ext/soap/
H A DTODO19 ? NMTOKENS, (list: NMTOKEN, minLength: 1)
24 ? IDREFS, (list: IDREF; minLength: 1)
26 ? ENTITIES, (list: ENTITY; minLength: 1)
68 ? length (for string, anyURI, hexBinary, base64Binary and derived) list???
69 ? minLength (for string, hexBinary, base64Binary and derived) list???
70 ? maxLength (for string, hexBinary, base64Binary and derived) list???

Completed in 22 milliseconds

12345678910>>...12