Home
last modified time | relevance | path

Searched refs:list (Results 101 – 125 of 381) sorted by relevance

12345678910>>...16

/PHP-7.0/
H A DCREDITS1 For the list of people who've put work into PHP, please see
/PHP-7.0/ext/pcre/tests/
H A Dbug44191.phpt10 while (list($x) = each($array)) {
/PHP-7.0/ext/xmlrpc/
H A Dxmlrpc-epi-php.c316 static int add_long(zval* list, char* id, int num) {
317 if(id) return add_assoc_long(list, id, num);
318 else return add_next_index_long(list, num);
321 static int add_double(zval* list, char* id, double num) {
322 if(id) return add_assoc_double(list, id, num);
323 else return add_next_index_double(list, num);
327 if(id) return add_assoc_string(list, id, string);
328 else return add_next_index_string(list, string);
340 if (list && val) { in add_zval()
345 zend_hash_index_update(Z_ARRVAL_P(list), index, val); in add_zval()
[all …]
/PHP-7.0/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-7.0/Zend/tests/
H A Dbug65969.phpt6 list($a,$b) = $obj->prop = [1,2];
H A Dgc_034.phpt2 GC 034: GC in request shutdown and resource list destroy
H A Dns_096.phpt2 Group use declaration list should not contain leading separator
H A Dclosure_004.phpt21 list ($lambda1, $lambda2) = run();
H A Dbug43483.phpt2 Bug #43483 (get_class_methods() does not list all visible methods)
/PHP-7.0/Zend/tests/grammar/
H A Dregression_013.phpt6 class A { function foo() { "{${$a}}"; } function list() {} }
H A Dregression_012.phpt2 Testing for regression on const list syntax and arrays
/PHP-7.0/Zend/
H A Dzend_multibyte.h32 …etector)(const unsigned char *string, size_t length, const zend_encoding **list, size_t list_size);
68 …detector(const unsigned char *string, size_t length, const zend_encoding **list, size_t list_size);
/PHP-7.0/ext/standard/tests/file/
H A Dfgetcsv.phpt5 $list = array(
30 foreach ($list as $v) {
/PHP-7.0/tests/classes/
H A Diterators_006.phpt34 list($this->key, $this->current) = each($this->array);
35 // list($key, $current) = each($this->array);
/PHP-7.0/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-7.0/sapi/phpdbg/
H A Dphpdbg_cmd.c626 char *list = NULL; in phpdbg_stack_resolve() local
631 if (!list) { in phpdbg_stack_resolve()
632 list = emalloc(matched[it]->name_len + 1 + (it + 1 < matches ? sizeof(", ") - 1 : 0)); in phpdbg_stack_resolve()
634list = erealloc(list, (pos + matched[it]->name_len) + 1 + (it + 1 < matches ? sizeof(", ") - 1 : 0… in phpdbg_stack_resolve()
636 memcpy(&list[pos], matched[it]->name, matched[it]->name_len); in phpdbg_stack_resolve()
639 memcpy(&list[pos], ", ", sizeof(", ") - 1); in phpdbg_stack_resolve()
643 list[pos] = 0; in phpdbg_stack_resolve()
648 …=\"%s\"", "The command \"%s\" is ambigious, matching %lu commands (%s)", name->str, matches, list); in phpdbg_stack_resolve()
649 efree(list); in phpdbg_stack_resolve()
/PHP-7.0/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);
/PHP-7.0/ext/filter/tests/
H A Dfilter_ipv4_rfc6890.phpt21 list($min, $max) = $range;
75 list($min, $max) = $range;
/PHP-7.0/ext/spl/tests/
H A DSplDoublyLinkedList_isEmpty_empty.phpt2 Check that SplDoublyLinkedList->isEmpty() correctly returns true for an empty list.
/PHP-7.0/ext/pcre/pcrelib/testdata/
H A Dgreplist7 End of the list of patterns.
/PHP-7.0/tests/lang/
H A Deach_binary_safety.phpt7 while (list($key, $val) = each($arr)) {
/PHP-7.0/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-7.0/ext/mbstring/oniguruma/
H A DCOPYING12 * notice, this list of conditions and the following disclaimer.
14 * notice, this list of conditions and the following disclaimer in the
/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_compile.c2928 list[0] = c; in get_chr_property_list()
2929 list[1] = FALSE; in get_chr_property_list()
2953 list[0] = OP_NOT; in get_chr_property_list()
2961 list[0] = *code; in get_chr_property_list()
2965 c = list[0]; in get_chr_property_list()
2993 list[2] = chr; in get_chr_property_list()
3001 list[2] = chr; in get_chr_property_list()
3076 list[1] = TRUE; in get_chr_property_list()
3122 pcre_uint32 list[8]; in compare_opcodes() local
3251 list_ptr = list; in compare_opcodes()
[all …]
/PHP-7.0/ext/opcache/tests/
H A Dbug65510.phpt14 @list($a, $b) = $n;

Completed in 90 milliseconds

12345678910>>...16