Home
last modified time | relevance | path

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

12

/PHP-8.4/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.4/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.4/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.4/ext/mbstring/tests/
H A Dmb_strrchr_variation5.phpt11 //with repeated needles
15 //Japanese string in UTF-8 with repeated needles
H A Dmb_strstr_variation5.phpt11 //with repeated needles
15 //Japanese string in UTF-8 with repeated needles
/PHP-8.4/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.4/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.phpt14 elseif (getenv("SKIP_REPEAT")) die("skip cannot be repeated");
/PHP-8.4/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.4/ext/ffi/tests/
H A Dbug77768.phpt2 Bug #77768 (Redeclaration of builtin types and repeated declarations)
/PHP-8.4/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.4/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.4/Zend/
H A Dzend_alloc.c2287 zend_long repeated = 0; local
2305 repeated = zend_mm_find_leaks_huge(heap, list);
2306 total += 1 + repeated;
2307 if (repeated) {
2308 zend_message_dispatcher(ZMSG_MEMORY_LEAK_REPEATED, (void *)(uintptr_t)repeated);
2343 repeated = zend_mm_find_leaks_small(p, i, j + 1, &leak) +
2345 total += 1 + repeated;
2346 if (repeated) {
2370 repeated = zend_mm_find_leaks(heap, p, i + pages_count, &leak);
2371 total += 1 + repeated;
[all …]
/PHP-8.4/tests/lang/
H A Dbug20175.phpt136 $oop_tester = new oop_test; // repeated.
/PHP-8.4/docs/source/core/data-structures/
H A Dzend_string.rst169 within your program. Instead, when repeated strings are expected, php-src uses a technique called
/PHP-8.4/
H A Dphp.ini-development523 ; Do not log repeated messages. Repeated errors must occur in same file on same
525 ; https://php.net/ignore-repeated-errors
528 ; Ignore source of message when ignoring repeated messages. When this setting
529 ; is On you will not log errors with repeated messages from different files or
531 ; https://php.net/ignore-repeated-source
H A Dphp.ini-production525 ; Do not log repeated messages. Repeated errors must occur in same file on same
527 ; https://php.net/ignore-repeated-errors
530 ; Ignore source of message when ignoring repeated messages. When this setting
531 ; is On you will not log errors with repeated messages from different files or
533 ; https://php.net/ignore-repeated-source

Completed in 58 milliseconds

12