Home
last modified time | relevance | path

Searched refs:list (Results 226 – 250 of 345) sorted by relevance

12345678910>>...14

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_class_mysqli_result_interface.phpt58 printf("Dumping list of missing methods.\n");
62 printf("Dumping list of unexpected methods.\n");
H A Dmysqli_stmt_datatype_change.phpt84 %unicode|string%(34) "Unknown column 'a' in 'field list'"
H A Dmysqli_stmt_bind_result_format.phpt121 while ((list($k, $v) = each($expected)) && mysqli_stmt_fetch($stmt)) {
274 list($exp_trend, $exp_targetport) = each($values);
313 list($exp_trend, $exp_targetport) = each($values);
/PHP-5.5/ext/mysql/tests/
H A Dmysql_db_name.phpt27 printf("[004] Empty database list? [%d] %s\n", mysql_errno($link), mysql_error($link));
/PHP-5.5/ext/soap/
H A DTODO.old34 does this list stop... what exactly have i done?
/PHP-5.5/ext/intl/tests/
H A Dcollator_sort_with_sort_keys.phpt17 * Sort arrays in the given list using specified locale.
H A Dcollator_sort_with_sort_keys_variant2.phpt17 * Sort arrays in the given list using specified locale.
H A Dcollator_sort.phpt17 * Sort arrays in the given list using specified locale.
H A Dcollator_sort_variant2.phpt17 * Sort arrays in the given list using specified locale.
H A Dformatter_get_set_text_attribute.phpt35 list( $attr, $new_val, $test_number ) = $data;
/PHP-5.5/ext/mcrypt/tests/
H A Dblowfish.phpt23 list($key,$plain,$crypt) = preg_split("/[[:space:]]+/",$data);
/PHP-5.5/ext/ereg/tests/
H A Dereg_basic_002.phpt20 list($pattern,$string) = $re;
H A Deregi_basic_002.phpt20 list($pattern,$string) = $re;
H A Dereg_basic_001.phpt20 list($pattern,$string) = $re;
H A Deregi_basic_001.phpt20 list($pattern,$string) = $re;
/PHP-5.5/win32/build/
H A Dmkdist.php115 function copy_file_list($source_dir, $dest_dir, $list) argument
119 foreach ($list as $item) {
/PHP-5.5/ext/standard/
H A Darray.c1875 if (list != NULL) { in php_splice()
3159 if (!list) { in php_array_intersect()
3167 lists[i] = list; in php_array_intersect()
3168 ptrs[i] = list; in php_array_intersect()
3170 *list++ = p; in php_array_intersect()
3172 *list = NULL; in php_array_intersect()
3576 if (!list) { in php_array_diff()
3584 lists[i] = list; in php_array_diff()
3585 ptrs[i] = list; in php_array_diff()
3587 *list++ = p; in php_array_diff()
[all …]
/PHP-5.5/ext/mbstring/ucgendat/
H A DOPENLDAP_LICENSE12 statements and notices, this list of conditions, and the following
/PHP-5.5/ext/standard/tests/strings/
H A Dcount_chars_variation1.phpt75 // only list characters with a frequency > 0
/PHP-5.5/sapi/cli/tests/
H A Dphp_cli_server_013.phpt12 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS);
/PHP-5.5/sapi/tux/
H A DREADME55 You can see the list of valid PHP options by executing
/PHP-5.5/main/streams/
H A Dstreams.c162 zend_llist *list = NULL; in php_get_wrapper_errors_list() local
167 sizeof wrapper, (void**)&list); in php_get_wrapper_errors_list()
168 return list; in php_get_wrapper_errors_list()
262 zend_llist *list = NULL; in php_stream_wrapper_log_error() local
269 sizeof wrapper, (void**)&list); in php_stream_wrapper_log_error()
272 if (!list) { in php_stream_wrapper_log_error()
276 sizeof wrapper, &new_list, sizeof new_list, (void**)&list); in php_stream_wrapper_log_error()
280 zend_llist_add_element(list, &buffer); in php_stream_wrapper_log_error()
/PHP-5.5/build/
H A Dlibtool.m41946 # Note that this assumes the entire list is on one line.
1964 # Update the list of available tags.
1992 # Now substitute the updated list of available tags.
3203 …[-]]L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext)…
3265 … "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext)…
3347 …red_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext)…
3407 …)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext)…
3523 …)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext)…
3586 …)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext)…
4457 # The commands to list exported symbols.
[all …]
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput1958 No starting char list
/PHP-5.5/ext/pdo_sqlite/
H A Dconfig.m440 else # search default path list

Completed in 184 milliseconds

12345678910>>...14