The Artima Developer Community
Sponsored Link

PHP Buzz Forum
Improved Error Messages in PHP 5

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Jeff Moore

Posts: 114
Nickname: selkirk
Registered: May, 2004

Jeff Moore is exploring PHP, open source, and design patterns.
Improved Error Messages in PHP 5 Posted: Oct 7, 2007 4:42 PM
Reply to this message Reply

This post originated from an RSS feed registered with PHP Buzz by Jeff Moore.
Original Post: Improved Error Messages in PHP 5
Feed Title: Professional PHP
Feed URL: http://www.procata.com/blog/archives/category/php/feed/
Feed Description: Web Development with PHP, PHP Advocacy and Best Practices.
Latest PHP Buzz Posts
Latest PHP Buzz Posts by Jeff Moore
Latest Posts From Professional PHP

Advertisement
Sometimes its the little things that make a difference. If you run the this test program in PHP 4 (tested on 4.4.7): < ?php function test($arg) { echo "talk like a pirate."; } test(); ?> You get the following message: Warning: Missing argument 1 for test() in /usr/bin/- on line 2 The error message here is reported at the position of [...]

Read: Improved Error Messages in PHP 5

Topic: OK, Not Everyone Likes My Facebook App Previous Topic   Next Topic Topic: The Smallest DocBook Big Picture

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use