Home
last modified time | relevance | path

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

/php-src/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-src/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_format3.phpt17 * 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_format8.phpt16 * currency and percent formatting.
H A Dformatter_format7.phpt17 * currency and percent formatting.
/php-src/Zend/tests/
H A Dbug78154.phpt25 Exception: similar_text(): Argument #3 ($percent) could not be passed by reference
26 Exception: similar_text(): Argument #3 ($percent) could not be passed by reference
/php-src/ext/gd/tests/
H A Dimagecopyresampled_basic.phpt35 $percent = 0.5; // new image 50% of original
39 $new_width = $width * $percent;
40 $new_height = $height * $percent;
H A DRochester-Regular.otf.LICENSE.txt21 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/php-src/ext/simplexml/tests/
H A Dbug79971_1.phpt23 Warning: simplexml_load_file(): URI must not contain percent-encoded NUL bytes in %s on line %d
28 Warning: SimpleXMLElement::asXML(): URI must not contain percent-encoded NUL bytes in %s on line %d
/php-src/ext/dom/tests/modern/xml/
H A DXMLDocument_fromFile_03.phpt16 DOM\XMLDocument::createFromFile(): Argument #1 ($path) must not contain percent-encoded NUL bytes
/php-src/ext/dom/tests/modern/html/parser/
H A DHTMLDocument_fromFile_nul_terminator_cases_path.phpt22 DOM\HTMLDocument::createFromFile(): Argument #1 ($path) must not contain percent-encoded NUL bytes
/php-src/ext/dom/tests/
H A Dbug79971_2.phpt17 Warning: DOMImplementation::createDocumentType(): URI must not contain percent-encoded NUL bytes in…
/php-src/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-src/ext/dom/lexbor/lexbor/css/
H A Dvalue.h223 lxb_css_value_percentage_sr(const lxb_css_value_percentage_t *percent,
/php-src/ext/dom/lexbor/
H A DLICENSE21 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/php-src/ext/standard/
H A Dbasic_functions.stub.php2513 /** @param float $percent */
2514 function similar_text(string $string1, string $string2, &$percent = null): int {}
H A Dstring.c3666 zval *percent = NULL; local
3674 Z_PARAM_ZVAL(percent)
3679 ZEND_TRY_ASSIGN_REF_DOUBLE(percent, 0);
3688 ZEND_TRY_ASSIGN_REF_DOUBLE(percent, sim * 200.0 / (ZSTR_LEN(t1) + ZSTR_LEN(t2)));
H A Dbasic_functions_arginfo.h968 ZEND_ARG_INFO_WITH_DEFAULT_VALUE(1, percent, "null")

Completed in 168 milliseconds