Home
last modified time | relevance | path

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

12345678910>>...17

/php-src/ext/spl/tests/
H A DSplDoublyLinkedList_offsetUnset_negative-parameter.phpt10 // Add some items to the list
H A DSplDoublyLinkedList_offsetUnset_parameter-larger-num-elements.phpt10 // Add some items to the list
/php-src/ext/spl/tests/SplFileObject/
H A DSplFileObject_setCsvControl_basic.phpt18 list($fruit, $quantity) = $row;
H A DSplFileObject_setCsvControl_variation001.phpt18 list($fruit, $quantity) = $row;
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native_clear_error.phpt75 …ATE[42S22]: Column not found: 1054 Unknown column 'unknown_column' in 'field list' in %s on line %d
79 2 => 'Unknown column \'unknown_column\' in \'field list\'',
91 …ATE[42S22]: Column not found: 1054 Unknown column 'unknown_column' in 'field list' in %s on line %d
/php-src/docs/
H A Dmailinglist-rules.md1 # Mailing list rules
11 following some basic rules with regards to mailing list usage will:
29 3. Make sure you pick the right mailing list for your posting. Please review
31 [mailing list overview page](https://www.php.net/mailing-lists.php). When
/php-src/ext/pcre/tests/
H A Dbug41638.phpt10 // these two are from Magnus Holmgren (extracted from a pcre-dev mailing list post)
/php-src/ext/standard/tests/time/
H A D001.phpt18 list($micro,$time)=explode(" ",microtime());
/php-src/ext/gd/tests/
H A Dbug74435.phpt14 list($red, $green, $blue, $alpha) = array_values(imagecolorsforindex($im, $index));
/php-src/Zend/tests/traits/
H A Dbug61052.phpt19 …finition. The method foo is to be used from T1, but T1 is also on the exclude list in %s on line %d
/php-src/ext/mysqli/tests/
H A Dmysqli_class_mysqli_driver_interface.phpt23 printf("Dumping list of missing methods.\n");
27 printf("Dumping list of unexpected methods.\n");
H A Dmysqli_class_mysqli_interface.phpt82 printf("Dumping list of unexpected methods.\n");
86 printf("Dumping list of missing methods.\n");
126 printf("Dumping list of missing class variables\n");
130 printf("Dumping list of unexpected class variables\n");
145 printf("Dumping list of missing object variables\n");
149 printf("Dumping list of unexpected object variables\n");
/php-src/ext/filter/tests/
H A Dbug52209.phpt8 would never show up in the "set" list. Which means, it's
/php-src/ext/ftp/tests/
H A D001.phpt29 string(15) "214 end of list"
H A D002.phpt35 string(15) "214 end of list"
/php-src/
H A DREADME.md19 …ogleapis.com/badges/php.svg)](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&…
58 `./configure --help` for a full list of options.
110 to the official PHP developer mailing list internals@lists.php.net.
135 - [Mailing list rules](/docs/mailinglist-rules.md)
140 For the list of people who've put work into PHP, please see the
/php-src/tests/basic/
H A Dbug31875.phpt2 Bug #31875 get_defined_functions() should not list disabled functions
/php-src/ext/enchant/tests/
H A Dbroker_list_dicts.phpt34 echo("broker list dicts failed\n");
H A Dbroker_request_dict_01.phpt25 echo("list dicts failed\n");
H A Dbroker_request_dict.phpt28 echo("list dicts failed\n");
/php-src/ext/opcache/jit/ir/
H A Dir_dump.c145 ir_use_list *list; in ir_dump_use_lists() local
149 for (i = 1, list = &ctx->use_lists[1]; i < ctx->insns_count; i++, list++) { in ir_dump_use_lists()
150 n = list->count; in ir_dump_use_lists()
152 p = &ctx->use_edges[list->refs]; in ir_dump_use_lists()
273 ir_list *list = (ir_list*)ctx->osr_entry_loads; in ir_dump_cfg_block() local
276 IR_ASSERT(list); in ir_dump_cfg_block()
278 i = ir_list_at(list, pos); in ir_dump_cfg_block()
284 count = ir_list_at(list, pos); in ir_dump_cfg_block()
288 count = ir_list_at(list, pos); in ir_dump_cfg_block()
292 ir_ref ref = ir_list_at(list, pos); in ir_dump_cfg_block()
/php-src/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;
200 list
/php-src/ext/opcache/
H A Dzend_file_cache.c355 for (i = 0; i < list->children; i++) {
356 if (list->child[i] && !IS_SERIALIZED(list->child[i])) {
357 SERIALIZE_PTR(list->child[i]);
358 tmp = list->child[i];
443 SERIALIZE_PTR(list);
444 ZEND_TYPE_SET_PTR(*type, list);
445 UNSERIALIZE_PTR(list);
1212 if (list->child[i] && !IS_UNSERIALIZED(list->child[i])) {
1213 UNSERIALIZE_PTR(list->child[i]);
1288 UNSERIALIZE_PTR(list);
[all …]
/php-src/sapi/phpdbg/
H A Dphpdbg_prompt.h46 PHPDBG_COMMAND(list);

Completed in 34 milliseconds

12345678910>>...17