Home
last modified time | relevance | path

Searched refs:list (Results 201 – 225 of 345) sorted by relevance

12345678910>>...14

/PHP-5.5/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.5/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.5/sapi/cli/tests/
H A Dbug61977.phpt20 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS);
H A Dphp_cli_server_014.phpt12 list($host, $port) = explode(':', PHP_CLI_SERVER_ADDRESS);
/PHP-5.5/ext/hash/tests/
H A Dhash_algos.phpt9 * Description: Return a list of registered hashing algorithms
/PHP-5.5/
H A DREADME.PARAMETER_PARSING_API21 list of pointers to variables to store the results in. The _ex() version
45 The following list shows the type specifier, its meaning and the parameter
70 * - variable arguments list (0 or more)
71 + - variable arguments list (1 or more)
/PHP-5.5/ext/dom/tests/
H A DDOMNode_replaceChild_basic.phpt14 // Replaces the child node oldChild with newChild in the list of children, and
/PHP-5.5/ext/intl/tests/
H A Dcollator_compare.phpt44 list( $str1, $str2 ) = $test_strings;
H A Dcollator_compare_variant2.phpt44 list( $str1, $str2 ) = $test_strings;
/PHP-5.5/ext/date/tests/
H A Dbug51866.phpt17 list($format, $str) = $test;
/PHP-5.5/ext/standard/tests/http/
H A Dserver.inc53 list($r, $w, $e) = array(array($sock), null, null);
/PHP-5.5/ext/standard/tests/strings/
H A Dstrpbrk_error.phpt47 Warning: strpbrk(): The character list cannot be empty in %s on line %d
/PHP-5.5/sapi/isapi/stresstest/
H A Dnotes.txt29 Create a file that contains a list of php script files, one per line. If
/PHP-5.5/ext/mysql/tests/
H A Dmysql_field_flags.phpt107 list($k, $values) = each($expected);
120 while (list($field, $flags) = each($expected)) {
/PHP-5.5/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.')))
/PHP-5.5/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.5/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.5/ext/xml/tests/
H A Dxml003.phpt18 while (list($k, $v) = each($attribs)) {
H A Dxml001.phpt38 while (list($k, $v) = each($attribs)) {
H A Dxml002.phpt18 while (list($k, $v) = each($attribs)) {
/PHP-5.5/sapi/cgi/
H A Dfastcgi.c179 fcgi_hash_bucket *list; member
187 h->list = NULL; in fcgi_hash_init()
219 h->list = NULL; in fcgi_hash_clean()
285 p->list_next = h->list; in fcgi_hash_set()
286 h->list = p; in fcgi_hash_set()
333 fcgi_hash_bucket *p = h->list; in fcgi_hash_apply()
998 q = req->env.list; in fcgi_read_request()
/PHP-5.5/ext/spl/internal/
H A Dsplqueue.inc23 * queue implemented using a doubly linked list (DLL).
/PHP-5.5/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

Completed in 34 milliseconds

12345678910>>...14