Home
last modified time | relevance | path

Searched refs:list (Results 176 – 200 of 345) sorted by path

12345678910>>...14

/PHP-5.5/ext/pgsql/
H A Dpgsql.c2229 static char *get_field_name(PGconn *pgsql, Oid oid, HashTable *list TSRMLS_DC)
2241 if (zend_hash_find(list,str.c,str.len+1,(void **) &field_type)==SUCCESS) {
2275 …zend_hash_update(list,str.c,str.len+1,(void *) &new_oid_entry, sizeof(zend_rsrc_list_entry), NULL);
H A Dphp_pgsql.h213 static char *get_field_name(PGconn *pgsql, Oid oid, HashTable *list TSRMLS_DC);
/PHP-5.5/ext/phar/
H A DLICENSE11 notice, this list of conditions and the following disclaimer.
14 notice, this list of conditions and the following disclaimer in
81 notice, this list of conditions and the following disclaimer.
83 notice, this list of conditions and the following disclaimer in the
H A DTODO53 X list all available compression methods using
/PHP-5.5/ext/phar/phar/
H A Dpharcommand.inc120 'inf' => '<loader> Location of PHP_Archive class file (pear list-files PHP_Archive).'
231 $files = explode("\n", `pear list-files PHP_Archive`);
445 "excluded from the list of input files/dirs." .
757 * @return arguments list
/PHP-5.5/ext/phar/tests/
H A Dphar_convert_again.phpt178 Unable to add newly converted phar "%sphar_convert_again.phar" to the list of phars, a phar with th…
/PHP-5.5/ext/phar/tests/zip/
H A Dbug48791.phpt14list-style-name="L1"/><style:style style:name="T1" style:family="text"><style:text-properties styl…
/PHP-5.5/ext/simplexml/
H A Dsimplexml.c988 static inline char * sxe_xmlNodeListGetString(xmlDocPtr doc, xmlNodePtr list, int inLine) /* {{{ */ in sxe_xmlNodeListGetString() argument
990 xmlChar *tmp = xmlNodeListGetString(doc, list, inLine); in sxe_xmlNodeListGetString()
/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???
H A DTODO.old34 does this list stop... what exactly have i done?
H A Dphp_encoding.c3115 smart_str list = {0}; in to_xml_list() local
3122 if (list.len != 0) { in to_xml_list()
3123 smart_str_appendc(&list, ' '); in to_xml_list()
3133 smart_str_0(&list); in to_xml_list()
3134 xmlNodeSetContentLen(ret, BAD_CAST(list.c), list.len); in to_xml_list()
3135 smart_str_free(&list); in to_xml_list()
3139 smart_str list = {0}; in to_xml_list() local
3161 if (list.len != 0) { in to_xml_list()
3173 smart_str_0(&list); in to_xml_list()
3174 xmlNodeSetContentLen(ret, BAD_CAST(list.c), list.len); in to_xml_list()
[all …]
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug42359.phpt15 [0] => list listItem {anonymous1}
18 [3] => list listItem2 {enumItem}
/PHP-5.5/ext/soap/tests/schema/
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 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 Dschema017.phpt2 SOAP XML Schema 17: union with list
17 <list itemType="int"/>
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 Dschema020.phpt2 SOAP XML Schema 20: union with list
17 <list itemType="int"/>
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/tests/soap12/
H A DT61.phpt28 …><env:Text>SOAP-ERROR: Encoding: '*' may only be first arraySize value in list</env:Text></env:Rea…
/PHP-5.5/ext/sockets/tests/
H A Dsocket_strerror.phpt32 string(22) "Argument list too long"
/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) {

Completed in 71 milliseconds

12345678910>>...14