Searched refs:intl_get_error_message (Results 1 – 25 of 28) sorted by relevance
12
/PHP-5.4/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 | transliterator_create_error.phpt | 10 echo intl_get_error_message(), "\n"; 12 echo 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_create3.phpt | 35 intl_get_error_message() . "\n";
|
H A D | dateformat_format_parse.phpt | 87 $res_str .= "\nError while parsing as: '".intl_get_error_message()."'"; 110 $res_str .= "\nError while formatting as: '".intl_get_error_message()."'"; 124 $res_str .= "\tError : '".intl_get_error_message()."'";
|
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 | collator_create2.phpt | 36 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 | dateformat_parse.phpt | 58 $res_str .= "\nError : ".intl_get_error_message();
|
H A D | dateformat_parse_timestamp_parsepos.phpt | 61 $res_str .= "\nError while parsing as: '".intl_get_error_message()."'; Position = $pos";
|
H A D | locale_compose_locale.phpt | 123 $res_str .= intl_get_error_message() ;
|
H A D | msgfmt_fail.phpt | 11 echo var_export(intl_get_error_message(), true)."\n";
|
H A D | msgfmt_fail2.phpt | 11 echo var_export(intl_get_error_message(), true)."\n";
|
/PHP-5.4/ext/intl/doc/ |
H A D | common_api.php | 35 function intl_get_error_message() {} function
|
/PHP-5.4/ext/intl/common/ |
H A D | common_error.h | 24 PHP_FUNCTION( intl_get_error_message );
|
H A D | common_error.c | 38 PHP_FUNCTION( intl_get_error_message ) in PHP_FUNCTION() argument
|
Completed in 16 milliseconds
12