Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-7.4/Zend/tests/traits/
H A Dbug61052.phpt18 …finition. The method foo is to be used from T1, but T1 is also on the exclude list in %s on line %d
/PHP-7.4/ext/pcre/tests/
H A Dbug41638.phpt10 // these two are from Magnus Holmgren (extracted from a pcre-dev mailing list post)
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native_clear_error.phpt78 …ATE[42S22]: Column not found: 1054 Unknown column 'unknown_column' in 'field list' in %s on line %d
82 2 => 'Unknown column \'unknown_column\' in \'field list\'',
94 …ATE[42S22]: Column not found: 1054 Unknown column 'unknown_column' in 'field list' in %s on line %d
H A Dpdo_mysql_class_constants.phpt85 printf("[001] Dumping list of unexpected constants\n");
90 printf("[002] Dumping list of missing constants\n");
/PHP-7.4/Zend/
H A Dzend_compile.c1511 if (list) { in zend_add_to_list()
1512 while (list[n]) { in zend_add_to_list()
1517 list = erealloc(list, sizeof(void*) * (n+2)); in zend_add_to_list()
1519 list[n] = item; in zend_add_to_list()
1520 list[n+1] = NULL; in zend_add_to_list()
1522 *(void**)result = list; in zend_add_to_list()
2628 list->children > 0 && list->child[0] != NULL && list->child[0]->child[1] != NULL; in zend_compile_list_assign()
4573 zend_ast_list *list; in zend_compile_expr_list() local
5541 if (!list->children) { in zend_compile_closure_binding()
7139 if (!list->children) { in zend_try_ct_eval_array()
[all …]
/PHP-7.4/ext/spl/
H A Dphp_spl.c867 efree(*list); in spl_build_class_list_string()
868 *list = res; in spl_build_class_list_string()
875 zval list, *zv; in PHP_MINFO_FUNCTION() local
881 array_init(&list); in PHP_MINFO_FUNCTION()
882 SPL_LIST_CLASSES(&list, 0, 1, ZEND_ACC_INTERFACE) in PHP_MINFO_FUNCTION()
884 ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(&list), zv) { in PHP_MINFO_FUNCTION()
887 zend_array_destroy(Z_ARR(list)); in PHP_MINFO_FUNCTION()
891 array_init(&list); in PHP_MINFO_FUNCTION()
892 SPL_LIST_CLASSES(&list, 0, -1, ZEND_ACC_INTERFACE) in PHP_MINFO_FUNCTION()
894 ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(&list), zv) { in PHP_MINFO_FUNCTION()
[all …]
/PHP-7.4/ext/ftp/tests/
H A D001.phpt30 string(15) "214 end of list"
H A D002.phpt33 string(15) "214 end of list"
/PHP-7.4/ext/fileinfo/libmagic/
H A DLICENSE18 this list of conditions, and the following disclaimer.
21 notice, this list of conditions and the following disclaimer in the
/PHP-7.4/ext/filter/tests/
H A Dbug52209.phpt6 would never show up in the "set" list. Which means, it's
/PHP-7.4/ext/gd/tests/
H A Dbug74435.phpt16 list($red, $green, $blue, $alpha) = array_values(imagecolorsforindex($im, $index));
/PHP-7.4/ext/enchant/tests/
H A Dbroker_list_dicts.phpt37 echo("broker list dicts failed\n");
H A Dbroker_request_dict_01.phpt24 echo("list dicts failed\n");
H A Dbroker_request_dict.phpt27 echo("list dicts failed\n");
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_class_mysqli_interface.phpt84 printf("Dumping list of unexpected methods.\n");
88 printf("Dumping list of missing methods.\n");
128 printf("Dumping list of missing class variables\n");
132 printf("Dumping list of unexpected class variables\n");
147 printf("Dumping list of missing object variables\n");
151 printf("Dumping list of unexpected object variables\n");
H A D063.phpt33 Unknown column 'invalid' in 'field list'
H A Dmysqli_class_mysqli_driver_interface.phpt30 printf("Dumping list of missing methods.\n");
34 printf("Dumping list of unexpected methods.\n");
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_prompt.h48 PHPDBG_COMMAND(list);
/PHP-7.4/Zend/tests/grammar/
H A Dsemi_reserved_003.phpt40 var $list = 'list';
121 echo $obj->list, PHP_EOL;
203 list
H A Dsemi_reserved_004.phpt40 static $list = 'list';
119 echo Obj::$list, PHP_EOL;
199 list
/PHP-7.4/ext/standard/tests/serialize/
H A Dbug71940.phpt32 list($this->identity) = unserialize($serialized);
/PHP-7.4/main/
H A Drfc1867.h69 typedef void (*php_rfc1867_get_detect_order_t)(const zend_encoding ***list, size_t *list_size);
/PHP-7.4/ext/xsl/tests/
H A Dxsltprocessor_registerPHPFunctions-null.phpt6 list - it does not replace the previously allowed functions.
H A Dxsltprocessor_registerPHPFunctions-string-multiple.phpt6 list - it does not replace the old function.
/PHP-7.4/tests/lang/
H A Dbug22510.phpt9 public $list = array();
13 $cl = &$this->list;

Completed in 50 milliseconds

12345678910>>...13