Edit report at https://bugs.php.net/bug.php?id=29463&edit=1
ID: 29463 Updated by: lstro...@php.net Reported by: t dot prochazka at centrum dot cz Summary: describe for assert() function -Status: Assigned +Status: Closed Type: Feature/Change Request Package: *General Issues Operating System: Win XP PHP Version: Irrelevant Assigned To: lstrojny Block user comment: N Private report: N New Comment: This bug has been fixed in SVN. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. Thank you for the report, and for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2004-07-31 02:29:12] t dot prochazka at centrum dot cz Description: ------------ Can you add second argument for assert() function, which be text with description. Example: fuction test($i) { assert($i > 0,"argument i must be positive"); } This text will be part of error message when assert failed. ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=29463&edit=1