Home
last modified time | relevance | path

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

/PHP-5.3/ext/intl/tests/
H A Dintl_get_error_message.phpt2 intl_get_error_message()
17 printf( "%s\n", intl_get_error_message() );
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.phpt13 var_dump(intl_get_error_message());
H A Dcollator_create.phpt35 intl_get_error_message() . "\n";
H A Dcollator_create2.phpt35 intl_get_error_message() . "\n";
H A Ddateformat_format_parse.phpt87 $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 Dmsgfmt_parse.phpt41 $str_res .= dump(intl_get_error_message())."\n";
H A Dmsgfmt_format.phpt33 $str_res .= dump(intl_get_error_message())."\n";
H A Ddateformat_localtime.phpt80 $res_str .= "\tError : '".intl_get_error_message()."'";
H A Dformatter_fail.phpt10 echo var_export(intl_get_error_message(), true)."\n";
H A Ddateformat_parse_localtime_parsepos.phpt66 $res_str .= "\tError : '".intl_get_error_message()."'";
H A Ddateformat_parse.phpt58 $res_str .= "\nError : ".intl_get_error_message();
H A Dmsgfmt_fail2.phpt11 echo var_export(intl_get_error_message(), true)."\n";
H A Ddateformat_parse_timestamp_parsepos.phpt61 $res_str .= "\nError while parsing as: '".intl_get_error_message()."'; Position = $pos";
H A Dlocale_compose_locale.phpt123 $res_str .= intl_get_error_message() ;
H A Dmsgfmt_fail.phpt11 echo var_export(intl_get_error_message(), true)."\n";
H A Dnormalizer_normalize.phpt74 $error_message = intl_get_error_message();
84 $error_message = intl_get_error_message();
H A Ddateformat_format.phpt117 $res_str .= "\nError while formatting as: '".intl_get_error_message()."'";
135 $res_str .= "\nError while formatting as: '".intl_get_error_message()."'";
/PHP-5.3/ext/intl/doc/
H A Dcommon_api.php35 function intl_get_error_message() {} function
/PHP-5.3/ext/intl/common/
H A Dcommon_error.h24 PHP_FUNCTION( intl_get_error_message );
H A Dcommon_error.c38 PHP_FUNCTION( intl_get_error_message ) in PHP_FUNCTION() argument
/PHP-5.3/ext/intl/
H A Dphp_intl.c486 PHP_FE( intl_get_error_message, intl_0_args )

Completed in 22 milliseconds