Home
last modified time | relevance | path

Searched refs:list (Results 176 – 200 of 276) sorted by relevance

12345678910>>...12

/PHP-5.3/ext/soap/
H A DTODO.old35 does this list stop... what exactly have i done?
/PHP-5.3/ext/mcrypt/tests/
H A Dblowfish.phpt21 list($key,$plain,$crypt) = preg_split("/[[:space:]]+/",$data);
/PHP-5.3/ext/mysqli/tests/
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);
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,…
225list($missing_flags, $unexpected_flags, $flags_found) = checkFlags($field->flags, $expected_flags[…
/PHP-5.3/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;
H A Dsplit_basic_001.phpt20 list($pattern,$string) = $re;
H A Dspliti_basic_001.phpt20 list($pattern,$string) = $re;
/PHP-5.3/ext/standard/
H A Darray.c1900 if (list != NULL) { in php_splice()
3104 if (!list) { in php_array_intersect()
3112 lists[i] = list; in php_array_intersect()
3113 ptrs[i] = list; in php_array_intersect()
3115 *list++ = p; in php_array_intersect()
3117 *list = NULL; in php_array_intersect()
3521 if (!list) { in php_array_diff()
3529 lists[i] = list; in php_array_diff()
3530 ptrs[i] = list; in php_array_diff()
3532 *list++ = p; in php_array_diff()
[all …]
/PHP-5.3/ext/pcre/pcrelib/
H A DNEWS60 . pcregrep now has a --file-list option where the list of files to scan is
67 As always, the full list of changes is in the ChangeLog file.
346 For a complete list of changes, see the ChangeLog file.
378 See the ChangeLog for a complete list of changes, which include a number of bug
410 ChangeLog for a complete list of changes to the library and the utility
496 functionality and mending bugs. Below is a list of the highlights of the new
498 documentation. For a complete list of changes, see the ChangeLog file.
545 (ii) Added --help to list all options with an explanatory phrase.
/PHP-5.3/ext/mbstring/ucgendat/
H A DOPENLDAP_LICENSE12 statements and notices, this list of conditions, and the following
/PHP-5.3/ext/intl/tests/
H A Dcollator_sort.phpt16 * 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.3/sapi/tux/
H A DREADME55 You can see the list of valid PHP options by executing
/PHP-5.3/ext/standard/tests/strings/
H A Dcount_chars_variation1.phpt75 // only list characters with a frequency > 0
H A Dsetlocale_variation2.phpt75 // failure then dump the list of failing locales
/PHP-5.3/
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.3/main/streams/
H A Dstreams.c153 zend_llist *list = NULL; in php_get_wrapper_errors_list() local
158 sizeof wrapper, (void**)&list); in php_get_wrapper_errors_list()
159 return list; in php_get_wrapper_errors_list()
253 zend_llist *list = NULL; in php_stream_wrapper_log_error() local
260 sizeof wrapper, (void**)&list); in php_stream_wrapper_log_error()
263 if (!list) { in php_stream_wrapper_log_error()
267 sizeof wrapper, &new_list, sizeof new_list, (void**)&list); in php_stream_wrapper_log_error()
271 zend_llist_add_element(list, &buffer); in php_stream_wrapper_log_error()
/PHP-5.3/build/
H A Dlibtool.m41944 # Note that this assumes the entire list is on one line.
1962 # Update the list of available tags.
1990 # Now substitute the updated list of available tags.
3200 …[-]]L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext)…
3262 … "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext)…
3344 …red_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext)…
3404 …)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext)…
3520 …)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext)…
3583 …)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext)…
4454 # The commands to list exported symbols.
[all …]
/PHP-5.3/ext/pdo_sqlite/
H A Dconfig.m440 else # search default path list
/PHP-5.3/sapi/thttpd/
H A DREADME77 You can see the list of valid PHP options by executing

Completed in 87 milliseconds

12345678910>>...12