Home
last modified time | relevance | path

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

12

/PHP-7.0/ext/intl/tests/
H A Dtransliterator_create_from_rule_error.phpt10 echo intl_get_error_message(),"\n";
13 echo intl_get_error_message(),"\n";
16 echo intl_get_error_message(),"\n";
24 echo intl_get_error_message(),"\n";
31 echo intl_get_error_message(),"\n";
H A Dintl_get_error_message.phpt2 intl_get_error_message()
17 printf( "%s\n", intl_get_error_message() );
H A Ddateformat_bug68893.phpt9 var_dump($f, intl_get_error_message());
12 var_dump($f, 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_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 Dresourcebundle.inc11 return $ret . sprintf( "%5d: %s\n", intl_get_error_code(), intl_get_error_message() );
H A Dbug67397.phpt12 $ret .= var_export(intl_get_error_message(), true);
H A Dbug53512.phpt15 var_dump(intl_get_error_message());
H A Dcollator_create.phpt35 intl_get_error_message() . "\n";
H A Dcollator_create4.phpt35 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 Dmsgfmt_parse.phpt41 $str_res .= dump(intl_get_error_message())."\n";
H A Dcollator_create2.phpt36 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 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.phpt51 $str_res .= dump(intl_get_error_message())."\n";
H A Ddateformat_localtime.phpt82 $res_str .= "\tError : '".intl_get_error_message()."'";
H A Ddateformat_parse_localtime_parsepos.phpt66 $res_str .= "\tError : '".intl_get_error_message()."'";
H A Dmsgfmt_format_subpatterns_named.phpt51 $str_res .= dump(intl_get_error_message())."\n";
/PHP-7.0/ext/intl/doc/
H A Dcommon_api.php35 function intl_get_error_message() {} function
/PHP-7.0/ext/intl/common/
H A Dcommon_error.h24 PHP_FUNCTION( intl_get_error_message );

Completed in 28 milliseconds

12