Home / Questions / Other PHP development में display_errors enable कैसे कर सकते हैं? को debug कैसे करें? Other 0 Views Verified PHP development में display_errors enable कैसे कर सकते हैं? को debug कैसे करें? सही विकल्प चुनें और code/solution को समझें। #php #core php #php programming #php tutorial #php error #php solution #backend #developer Sarkari Result QA Bank Editorially reviewed exam information Share
Verified display_errors(true); display_errors(true); Additional Explanation यह विकल्प सही Core PHP solution नहीं है।
Verified php.display_errors(true); php.display_errors(true); Additional Explanation यह विकल्प सही Core PHP solution नहीं है।
Verified Correct Answer ini_set('display_errors', '1'); ini_set('display_errors', '1'); Additional Explanation ini_set() allowed runtime config बदल सकता है। पहले exact error message, line number और input value check करें।
Verified show_php_errors(); show_php_errors(); Additional Explanation यह विकल्प सही Core PHP solution नहीं है।