Home
last modified time | relevance | path

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

12

/PHP-8.3/ext/standard/tests/file/
H A Dfile_get_contents_variation9.phpt22 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…
H A Dftruncate_bug76422.phpt39 …// NOTE: unlink() is deliberately repeated - If this test runs out of disk space attempting to res…
/PHP-8.3/ext/standard/tests/array/
H A Darray_multisort_error.phpt7 echo "\n-- Testing array_multisort() function with repeated flags --\n";
15 echo "\n-- Testing array_multisort() function with repeated flags --\n";
27 -- Testing array_multisort() function with repeated flags --
30 -- Testing array_multisort() function with repeated flags --
/PHP-8.3/Zend/tests/
H A Dignore_repeated_source.phpt9 // Not a repeated error due to different variables names.
15 // Also a repeated error, because we're ignoring the different source.
H A Dignore_repeated_errors.phpt8 // Not a repeated error due to different variables names.
14 // Not a repeated error, because the line is different.
H A Dinter_04.phpt2 Trying declare interface with repeated name of inherited method
/PHP-8.3/ext/mbstring/tests/
H A Dmb_strstr_variation5.phpt11 //with repeated needles
15 //Japanese string in UTF-8 with repeated needles
H A Dmb_strrchr_variation5.phpt11 //with repeated needles
15 //Japanese string in UTF-8 with repeated needles
/PHP-8.3/Zend/tests/attributes/
H A D025_internal_repeatable_validation.phpt12 Fatal error: Attribute "Attribute" must not be repeated in %s
H A D020_userland_attribute_validation.phpt65 string(35) "Attribute "A1" must not be repeated"
/PHP-8.3/ext/pcntl/tests/
H A Dpcntl_unshare_01.phpt13 if (getenv("SKIP_REPEAT")) die("skip cannot be repeated");
H A Dpcntl_unshare_02.phpt19 if (getenv("SKIP_REPEAT")) die("skip cannot be repeated");
H A Dpcntl_unshare_03.phpt19 if (getenv("SKIP_REPEAT")) die("skip cannot be repeated");
H A D002.phpt11 elseif (getenv("SKIP_REPEAT")) die("skip cannot be repeated");
/PHP-8.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-8.3/ext/ffi/tests/
H A Dbug77768.phpt2 Bug #77768 (Redeclaration of builtin types and repeated declarations)
/PHP-8.3/ext/oci8/tests/
H A Doci_execute_segfault.phpt2 oci_execute() segfault after repeated bind of LOB descriptor
/PHP-8.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-8.3/ext/mysqli/tests/
H A Dgh11438.phpt47 …length 52, more than twice the length of the scramble data to ensure scramble is repeated correctly
/PHP-8.3/Zend/
H A Dzend_alloc.c2152 zend_long repeated = 0; local
2170 repeated = zend_mm_find_leaks_huge(heap, list);
2171 total += 1 + repeated;
2172 if (repeated) {
2173 zend_message_dispatcher(ZMSG_MEMORY_LEAK_REPEATED, (void *)(uintptr_t)repeated);
2208 repeated = zend_mm_find_leaks_small(p, i, j + 1, &leak) +
2210 total += 1 + repeated;
2211 if (repeated) {
2235 repeated = zend_mm_find_leaks(heap, p, i + pages_count, &leak);
2236 total += 1 + repeated;
[all …]
/PHP-8.3/tests/lang/
H A Dbug20175.phpt136 $oop_tester = new oop_test; // repeated.
/PHP-8.3/
H A Dphp.ini-production539 ; Do not log repeated messages. Repeated errors must occur in same file on same
541 ; https://php.net/ignore-repeated-errors
544 ; Ignore source of message when ignoring repeated messages. When this setting
545 ; is On you will not log errors with repeated messages from different files or
547 ; https://php.net/ignore-repeated-source
H A Dphp.ini-development537 ; Do not log repeated messages. Repeated errors must occur in same file on same
539 ; https://php.net/ignore-repeated-errors
542 ; Ignore source of message when ignoring repeated messages. When this setting
543 ; is On you will not log errors with repeated messages from different files or
545 ; https://php.net/ignore-repeated-source

Completed in 40 milliseconds

12