Searched refs:repeated (Results 1 – 25 of 26) sorted by relevance
12
/PHP-8.4/ext/standard/tests/file/ |
H A D | file_get_contents_variation9.phpt | 22 fwrite($h, "Here is a repeated amount of data"); 51 …repeated amount of dataHere is a repeated amount of dataHere is a repeated amount of dataHere is a… 52 …repeated amount of dataHere is a repeated amount of dataHere is a repeated amount of dataHere is a… 53 …repeated amount of dataHere is a repeated amount of dataHere is a repeated amount of dataHere is a…
|
H A D | ftruncate_bug76422.phpt | 39 …// 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 D | array_multisort_error.phpt | 7 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 D | ignore_repeated_source.phpt | 9 // Not a repeated error due to different variables names. 15 // Also a repeated error, because we're ignoring the different source.
|
H A D | ignore_repeated_errors.phpt | 8 // Not a repeated error due to different variables names. 14 // Not a repeated error, because the line is different.
|
H A D | inter_04.phpt | 2 Trying declare interface with repeated name of inherited method
|
/PHP-8.4/ext/mbstring/tests/ |
H A D | mb_strrchr_variation5.phpt | 11 //with repeated needles 15 //Japanese string in UTF-8 with repeated needles
|
H A D | mb_strstr_variation5.phpt | 11 //with repeated needles 15 //Japanese string in UTF-8 with repeated needles
|
/PHP-8.4/Zend/tests/attributes/ |
H A D | 025_internal_repeatable_validation.phpt | 12 Fatal error: Attribute "Attribute" must not be repeated in %s
|
H A D | 020_userland_attribute_validation.phpt | 65 string(35) "Attribute "A1" must not be repeated"
|
/PHP-8.4/ext/pcntl/tests/ |
H A D | pcntl_unshare_01.phpt | 13 if (getenv("SKIP_REPEAT")) die("skip cannot be repeated");
|
H A D | pcntl_unshare_02.phpt | 19 if (getenv("SKIP_REPEAT")) die("skip cannot be repeated");
|
H A D | pcntl_unshare_03.phpt | 19 if (getenv("SKIP_REPEAT")) die("skip cannot be repeated");
|
H A D | 002.phpt | 14 elseif (getenv("SKIP_REPEAT")) die("skip cannot be repeated");
|
/PHP-8.4/ext/phar/tests/ |
H A D | 025.phpt | 2 Phar: phar:// include (repeated names)
|
H A D | phar_convert_repeated_b.phpt | 2 PharData::convertToZip|Tar|Phar() repeated (phardata_based archives)
|
H A D | phar_convert_repeated.phpt | 2 Phar::convertToZip|Tar|Phar() repeated (phar_based archives)
|
/PHP-8.4/ext/ffi/tests/ |
H A D | bug77768.phpt | 2 Bug #77768 (Redeclaration of builtin types and repeated declarations)
|
/PHP-8.4/ext/pdo_mysql/tests/ |
H A D | bug_39858.phpt | 2 Bug #39858 (Lost connection to MySQL server during query by a repeated call stored proced)
|
/PHP-8.4/ext/mysqli/tests/ |
H A D | gh11438.phpt | 47 …length 52, more than twice the length of the scramble data to ensure scramble is repeated correctly
|
/PHP-8.4/Zend/ |
H A D | zend_alloc.c | 2287 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 D | bug20175.phpt | 136 $oop_tester = new oop_test; // repeated.
|
/PHP-8.4/docs/source/core/data-structures/ |
H A D | zend_string.rst | 169 within your program. Instead, when repeated strings are expected, php-src uses a technique called
|
/PHP-8.4/ |
H A D | php.ini-development | 523 ; 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 D | php.ini-production | 525 ; 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