1. 程式人生 > >php擴充套件開發-錯誤處理

php擴充套件開發-錯誤處理

//輸出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