Home
last modified time | relevance | path

Searched refs:repeated (Results 1 – 24 of 24) sorted by relevance

/PHP-7.2/ext/standard/tests/file/
H A Dfile_get_contents_variation9.phpt28 fwrite($h, "Here is a repeated amount of data");
51repeated amount of dataHere is a repeated amount of dataHere is a repeated amount of dataHere is a…
52repeated amount of dataHere is a repeated amount of dataHere is a repeated amount of dataHere is a…
53repeated amount of dataHere is a repeated amount of dataHere is a repeated amount of dataHere is a…
/PHP-7.2/ext/standard/tests/array/
H A Darray_multisort_error.phpt17 echo "\n-- Testing array_multisort() function with repeated flags --\n";
21 echo "\n-- Testing array_multisort() function with repeated flags --\n";
35 -- Testing array_multisort() function with repeated flags --
40 -- Testing array_multisort() function with repeated flags --
/PHP-7.2/ext/mbstring/tests/
H A Dmb_strrchr_variation5.phpt20 //with repeated needles
24 //Japanese string in UTF-8 with repeated needles
H A Dmb_strstr_variation5.phpt20 //with repeated needles
24 //Japanese string in UTF-8 with repeated needles
/PHP-7.2/Zend/tests/
H A Dinter_04.phpt2 Trying declare interface with repeated name of inherited method
/PHP-7.2/ext/phar/tests/
H A D025.phpt2 Phar: phar:// include (repeated names)
H A Dphar_convert_repeated_b.phpt2 PharData::convertToZip|Tar|Phar() repeated (phardata_based archives)
H A Dphar_convert_repeated.phpt2 Phar::convertToZip|Tar|Phar() repeated (phar_based archives)
/PHP-7.2/ext/dba/tests/
H A Ddba_db4_011.phpt2 DBA DB4 with repeated key
/PHP-7.2/ext/oci8/tests/
H A Doci_execute_segfault.phpt2 oci_execute() segfault after repeated bind of LOB descriptor
/PHP-7.2/ext/pdo_mysql/tests/
H A Dbug_39858.phpt2 Bug #39858 (Lost connection to MySQL server during query by a repeated call stored proced)
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A DtestinputEBC76 /-- For repeated items, use an atomic group so that the output is the same
H A DtestoutputEBC115 /-- For repeated items, use an atomic group so that the output is the same
/PHP-7.2/Zend/
H A Dzend_alloc.c2067 zend_long repeated = 0; local
2085 repeated = zend_mm_find_leaks_huge(heap, list);
2086 total += 1 + repeated;
2087 if (repeated) {
2088 zend_message_dispatcher(ZMSG_MEMORY_LEAK_REPEATED, (void *)(zend_uintptr_t)repeated);
2123 repeated = zend_mm_find_leaks_small(p, i, j + 1, &leak) +
2125 total += 1 + repeated;
2126 if (repeated) {
2150 repeated = zend_mm_find_leaks(heap, p, i + pages_count, &leak);
2151 total += 1 + repeated;
[all …]
/PHP-7.2/ext/pcre/pcrelib/
H A DHACKING250 Each opcode is followed by the character that is to be repeated. In ASCII mode,
262 Each of these is followed by a count and then the repeated character. OP_UPTO
268 etc.) are used for repeated, negated, single-character classes such as [^a]*.
269 The normal single-character opcodes (OP_STAR, etc.) are used for repeated
318 A set of repeating opcodes (called OP_NOTSTAR etc.) are used for repeated,
320 (OP_STAR, etc.) are used for repeated positive single-character classes.
439 When a repeated subpattern has an unbounded upper limit, it is checked to see
449 When a repeated group (capturing or non-capturing) is marked as possessive by
H A DChangeLog57 1. Using -o with -M in pcregrep could cause unnecessary repeated output when
238 an empty string was repeated, it was not identified as matching an empty
775 string (which is used for indefinitely repeated groups to allow for
1307 done on an "all or nothing" basis. This also applied to repeated
1433 possessively repeated groups, and atomic groups.
1564 the filling in of repeated forward references.
1566 16. A repeated forward reference in a pattern such as (a)(?2){2}(.) was
1862 if they are repeated, backtracking one repetition now resets captured
3286 22. A repeated capturing bracket such as (A)? could cause a wild memory
5314 character was multibyte, either singly or repeated.
[all …]
/PHP-7.2/tests/lang/
H A Dbug20175.phpt136 $oop_tester = new oop_test; // repeated.
/PHP-7.2/ext/standard/tests/strings/
H A Dstr_repeat.phpt8 Description: Returns input repeated multiplier times. multiplier has to be
37 /* variations in multiplier as well as string to be repeated. Same variant
38 values are used as string to be repeated as well as multiplier */
/PHP-7.2/
H A Dphp.ini-development502 ; Do not log repeated messages. Repeated errors must occur in same file on same
504 ; http://php.net/ignore-repeated-errors
507 ; Ignore source of message when ignoring repeated messages. When this setting
508 ; is On you will not log errors with repeated messages from different files or
510 ; http://php.net/ignore-repeated-source
H A Dphp.ini-production502 ; Do not log repeated messages. Repeated errors must occur in same file on same
504 ; http://php.net/ignore-repeated-errors
507 ; Ignore source of message when ignoring repeated messages. When this setting
508 ; is On you will not log errors with repeated messages from different files or
510 ; http://php.net/ignore-repeated-source
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt871 information about building with Autotools (some of which is repeated
1477 repeated digits. For DFA matching, this means that only one possible
3422 making repeated calls to find all the matches in a single subject
4102 repeated here.
4136 description is not repeated here.
4211 the repeated digits. For DFA matching, this means that only one possi-
4353 At compile time, PCRE "auto-possessifies" repeated items when it knows
4635 captured strings when part of a pattern is repeated. For example,
7608 Backtracking verbs in repeated groups
7611 repeated groups. For example, consider:
[all …]
/PHP-7.2/ext/phar/phar/
H A Dpharcommand.inc40 * @return string The repeated string.
/PHP-7.2/ext/mbstring/oniguruma/
H A DHISTORY2085 2002/03/06: [impl] expand repeated string, if expanded length <= 100.
/PHP-7.2/win32/
H A Dinstall.txt464 The steps above must be repeated for each extension that is to be

Completed in 99 milliseconds