From: Hartmut Holzgraefe Date: Sun, 27 Feb 2005 11:29:17 +0000 (+0000) Subject: initial checkin X-Git-Tag: RELEASE_0_3~168 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=49a383ef4f4221bc543e8acfa9749479ec87a7e0;p=php initial checkin --- diff --git a/ext/pdo_mysql/get_error_codes.php b/ext/pdo_mysql/get_error_codes.php new file mode 100644 index 0000000000..2785c93b99 --- /dev/null +++ b/ext/pdo_mysql/get_error_codes.php @@ -0,0 +1,27 @@ + $state) { + echo "#ifdef $code\n"; + printf(" case %-{$maxlen}s: return \"%s\";\n", $code, $state); + echo "#endif\n"; + } + + +?> \ No newline at end of file