Home
last modified time | relevance | path

Searched refs:list (Results 76 – 100 of 276) sorted by relevance

12345678910>>...12

/PHP-5.3/ext/mysql/tests/
H A Dmysql_list_processes.phpt24 printf("[003] Empty process list? [%d] %s\n", mysql_errno($link), mysql_error($link));
38 printf("[006] Empty process list? [%d] %s\n", mysql_errno(), mysql_error());
/PHP-5.3/scripts/dev/
H A Dgenerate-phpt.phar891 * Return the list of constructor argument names
1065 * Return the list of all optional argument names
1103 * @return string - list of arguments
1126 * Return the short list of arguments
1128 * @return string - list of arguments
1292 foreach($lists as $list){
1633 foreach($lists as $list){
1687 $list = $this->subject->getExtraArgumentList();
1691 $list = $this->subject->getShortArgumentList();
1753 $list = implode(", ", $argumentList);
[all …]
/PHP-5.3/
H A DCREDITS1 For the list of people who've put work into PHP, please see
H A DREADME.EXTENSIONS9 foo_functions, /* extension function list */
26 foo_functions, /* extension function list */
/PHP-5.3/ext/pcre/tests/
H A Dbug44191.phpt10 while (list($x) = each($array)) {
/PHP-5.3/ext/standard/tests/file/
H A Dfgetcsv.phpt5 $list = array(
30 foreach ($list as $v) {
/PHP-5.3/tests/classes/
H A Diterators_006.phpt34 list($this->key, $this->current) = each($this->array);
35 // list($key, $current) = each($this->array);
/PHP-5.3/ext/standard/tests/array/
H A Darray_map_variation16.phpt12 * echo(), array(), empty(), eval(), exit(), isset(), list(), print()
28 'list',
67 Warning: array_map() expects parameter 1 to be a valid callback, function 'list' not found or inval…
/PHP-5.3/ext/spl/
H A Dphp_spl.c768 efree(*list); in spl_build_class_list_string()
769 *list = res; in spl_build_class_list_string()
777 zval list; in PHP_MINFO_FUNCTION() local
783 INIT_PZVAL(&list); in PHP_MINFO_FUNCTION()
784 array_init(&list); in PHP_MINFO_FUNCTION()
785 SPL_LIST_CLASSES(&list, 0, 1, ZEND_ACC_INTERFACE) in PHP_MINFO_FUNCTION()
788 zval_dtor(&list); in PHP_MINFO_FUNCTION()
792 INIT_PZVAL(&list); in PHP_MINFO_FUNCTION()
793 array_init(&list); in PHP_MINFO_FUNCTION()
794 SPL_LIST_CLASSES(&list, 0, -1, ZEND_ACC_INTERFACE) in PHP_MINFO_FUNCTION()
[all …]
/PHP-5.3/ext/xmlrpc/
H A Dxmlrpc-epi-php.c319 static int add_long(zval* list, char* id, int num) {
320 if(id) return add_assoc_long(list, id, num);
321 else return add_next_index_long(list, num);
324 static int add_double(zval* list, char* id, double num) {
325 if(id) return add_assoc_double(list, id, num);
326 else return add_next_index_double(list, num);
330 if(id) return add_assoc_string(list, id, string, duplicate);
331 else return add_next_index_string(list, string, duplicate);
335 if(id) return add_assoc_stringl(list, id, string, length, duplicate);
341 static int add_zval(zval* list, const char* id, zval** val) in add_zval() argument
[all …]
/PHP-5.3/ext/standard/tests/strings/
H A Dsscanf_basic5.phpt19 list($arg1, $arg2, $arg3, $arg4) = sscanf($str, $format1);
21 list($arg1, $arg2, $arg3, $arg4) = sscanf($str, $format2);
H A Dsscanf_basic8.phpt19 list($arg1, $arg2, $arg3, $arg4, $arg5, $arg6) = sscanf($str, $format1);
21 list($arg1, $arg2, $arg3, $arg4, $arg5, $arg6) = sscanf($str, $format2);
/PHP-5.3/ext/spl/tests/
H A DSplDoublyLinkedList_isEmpty_empty.phpt2 Check that SplDoublyLinkedList->isEmpty() correctly returns true for an empty list.
H A DSplDoublyLinkedList_debug-info.phpt10 // Add some items to the list
H A DSplDoublyLinkedList_offsetUnset_negative-parameter.phpt10 // Add some items to the list
/PHP-5.3/ext/pcre/pcrelib/testdata/
H A Dgreplist7 End of the list of patterns.
/PHP-5.3/tests/lang/
H A Deach_binary_safety.phpt7 while (list($key, $val) = each($arr)) {
/PHP-5.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_class_constants.phpt65 printf("[001] Dumping list of unexpected constants\n");
70 printf("[002] Dumping list of missing constants\n");
/PHP-5.3/ext/mbstring/oniguruma/enc/
H A Dunicode.c3347 #define CR_SET(list) do { \ in onigenc_unicode_get_ctype_code_range() argument
3348 *mbr = list; \ in onigenc_unicode_get_ctype_code_range()
/PHP-5.3/sapi/fpm/
H A DLICENSE8 notice, this list of conditions and the following disclaimer.
10 notice, this list of conditions and the following disclaimer in the
/PHP-5.3/Zend/tests/
H A Dclosure_004.phpt21 list ($lambda1, $lambda2) = run();
H A Dbug43483.phpt2 Bug #43483 (get_class_methods() does not list all visible methods)
H A Dbug29896.phpt2 Bug #29896 (Backtrace argument list out of sync)
/PHP-5.3/ext/xmlrpc/libxmlrpc/
H A Dacinclude.m45 # Standard XMLRPC list
/PHP-5.3/ext/standard/tests/network/
H A Dgethostbynamel_basic1.phpt6 * Description: Get a list of IPv4 addresses corresponding to a given Internet host name

Completed in 39 milliseconds

12345678910>>...12