Home
last modified time | relevance | path

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

/PHP-7.4/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.4/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.4/Zend/tests/
H A Dinter_04.phpt2 Trying declare interface with repeated name of inherited method
/PHP-7.4/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.4/ext/dba/tests/
H A Ddba_db4_011.phpt2 DBA DB4 with repeated key
/PHP-7.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-7.4/ext/ffi/tests/
H A Dbug77768.phpt2 Bug #77768 (Redeclaration of builtin types and repeated declarations)
/PHP-7.4/ext/oci8/tests/
H A Doci_execute_segfault.phpt2 oci_execute() segfault after repeated bind of LOB descriptor
/PHP-7.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-7.4/Zend/
H A Dzend_alloc.c2099 zend_long repeated = 0; local
2117 repeated = zend_mm_find_leaks_huge(heap, list);
2118 total += 1 + repeated;
2119 if (repeated) {
2120 zend_message_dispatcher(ZMSG_MEMORY_LEAK_REPEATED, (void *)(zend_uintptr_t)repeated);
2155 repeated = zend_mm_find_leaks_small(p, i, j + 1, &leak) +
2157 total += 1 + repeated;
2158 if (repeated) {
2182 repeated = zend_mm_find_leaks(heap, p, i + pages_count, &leak);
2183 total += 1 + repeated;
[all …]
/PHP-7.4/tests/lang/
H A Dbug20175.phpt136 $oop_tester = new oop_test; // repeated.
/PHP-7.4/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.4/
H A Dphp.ini-development510 ; Do not log repeated messages. Repeated errors must occur in same file on same
512 ; http://php.net/ignore-repeated-errors
515 ; Ignore source of message when ignoring repeated messages. When this setting
516 ; is On you will not log errors with repeated messages from different files or
518 ; http://php.net/ignore-repeated-source
H A Dphp.ini-production510 ; Do not log repeated messages. Repeated errors must occur in same file on same
512 ; http://php.net/ignore-repeated-errors
515 ; Ignore source of message when ignoring repeated messages. When this setting
516 ; is On you will not log errors with repeated messages from different files or
518 ; http://php.net/ignore-repeated-source
H A DNEWS279 . Fixed bug #80929 (Method name corruption related to repeated calls to
/PHP-7.4/ext/phar/phar/
H A Dpharcommand.inc40 * @return string The repeated string.

Completed in 43 milliseconds