Use the dump function to add a breakpoint test_php tutorial to php.

Source: Internet
Author: User
Use the dump function to add a breakpoint test to php. Copy the code as follows: functiondump ($ var, $ echotrue, $ labelnull, $ stricttrue) {$ label ($ labelnull )? : Rtrim ($ label).; if (! $ Strict) {if (ini_get (html_errors The code is as follows:


Function dump ($ var, $ echo = true, $ label = null, $ strict = true)
{
$ Label = ($ label = null )? '': Rtrim ($ label ).'';
If (! $ Strict ){
If (ini_get ('HTML _ errors ')){
$ Output = print_r ($ var, true );
$ Output ="

".$label.htmlspecialchars($output,ENT_QUOTES)."
";
} Else {
$ Output = $ label. ":". print_r ($ var, true );
}
} Else {
Ob_start ();
Var_dump ($ var );
$ Output = ob_get_clean ();
If (! Extension_loaded ('xdebug ')){
$ Output = preg_replace ("/\] \=\> \ n (\ s +)/m", "] =>", $ output );
$ Output ='
'. $label. htmlspecialchars($output, ENT_QUOTES). '
';
}
}
If ($ echo ){
Echo ($ output );
Return null;
} Else
Return $ output;
}

The http://www.bkjia.com/PHPjc/327834.htmlwww.bkjia.comtruehttp://www.bkjia.com/PHPjc/327834.htmlTechArticle code is as follows: function dump ($ var, $ echo = true, $ label = null, $ strict = true) {$ label = ($ label = null )? '': Rtrim ($ label).''; if (! $ Strict) {if (ini_get ('HTML _ errors '...

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.