Home
last modified time | relevance | path

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

/PHP-7.1/ext/standard/tests/file/
H A Dfile_get_contents_variation9.phpt28 fwrite($h, b"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.1/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.1/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.1/Zend/tests/
H A Dinter_04.phpt2 Trying declare interface with repeated name of inherited method
/PHP-7.1/ext/dba/tests/
H A Ddba_db4_011.phpt2 DBA DB4 with repeated key
/PHP-7.1/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.1/ext/oci8/tests/
H A Doci_execute_segfault.phpt2 oci_execute() segfault after repeated bind of LOB descriptor
/PHP-7.1/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.1/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.1/Zend/
H A Dzend_alloc.c2060 zend_long repeated = 0; local
2078 repeated = zend_mm_find_leaks_huge(heap, list);
2079 total += 1 + repeated;
2080 if (repeated) {
2081 zend_message_dispatcher(ZMSG_MEMORY_LEAK_REPEATED, (void *)(zend_uintptr_t)repeated);
2116 repeated = zend_mm_find_leaks_small(p, i, j + 1, &leak) +
2118 total += 1 + repeated;
2119 if (repeated) {
2143 repeated = zend_mm_find_leaks(heap, p, i + pages_count, &leak);
2144 total += 1 + repeated;
[all …]
/PHP-7.1/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 DChangeLog21 3. A repeated conditional group whose condition was a reference by name caused
52 an empty string was repeated, it was not identified as matching an empty
383 level, when possessive repeated groups should always return to a higher
589 string (which is used for indefinitely repeated groups to allow for
1121 done on an "all or nothing" basis. This also applied to repeated
1247 possessively repeated groups, and atomic groups.
1378 the filling in of repeated forward references.
1380 16. A repeated forward reference in a pattern such as (a)(?2){2}(.) was
3100 22. A repeated capturing bracket such as (A)? could cause a wild memory
5128 character was multibyte, either singly or repeated.
[all …]
/PHP-7.1/tests/lang/
H A Dbug20175.phpt136 $oop_tester = new oop_test; // repeated.
/PHP-7.1/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.1/ext/mbstring/oniguruma/doc/
H A DRE126 possessive (greedy and does not backtrack after repeated)
/PHP-7.1/
H A Dphp.ini-development505 ; Do not log repeated messages. Repeated errors must occur in same file on same
507 ; http://php.net/ignore-repeated-errors
510 ; Ignore source of message when ignoring repeated messages. When this setting
511 ; is On you will not log errors with repeated messages from different files or
513 ; http://php.net/ignore-repeated-source
H A Dphp.ini-production505 ; Do not log repeated messages. Repeated errors must occur in same file on same
507 ; http://php.net/ignore-repeated-errors
510 ; Ignore source of message when ignoring repeated messages. When this setting
511 ; is On you will not log errors with repeated messages from different files or
513 ; http://php.net/ignore-repeated-source
/PHP-7.1/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
3423 making repeated calls to find all the matches in a single subject
4103 repeated here.
4137 description is not repeated here.
4212 the repeated digits. For DFA matching, this means that only one possi-
4354 At compile time, PCRE "auto-possessifies" repeated items when it knows
4636 captured strings when part of a pattern is repeated. For example,
7604 Backtracking verbs in repeated groups
7607 repeated groups. For example, consider:
[all …]
/PHP-7.1/ext/phar/phar/
H A Dpharcommand.inc40 * @return string The repeated string.
/PHP-7.1/ext/mbstring/oniguruma/
H A DHISTORY1997 2002/03/06: [impl] expand repeated string, if expanded length <= 100.
/PHP-7.1/win32/
H A Dinstall.txt464 The steps above must be repeated for each extension that is to be

Completed in 151 milliseconds