Home
last modified time | relevance | path

Searched refs:list (Results 201 – 225 of 276) sorted by relevance

12345678910>>...12

/PHP-5.3/ext/ftp/tests/
H A Dserver.inc44 case 'list':
188 fputs($s, "214 end of list\r\n");
390 fputs($s, "150 Opening ASCII mode data connection for file list\r\n");
/PHP-5.3/ext/standard/tests/array/
H A Dasort_variation9.phpt19 // list of arrays with/without key values
H A Dkrsort_variation9.phpt19 // list of arrays with/without key values
H A Darsort_variation9.phpt19 // list of arrays with/without key values
H A Dksort_variation9.phpt18 // list of arrays with/without key values
H A Dsort_variation9.phpt21 // list of arrays with key and values
H A Deach.phpt27 while( list( $key, $sub_array) = each($arrays) ) {
50 list($key, $sub_array) = each($arrays); // now second element
/PHP-5.3/ext/ereg/tests/
H A Dsplit_basic_002.phpt20 list($pattern,$string) = $re;
H A Dspliti_basic_002.phpt20 list($pattern,$string) = $re;
/PHP-5.3/ext/standard/tests/strings/
H A Dcount_chars_variation2.phpt74 // only list characters with a frequency > 0
H A Dsetlocale_basic3.phpt52 //set of currency symbol according to above list of locales
H A Dsetlocale_variation1.phpt51 //set of currency symbol according to above list of locales
H A Dsetlocale_basic1.phpt65 //set of currency symbol according to above list of locales
/PHP-5.3/ext/pgsql/
H A Dphp_pgsql.h211 static char *get_field_name(PGconn *pgsql, Oid oid, HashTable *list TSRMLS_DC);
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_character_set.phpt39 printf("[005] Cannot get list of available character sets, [%d] %s\n",
H A Dmysqli_options.phpt78 printf("[010] Cannot get list of available character sets, [%d] %s\n",
H A Dbug42378.phpt133 while ((list($k, $v) = each($expected)) && mysqli_stmt_fetch($stmt)) {
H A Dmysqli_explain_metadata.phpt133 list(,$fields_val) = each($fields);
H A Dmysqli_set_charset.phpt102 printf("[016] Cannot get list of character sets\n");
/PHP-5.3/ext/soap/
H A Dphp_encoding.c3139 smart_str list = {0}; in to_xml_list() local
3146 if (list.len != 0) { in to_xml_list()
3147 smart_str_appendc(&list, ' '); in to_xml_list()
3157 smart_str_0(&list); in to_xml_list()
3158 xmlNodeSetContentLen(ret, BAD_CAST(list.c), list.len); in to_xml_list()
3159 smart_str_free(&list); in to_xml_list()
3163 smart_str list = {0}; in to_xml_list() local
3185 if (list.len != 0) { in to_xml_list()
3197 smart_str_0(&list); in to_xml_list()
3198 xmlNodeSetContentLen(ret, BAD_CAST(list.c), list.len); in to_xml_list()
[all …]
/PHP-5.3/
H A DTODO-PHP564 A list of extensions to be extended that have to be investigated:
/PHP-5.3/ext/mbstring/oniguruma/doc/
H A DAPI281 Return the group number list of the name.
292 4 num_list: return list of group number.
323 func(name, name_end, <number of groups>, <group number's list>,
/PHP-5.3/ext/imap/tests/
H A Dimap_include.inc15 // list of fields to expect
/PHP-5.3/ext/sqlite/
H A Dconfig.m462 else # search default path list
/PHP-5.3/sapi/apache_hooks/
H A DREADME48 All handlers may be stacked, i.e. you can list multiple handler directives

Completed in 51 milliseconds

12345678910>>...12