Home
last modified time | relevance | path

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

1...<<111213

/PHP-7.4/build/
H A Dlibtool.m41942 # Note that this assumes the entire list is on one line.
1960 # Update the list of available tags.
1988 # Now substitute the updated list of available tags.
3199 …[-]]L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext)…
3261 … "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext)…
3343 …red_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext)…
3403 …)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext)…
3519 …)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext)…
3582 …)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext)…
4453 # The commands to list exported symbols.
[all …]
/PHP-7.4/ext/intl/tests/
H A Dformatter_get_set_text_attribute.phpt36 list( $attr, $new_val, $test_number ) = $data;
H A Dformatter_get_set_text_attribute_var2.phpt36 list( $attr, $new_val, $test_number ) = $data;
/PHP-7.4/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-7.4/ext/standard/tests/strings/
H A Dsetlocale_variation2.phpt82 // failure then dump the list of failing locales
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-7.4/ext/mysqli/tests/
H A Dmysqli_character_set.phpt35 printf("[005] Cannot get list of available character sets, [%d] %s\n",
H A Dmysqli_options.phpt77 printf("[010] Cannot get list of available character sets, [%d] %s\n",
H A Dmysqli_set_charset.phpt98 printf("[016] Cannot get list of character sets\n");
/PHP-7.4/main/streams/
H A Dstreams.c236 zend_llist *list = (zend_llist*)Z_PTR_P(item); in wrapper_list_dtor() local
237 zend_llist_destroy(list); in wrapper_list_dtor()
238 efree(list); in wrapper_list_dtor()
254 zend_llist *list = NULL; in php_stream_wrapper_log_error() local
259 list = zend_hash_str_find_ptr(FG(wrapper_errors), (const char*)&wrapper, sizeof(wrapper)); in php_stream_wrapper_log_error()
262 if (!list) { in php_stream_wrapper_log_error()
265 list = zend_hash_str_update_mem(FG(wrapper_errors), (const char*)&wrapper, in php_stream_wrapper_log_error()
270 zend_llist_add_element(list, &buffer); in php_stream_wrapper_log_error()
/PHP-7.4/win32/build/
H A Dconfig.w32346 // so that it can be executed like: cofig.<name> instead of a long list of parameters
354 ARG_WITH("test-ini-ext-exclude", "Comma separated list of shared extensions to \
357 ARG_ENABLE("native-intrinsics", "Comma separated list of intrinsic optimizations to enable. \
H A Dconfutils.js1982 function is_on_exclude_list_for_test_ini(list, name) argument
1984 for (var i in list) {
1985 if (name == list[i]) {
3334 var list = (new VBArray(avail.Keys())).toArray();
3336 for (var i in list) {
3337 AC_DEFINE(avail.Item(list[i]), 1);
3344 var list = PHP_NATIVE_INTRINSICS.split(",");
3347 for (var i = 0; i < list.length; i++) {
3348 var it = list[i].toLowerCase();
H A Dconfig.w32.phpize.in131 ARG_ENABLE("native-intrinsics", "Comma separated list of intrinsic optimizations to enable. \
/PHP-7.4/ext/skeleton/
H A Dconfig.m4.in41 dnl else # search default path list
/PHP-7.4/ext/pgsql/
H A Dphp_pgsql.h224 static char *get_field_name(PGconn *pgsql, Oid oid, HashTable *list);
/PHP-7.4/ext/imap/tests/
H A Dimap_include.inc15 // list of fields to expect
/PHP-7.4/ext/date/tests/
H A Dbug33414-2.phpt2 Bug #33414 [2] (Comprehensive list of incorrect days returned after strotime() / date() tests)
/PHP-7.4/sapi/fpm/tests/
H A Dresponse.inc290 list ($this->rawHeaders, $this->rawBody) = array_map(

Completed in 48 milliseconds

1...<<111213