Home
last modified time | relevance | path

Searched refs:intl_get_error_message (Results 1 – 25 of 37) sorted by relevance

12

/PHP-8.0/ext/intl/tests/
H A Ddateformat_bug68893.phpt9 var_dump($f, intl_get_error_message());
12 var_dump($f, intl_get_error_message());
H A Dintl_get_error_message.phpt2 intl_get_error_message()
17 printf( "%s\n", intl_get_error_message() );
H A Dbug62759.phpt10 var_dump(intl_get_error_message());
13 var_dump(intl_get_error_message());
H A Dbug72533.phpt13 $ret .= var_export(intl_get_error_message(), true);
19 $ret .= var_export(intl_get_error_message(), true);
H A Dtransliterator_create_from_rule_error.phpt10 echo intl_get_error_message(),"\n";
18 echo intl_get_error_message(),"\n";
25 echo intl_get_error_message(),"\n";
H A Dtransliterator_create_error.phpt10 echo intl_get_error_message(), "\n";
12 echo intl_get_error_message(), "\n";
H A Duconverter_func_subst.phpt13 echo "Error: ", intl_get_error_message(), "\n";
19 echo "Error: ", intl_get_error_message(), "\n";
H A Dtransliterator_transliterate_variant1.phpt13 echo intl_get_error_message(), "\n";
20 echo intl_get_error_message(), "\n";
H A Dbug67397.phpt12 $ret .= var_export(intl_get_error_message(), true);
H A Dresourcebundle.inc19 return $ret . sprintf( "%5d: %s\n", intl_get_error_code(), intl_get_error_message() );
H A Dbug53512.phpt15 var_dump(intl_get_error_message());
H A Dtimezone_windowsID_basic2.phpt27 echo "Error: ", intl_get_error_message(), "\n";
H A Dtimezone_IDforWindowsID_basic2.phpt23 echo "Error: ", intl_get_error_message(), "\n";
H A Dtimezone_windowsID_basic.phpt28 echo "Error: ", intl_get_error_message(), "\n";
H A Dtimezone_IDforWindowsID_basic.phpt24 echo "Error: ", intl_get_error_message(), "\n";
H A Dnormalizer_normalize_kc_cf.phpt63 $error_message = intl_get_error_message();
73 $error_message = intl_get_error_message();
H A Dnormalizer_get_raw_decomposition.phpt29 $error_message = intl_get_error_message();
H A Dcollator_create2.phpt35 intl_get_error_message() . "\n";
H A Dcollator_create4.phpt35 intl_get_error_message() . "\n";
H A Dcollator_create3.phpt36 intl_get_error_message() . "\n";
H A Dmsgfmt_format.phpt33 $str_res .= dump(intl_get_error_message())."\n";
H A Dmsgfmt_parse.phpt41 $str_res .= dump(intl_get_error_message())."\n";
H A Ddateformat_format_parse.phpt88 $res_str .= "\nError while parsing as: '".intl_get_error_message()."'";
111 $res_str .= "\nError while formatting as: '".intl_get_error_message()."'";
125 $res_str .= "\tError : '".intl_get_error_message()."'";
H A Ddateformat_format_parse_version2.phpt88 $res_str .= "\nError while parsing as: '".intl_get_error_message()."'";
111 $res_str .= "\nError while formatting as: '".intl_get_error_message()."'";
125 $res_str .= "\tError : '".intl_get_error_message()."'";
H A Dmsgfmt_format_subpatterns.phpt49 $str_res .= dump(intl_get_error_message())."\n";

Completed in 98 milliseconds

12