Home
last modified time | relevance | path

Searched refs:percent (Results 1 – 20 of 20) sorted by relevance

/PHP-8.1/ext/standard/tests/strings/
H A Dsimilar_text_basic.phpt15 $percent = 0;
16 similar_text("abcdefgh", "efg", $percent);
17 var_dump($percent);
18 similar_text("abcdefgh", "mno", $percent);
19 var_dump($percent);
20 similar_text("abcdefghcc", "c", $percent);
21 var_dump($percent);
22 similar_text("abcdefghabcdef", "zzzzabcdefggg", $percent);
23 var_dump($percent);
/PHP-8.1/ext/intl/tests/
H A Dmsgfmt_format_simple_types_numeric_strings.phpt19 number percent {e,number,percent}
48 number percent 133,631,796,550%
H A Dmsgfmt_format_simple_types_numeric_strings_icu72-1.phpt19 number percent {e,number,percent}
48 number percent 133,631,796,550%
H A Dmsgfmt_format_error3.phpt10 {foo,number,percent}
H A Dformatter_format2.phpt16 * currency and percent formatting.
H A Dformatter_format4.phpt17 * currency and percent formatting.
H A Dformatter_format5.phpt17 * currency and percent formatting.
H A Dformatter_format6.phpt17 * currency and percent formatting.
H A Dformatter_format3.phpt17 * currency and percent formatting.
H A Dformatter_format7.phpt17 * currency and percent formatting.
H A Dformatter_format8.phpt16 * currency and percent formatting.
/PHP-8.1/Zend/tests/
H A Dbug78154.phpt25 Exception: similar_text(): Argument #3 ($percent) cannot be passed by reference
26 Exception: similar_text(): Argument #3 ($percent) cannot be passed by reference
/PHP-8.1/ext/gd/tests/
H A Dimagecopyresampled_basic.phpt29 $percent = 0.5; // new image 50% of original
33 $new_width = $width * $percent;
34 $new_height = $height * $percent;
H A DRochester-Regular.otf.LICENSE.txt21 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/PHP-8.1/ext/simplexml/tests/
H A Dbug79971_1.phpt21 Warning: simplexml_load_file(): URI must not contain percent-encoded NUL bytes in %s on line %d
26 Warning: SimpleXMLElement::asXML(): URI must not contain percent-encoded NUL bytes in %s on line %d
/PHP-8.1/ext/dom/tests/
H A Dbug79971_2.phpt19 Warning: DOMImplementation::createDocumentType(): URI must not contain percent-encoded NUL bytes in…
/PHP-8.1/ext/phar/tests/files/
H A Dpear2coverage.phar337 $percent = 0;
339 $percent = round(($covered / $total) * 100);
342 if ($percent < 50) {
344 } elseif ($percent < 75) {
349 $output->text($percent . '% code coverage');
362 $percent = $source->coveragePercentage();
364 if ($percent < 50) {
366 } elseif ($percent < 75) {
450 $percent = $source->coveragePercentage();
452 if ($percent < 50) {
[all …]
/PHP-8.1/ext/standard/
H A Dbasic_functions.stub.php824 /** @param float $percent */
825 function similar_text(string $string1, string $string2, &$percent = null): int {} argument
H A Dstring.c3420 zval *percent = NULL; local
3428 Z_PARAM_ZVAL(percent)
3433 ZEND_TRY_ASSIGN_REF_DOUBLE(percent, 0);
3442 ZEND_TRY_ASSIGN_REF_DOUBLE(percent, sim * 200.0 / (ZSTR_LEN(t1) + ZSTR_LEN(t2)));
H A Dbasic_functions_arginfo.h974 ZEND_ARG_INFO_WITH_DEFAULT_VALUE(1, percent, "null")

Completed in 66 milliseconds