Home
last modified time | relevance | path

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

12

/PHP-5.5/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-5.5/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-5.5/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-5.5/Zend/tests/
H A Dinter_04.phpt2 Trying declare interface with repeated name of inherited method
/PHP-5.5/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-5.5/ext/dba/tests/
H A Ddba_db4_011.phpt2 DBA DB4 with repeated key
/PHP-5.5/ext/oci8/tests/
H A Doci_execute_segfault.phpt2 oci_execute() segfault after repeated bind of LOB descriptor
/PHP-5.5/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-5.5/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-5.5/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-5.5/tests/lang/
H A Dbug20175.phpt138 $oop_tester = new oop_test; // repeated.
/PHP-5.5/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 varient
38 values are used as string to be repeated as well as multiplier */
/PHP-5.5/Zend/
H A Dzend_alloc.c1294 long repeated; in zend_mm_check_leaks() local
1308 repeated = zend_mm_find_leaks(segment, p); in zend_mm_check_leaks()
1309 total += 1 + repeated; in zend_mm_check_leaks()
1310 if (repeated) { in zend_mm_check_leaks()
1311 zend_message_dispatcher(ZMSG_MEMORY_LEAK_REPEATED, (void *)(zend_uintptr_t)repeated TSRMLS_CC); in zend_mm_check_leaks()
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DRE126 possessive (greedy and does not backtrack after repeated)
/PHP-5.5/
H A Dphp.ini-development494 ; Do not log repeated messages. Repeated errors must occur in same file on same
496 ; http://php.net/ignore-repeated-errors
499 ; Ignore source of message when ignoring repeated messages. When this setting
500 ; is On you will not log errors with repeated messages from different files or
502 ; http://php.net/ignore-repeated-source
H A Dphp.ini-production494 ; Do not log repeated messages. Repeated errors must occur in same file on same
496 ; http://php.net/ignore-repeated-errors
499 ; Ignore source of message when ignoring repeated messages. When this setting
500 ; is On you will not log errors with repeated messages from different files or
502 ; http://php.net/ignore-repeated-source
/PHP-5.5/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-5.5/ext/phar/phar/
H A Dpharcommand.inc40 * @return string The repeated string.
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY1973 2002/03/06: [impl] expand repeated string, if expanded length <= 100.
/PHP-5.5/win32/
H A Dinstall.txt473 The steps above must be repeated for each extension that is to be

Completed in 100 milliseconds

12