Home
last modified time | relevance | path

Searched refs:list (Results 51 – 75 of 345) sorted by relevance

12345678910>>...14

/PHP-5.5/Zend/tests/generators/
H A Dbug66041.phpt2 Bug #66041: list() fails to unpack yielded ArrayAccess object
6 list($value) = yield;
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug42359.phpt15 [0] => list listItem {anonymous1}
18 [3] => list listItem2 {enumItem}
/PHP-5.5/ext/spl/tests/
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();
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-5.5/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.5/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???
/PHP-5.5/ext/spl/
H A Dspl_functions.h63 void spl_add_class_name(zval * list, zend_class_entry * pce, int allow, int ce_flags TSRMLS_DC);
64 void spl_add_interfaces(zval * list, zend_class_entry * pce, int allow, int ce_flags TSRMLS_DC);
65 void spl_add_traits(zval * list, zend_class_entry * pce, int allow, int ce_flags TSRMLS_DC);
66 int spl_add_classes(zend_class_entry *pce, zval *list, int sub, int allow, int ce_flags TSRMLS_DC);
/PHP-5.5/Zend/tests/
H A Dbug39304.phpt2 Bug #39304 (Segmentation fault with list unpacking of string offset)
6 list($a, $b) = $s[0];
H A Dbug39304_2_4.phpt2 Bug #39304 (Segmentation fault with list unpacking of string offset)
8 list($a, $b) = $s[0];
H A Dbug32252.phpt32 $list = new Test();
35 $list[-1] = 123;
/PHP-5.5/scripts/dev/generate-phpt/src/testcase/
H A DgtBasicTestCaseFunction.php53 foreach($lists as $list){
56 $this->testCase[] = "var_dump(".$this->subject->getName()."( ".$list." ) );";
H A DgtBasicTestCaseMethod.php44 foreach($lists as $list){
45 $this->testCase[] = "var_dump( \$class->".$this->subject->getName()."( ".$list." ) );";
H A DgtVariationTestCaseFunction.php56 $list = implode(", ", $argumentList);
59 $this->testCase[] = " var_dump(".$this->subject->getName()."( ".$list." ) );";
H A DgtVariationTestCaseMethod.php58 $list = implode(", ", $argumentList);
61 $this->testCase[] = " var_dump(\$class->".$this->subject->getName()."( ".$list." ) );";
/PHP-5.5/ext/exif/
H A Dexif.c1379 image_info_data *list; member
1499 file_section *list; member
1518 xp_field_type *list; member
1679 image_info_data *list; in exif_iif_add_value() local
1686 image_info->info_list[section_index].list = list; in exif_iif_add_value()
1813 image_info_data *list; in exif_iif_add_int() local
1816 image_info->info_list[section_index].list = list; in exif_iif_add_int()
1835 image_info_data *list; in exif_iif_add_str() local
1839 image_info->info_list[section_index].list = list; in exif_iif_add_str()
1876 image_info_data *list; in exif_iif_add_buffer() local
[all …]
/PHP-5.5/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-5.5/tests/lang/
H A Dengine_assignExecutionOrder_004.phpt29 list($a[i1()+i2()], , list($a[i3()], $a[i4()]), $a[]) = array (0, 1, array(30, 40), 3, 4);
/PHP-5.5/ext/spl/examples/
H A Dfindfile.inc36 $list = split(PATH_SEPARATOR, $path);
37 if (count($list) <= 1) {
41 foreach($list as $path) {
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DFAQ33 3. Mailing list
35 There is no mailing list about Oniguruma.

Completed in 98 milliseconds

12345678910>>...14