php functions
Posted in
2
5:45 am, December 1, 2021
get php to validate its self with php check syntax
Did you know that php has a syntax checking function built into it?
Well it does and this is how you can use it to check your php files for errors, rather than just running them and hoping for the best.
Note: i could not get this one woking on my test code, im not sure if its supported still.
PHP
$error_msg = "";
$file = "index.php";
if(!php_check_syntax($file, &$error_msg)) {
echo "Errors were found in the file $file: $error_msg";
} else {
echo "The file $filename contained no syntax errors";
}
View Statistics
This Week
0
This Month
0
This Year
0
Add Comment
Other Items in php functions
make a nice readable date using a timestamp string function make_nice_date
get php to validate its self with php check syntax
Spam IP Database and delete button
youtube search api request function
list all array json function list_all_array_json
php get file extension from a file name
php post data back to a url with a function
generate random username function in php
Related Search Terms
Other Categories in Code
c testing apache apps asp bat bootstrap bootstrap templates core css css grid design elements fancybox fonts foundation framework gimp git html icons ideas images javascript jquery js linux mac nginx node php php functions php simple html dom pi400 python react sections site bugs site documentation sql sqlite sublime svg templates tools virtual box webdev windows wordpress