php扩展开发-错误处理

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/xing_____/article/details/79154090
//输出php错误
//NULL TSRMLS_CC 默认写法
//E_NOTICE 错误级别
//错误内容
php_error_docref(NULL TSRMLS_CC, E_NOTICE, "test");
//Notice: confirm_xing2233_compiled(): test in /Users/albert/Documents/php/php-5.6.22/ext/xing2233/xing2233.php on line 16

猜你喜欢

转载自blog.csdn.net/xing_____/article/details/79154090