Home
last modified time | relevance | path

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

/PHP-7.3/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.3/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.3/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.3/Zend/tests/
H A Dinter_04.phpt2 Trying declare interface with repeated name of inherited method
/PHP-7.3/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.3/ext/dba/tests/
H A Ddba_db4_011.phpt2 DBA DB4 with repeated key
/PHP-7.3/ext/oci8/tests/
H A Doci_execute_segfault.phpt2 oci_execute() segfault after repeated bind of LOB descriptor
/PHP-7.3/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.3/Zend/
H A Dzend_alloc.c2137 zend_long repeated = 0; local
2155 repeated = zend_mm_find_leaks_huge(heap, list);
2156 total += 1 + repeated;
2157 if (repeated) {
2158 zend_message_dispatcher(ZMSG_MEMORY_LEAK_REPEATED, (void *)(zend_uintptr_t)repeated);
2193 repeated = zend_mm_find_leaks_small(p, i, j + 1, &leak) +
2195 total += 1 + repeated;
2196 if (repeated) {
2220 repeated = zend_mm_find_leaks(heap, p, i + pages_count, &leak);
2221 total += 1 + repeated;
[all …]
/PHP-7.3/tests/lang/
H A Dbug20175.phpt136 $oop_tester = new oop_test; // repeated.
/PHP-7.3/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.3/
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.3/ext/phar/phar/
H A Dpharcommand.inc40 * @return string The repeated string.
/PHP-7.3/ext/mbstring/oniguruma/
H A DHISTORY2280 2002/03/06: [impl] expand repeated string, if expanded length <= 100.

Completed in 65 milliseconds