Home
last modified time | relevance | path

Searched refs:list (Results 251 – 275 of 345) sorted by relevance

1...<<11121314

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_bind_param_many_columns.phpt32 list($old_max_allowed_packet) = $link->query("SELECT @@max_allowed_packet")->fetch_row();
H A Dmysqli_fetch_field_flags.phpt183list($missing_flags, $unexpected_flags, $flags_found) = checkFlags($field->flags, $expected_flags,…
223list($missing_flags, $unexpected_flags, $flags_found) = checkFlags($field->flags, $expected_flags[…
H A Dmysqli_character_set.phpt39 printf("[005] Cannot get list of available character sets, [%d] %s\n",
/PHP-5.5/ext/ereg/tests/
H A Dspliti_basic_001.phpt20 list($pattern,$string) = $re;
H A Dsplit_basic_001.phpt20 list($pattern,$string) = $re;
H A Dspliti_basic_002.phpt20 list($pattern,$string) = $re;
H A Dsplit_basic_002.phpt20 list($pattern,$string) = $re;
/PHP-5.5/ext/standard/tests/strings/
H A Dsetlocale_variation2.phpt75 // failure then dump the list of failing locales
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
/PHP-5.5/sapi/thttpd/
H A DREADME77 You can see the list of valid PHP options by executing
/PHP-5.5/
H A DREADME.GIT-RULES7 your questions on the mailing list. Please have a look at
27 2. Discuss any significant changes on the list before committing and get
/PHP-5.5/ext/ftp/tests/
H A Dserver.inc44 case 'list':
188 fputs($s, "214 end of list\r\n");
407 fputs($s, "150 Opening ASCII mode data connection for file list\r\n");
/PHP-5.5/ext/pcre/pcrelib/
H A DNEWS165 . pcregrep now has a --file-list option where the list of files to scan is
172 As always, the full list of changes is in the ChangeLog file.
451 For a complete list of changes, see the ChangeLog file.
483 See the ChangeLog for a complete list of changes, which include a number of bug
515 ChangeLog for a complete list of changes to the library and the utility
601 functionality and mending bugs. Below is a list of the highlights of the new
603 documentation. For a complete list of changes, see the ChangeLog file.
650 (ii) Added --help to list all options with an explanatory phrase.
/PHP-5.5/ext/standard/tests/array/
H A Darsort_variation9.phpt19 // list of arrays with/without key values
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 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.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput18-16381 No starting char list
806 No starting char list
814 No starting char list
822 No starting char list
830 No starting char list
H A Dtestoutput18-32379 No starting char list
803 No starting char list
811 No starting char list
819 No starting char list
827 No starting char list
/PHP-5.5/ext/pgsql/
H A Dphp_pgsql.h213 static char *get_field_name(PGconn *pgsql, Oid oid, HashTable *list TSRMLS_DC);
/PHP-5.5/ext/soap/
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 …]

Completed in 35 milliseconds

1...<<11121314