Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/tests/strings/
H A Dsimilar_text_basic.phpt10 /* Prototype : proto int similar_text(string str1, string str2 [, float percent])
19 $percent = 0;
20 similar_text("abcdefgh", "efg", $percent);
21 var_dump($percent);
22 similar_text("abcdefgh", "mno", $percent);
23 var_dump($percent);
24 similar_text("abcdefghcc", "c", $percent);
25 var_dump($percent);
26 similar_text("abcdefghabcdef", "zzzzabcdefggg", $percent);
27 var_dump($percent);
/PHP-7.4/ext/intl/tests/
H A Dmsgfmt_format_simple_types_numeric_strings.phpt19 number percent {e,number,percent}
49 number percent 133,631,796,550%
H A Dmsgfmt_format_error3.phpt12 {foo,number,percent}
H A Dformatter_format2.phpt15 * currency and percent formatting.
H A Dformatter_format3.phpt16 * currency and percent formatting.
H A Dformatter_format4.phpt16 * currency and percent formatting.
H A Dformatter_format5.phpt16 * currency and percent formatting.
H A Dformatter_format6.phpt16 * currency and percent formatting.
H A Dformatter_format7.phpt16 * currency and percent formatting.
H A Dformatter_format8.phpt15 * currency and percent formatting.
/PHP-7.4/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-7.4/ext/gd/tests/
H A Dimagecopyresampled_basic.phpt37 $percent = 0.5; // new image 50% of original
41 $new_width = $width * $percent;
42 $new_height = $height * $percent;
H A DRochester-Regular.otf.LICENSE.txt21 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/PHP-7.4/ext/dom/tests/
H A Dbug79971_2.phpt19 Warning: DOMImplementation::createDocumentType(): URI must not contain percent-encoded NUL bytes in…
/PHP-7.4/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-7.4/ext/standard/
H A Dstring.c3654 zval *percent = NULL; local
3662 Z_PARAM_ZVAL(percent)
3667 ZEND_TRY_ASSIGN_REF_DOUBLE(percent, 0);
3676 ZEND_TRY_ASSIGN_REF_DOUBLE(percent, sim * 200.0 / (ZSTR_LEN(t1) + ZSTR_LEN(t2)));
H A Dbasic_functions.c2329 ZEND_ARG_INFO(1, percent)

Completed in 85 milliseconds