Home
last modified time | relevance | path

Searched refs:list (Results 151 – 175 of 276) sorted by relevance

12345678910>>...12

/PHP-5.3/tests/
H A Dquicktester.inc38 list($left,$right) = explode($operator, $test);
/PHP-5.3/
H A DLICENSE11 notice, this list of conditions and the following disclaimer.
14 notice, this list of conditions and the following disclaimer in
/PHP-5.3/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc_introspection.c80 static inline XMLRPC_VALUE find_named_value(XMLRPC_VALUE list, const char* needle) { in find_named_value() argument
81 XMLRPC_VALUE xIter = XMLRPC_VectorRewind(list); in find_named_value()
87 xIter = XMLRPC_VectorNext(list); in find_named_value()
/PHP-5.3/TSRM/
H A DLICENSE9 this list of conditions and the following disclaimer.
H A Dthreads.m48 dnl notice, this list of conditions and the following disclaimer.
11 dnl notice, this list of conditions and the following disclaimer in
/PHP-5.3/ext/intl/tests/
H A Dcollator_compare.phpt43 list( $str1, $str2 ) = $test_strings;
H A Dcollator_sort_with_sort_keys.phpt16 * Sort arrays in the given list using specified locale.
/PHP-5.3/ext/dom/tests/
H A DDOMNode_replaceChild_basic.phpt14 // Replaces the child node oldChild with newChild in the list of children, and
/PHP-5.3/ext/date/tests/
H A Dbug51866.phpt17 list($format, $str) = $test;
/PHP-5.3/ext/standard/tests/http/
H A Dserver.inc53 list($r, $w, $e) = array(array($sock), null, null);
/PHP-5.3/ext/standard/tests/strings/
H A Dstrpbrk_error.phpt47 Warning: strpbrk(): The character list cannot be empty in %s on line %d
/PHP-5.3/sapi/isapi/stresstest/
H A Dnotes.txt29 Create a file that contains a list of php script files, one per line. If
/PHP-5.3/ext/mysql/tests/
H A Dmysql_field_flags.phpt107 list($k, $values) = each($expected);
120 while (list($field, $flags) = each($expected)) {
H A Dmysql_db_name.phpt27 printf("[004] Empty database list? [%d] %s\n", mysql_errno($link), mysql_error($link));
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_class_mysqli_stmt_interface.phpt61 printf("More methods found than indicated. Dumping list of unexpected methods.\n");
65 printf("Some methods are missing. Dumping list of missing methods.\n");
H A Dmysqli_ssl_set.phpt46 'A list of allowable ciphers to use for SSL encryption.')))
H A Dmysqli_class_mysqli_result_interface.phpt58 printf("Dumping list of missing methods.\n");
62 printf("Dumping list of unexpected methods.\n");
/PHP-5.3/Zend/
H A DREADME.ZEND_VM31 You can see the conformity of new macros to old code in the following list:
90 zend_vm_execute.h. The first file is a list of opcode definitions. It is
/PHP-5.3/ext/intl/locale/
H A Dlocale_methods.c109 static int16_t findOffset(const char* const* list, const char* key) in findOffset() argument
111 const char* const* anchor = list; in findOffset()
112 while (*list != NULL) { in findOffset()
113 if (strcmp(key, *list) == 0) { in findOffset()
114 return (int16_t)(list - anchor); in findOffset()
116 list++; in findOffset()
/PHP-5.3/ext/xml/tests/
H A Dxml001.phpt40 while (list($k, $v) = each($attribs)) {
H A Dxml003.phpt20 while (list($k, $v) = each($attribs)) {
H A Dxml002.phpt20 while (list($k, $v) = each($attribs)) {
/PHP-5.3/ext/spl/internal/
H A Dsplqueue.inc23 * queue implemented using a doubly linked list (DLL).
/PHP-5.3/ext/standard/tests/general_functions/
H A Dget_defined_vars_basic.phpt6 Description: This function returns a multidimensional array containing a list of all defined
/PHP-5.3/win32/build/
H A Dmkdist.php115 function copy_file_list($source_dir, $dest_dir, $list) argument
119 foreach ($list as $item) {

Completed in 93 milliseconds

12345678910>>...12