Jump to content

no error is shown


hisoka

Recommended Posts

When I tried to run this code , nothing happens and I did not see any error not even in the log error file

 

What is the matter ? I cannot see anything

 

<?php
ini_set('display_errors', 1);
error_reporting(E_ALL);
$string = "<script>";
echo strip_tags($string);
?>

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...