Searched refs:intl_get_error_message (Results 1 – 25 of 37) sorted by relevance
12
/PHP-5.5/ext/intl/tests/ |
H A D | transliterator_create_from_rule_error.phpt | 10 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 D | intl_get_error_message.phpt | 2 intl_get_error_message() 17 printf( "%s\n", intl_get_error_message() );
|
H A D | bug62759.phpt | 10 var_dump(intl_get_error_message()); 13 var_dump(intl_get_error_message());
|
H A D | bug72533.phpt | 13 $ret .= var_export(intl_get_error_message(), true); 19 $ret .= var_export(intl_get_error_message(), true);
|
H A D | transliterator_create_error.phpt | 10 echo intl_get_error_message(), "\n"; 12 echo intl_get_error_message(), "\n";
|
H A D | uconverter_func_subst.phpt | 13 echo "Error: ", intl_get_error_message(), "\n"; 19 echo "Error: ", intl_get_error_message(), "\n";
|
H A D | transliterator_transliterate_variant1.phpt | 13 echo intl_get_error_message(), "\n"; 20 echo intl_get_error_message(), "\n";
|
H A D | resourcebundle.inc | 11 return $ret . sprintf( "%5d: %s\n", intl_get_error_code(), intl_get_error_message() );
|
H A D | bug67397.phpt | 12 $ret .= var_export(intl_get_error_message(), true);
|
H A D | bug53512.phpt | 13 var_dump(intl_get_error_message());
|
H A D | collator_create.phpt | 35 intl_get_error_message() . "\n";
|
H A D | collator_create4.phpt | 35 intl_get_error_message() . "\n";
|
H A D | dateformat_format_parse.phpt | 88 $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 D | collator_create2.phpt | 36 intl_get_error_message() . "\n";
|
H A D | collator_create3.phpt | 36 intl_get_error_message() . "\n";
|
H A D | msgfmt_format.phpt | 33 $str_res .= dump(intl_get_error_message())."\n";
|
H A D | msgfmt_parse.phpt | 41 $str_res .= dump(intl_get_error_message())."\n";
|
H A D | dateformat_format_parse_version2.phpt | 88 $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 D | msgfmt_format_subpatterns.phpt | 51 $str_res .= dump(intl_get_error_message())."\n";
|
H A D | dateformat_localtime.phpt | 80 $res_str .= "\tError : '".intl_get_error_message()."'";
|
H A D | dateformat_parse_localtime_parsepos.phpt | 66 $res_str .= "\tError : '".intl_get_error_message()."'";
|
H A D | formatter_fail.phpt | 10 echo var_export(intl_get_error_message(), true)."\n";
|
H A D | msgfmt_format_subpatterns_named.phpt | 51 $str_res .= dump(intl_get_error_message())."\n";
|
/PHP-5.5/ext/intl/doc/ |
H A D | common_api.php | 35 function intl_get_error_message() {} function
|
/PHP-5.5/ext/intl/common/ |
H A D | common_error.h | 24 PHP_FUNCTION( intl_get_error_message );
|
Completed in 28 milliseconds
12