php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #22015 constants CAL_JEWISH_ADD_* are undefined
Submitted: 2003-02-02 14:26 UTC Modified: 2003-02-04 02:00 UTC
From: k.schroeder@php.net Assigned:
Status: Not a bug Package: Calendar related
PHP Version: 4CVS-2003-02-02 (stable) OS: Windows 2000 Server
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
1 + 44 = ?
Subscribe to this entry?

 
 [2003-02-02 14:26 UTC] k.schroeder@php.net
ext/calendar/tests/jdtojewish.phpt failed on W2k server:

---- ACTUAL OUTPUT
Notice: Use of undefined constant CAL_JEWISH_ADD_ALAFIM_GERESH - assumed 'CAL_JEWISH_ADD_ALAFIM_GERESH' in D:\work\php5\ext\calendar\tests\jdtojewish.php on line 5

Warning: Wrong parameter count for jdtojewish() in D:\work\php5\ext\calendar\tests\jdtojewish.php on line 5

Notice: Use of undefined constant CAL_JEWISH_ADD_ALAFIM - assumed 'CAL_JEWISH_ADD_ALAFIM' in D:\work\php5\ext\calendar\tests\jdtojewish.php on line 6

Warning: Wrong parameter count for jdtojewish() in D:\work\php5\ext\calendar\tests\jdtojewish.php on line 6

Notice: Use of undefined constant CAL_JEWISH_ADD_ALAFIM_GERESH - assumed 'CAL_JEWISH_ADD_ALAFIM_GERESH' in D:\work\php5\ext\calendar\tests\jdtojewish.php on line 7

Notice: Use of undefined constant CAL_JEWISH_ADD_ALAFIM - assumed 'CAL_JEWISH_ADD_ALAFIM' in D:\work\php5\ext\calendar\tests\jdtojewish.php on line 7

Warning: Wrong parameter count for jdtojewish() in D:\work\php5\ext\calendar\tests\jdtojewish.php on line 7

Notice: Use of undefined constant CAL_JEWISH_ADD_GERESHAYIM - assumed 'CAL_JEWISH_ADD_GERESHAYIM' in D:\work\php5\ext\calendar\tests\jdtojewish.php on line 8

Warning: Wrong parameter count for jdtojewish() in D:\work\php5\ext\calendar\tests\jdtojewish.php on line 8

Notice: Use of undefined constant CAL_JEWISH_ADD_GERESHAYIM - assumed 'CAL_JEWISH_ADD_GERESHAYIM' in D:\work\php5\ext\calendar\tests\jdtojewish.php on line 9

Warning: Wrong parameter count for jdtojewish() in D:\work\php5\ext\calendar\tests\jdtojewish.php on line 9

Notice: Use of undefined constant CAL_JEWISH_ADD_GERESHAYIM - assumed 'CAL_JEWISH_ADD_GERESHAYIM' in D:\work\php5\ext\calendar\tests\jdtojewish.php on line 10

Notice: Use of undefined constant CAL_JEWISH_ADD_ALAFIM_GERESH - assumed 'CAL_JEWISH_ADD_ALAFIM_GERESH' in D:\work\php5\ext\calendar\tests\jdtojewish.php on line 10

Warning: Wrong parameter count for jdtojewish() in D:\work\php5\ext\calendar\tests\jdtojewish.php on line 10

Notice: Use of undefined constant CAL_JEWISH_ADD_GERESHAYIM - assumed 'CAL_JEWISH_ADD_GERESHAYIM' in D:\work\php5\ext\calendar\tests\jdtojewish.php on line 11

Notice: Use of undefined constant CAL_JEWISH_ADD_ALAFIM - assumed 'CAL_JEWISH_ADD_ALAFIM' in D:\work\php5\ext\calendar\tests\jdtojewish.php on line 11

Warning: Wrong parameter count for jdtojewish() in D:\work\php5\ext\calendar\tests\jdtojewish.php on line 11

Notice: Use of undefined constant CAL_JEWISH_ADD_GERESHAYIM - assumed 'CAL_JEWISH_ADD_GERESHAYIM' in D:\work\php5\ext\calendar\tests\jdtojewish.php on line 12

Notice: Use of undefined constant CAL_JEWISH_ADD_ALAFIM - assumed 'CAL_JEWISH_ADD_ALAFIM' in D:\work\php5\ext\calendar\tests\jdtojewish.php on line 12

Notice: Use of undefined constant CAL_JEWISH_ADD_ALAFIM_GERESH - assumed 'CAL_JEWISH_ADD_ALAFIM_GERESH' in D:\work\php5\ext\calendar\tests\jdtojewish.php on line 12

Warning: Wrong parameter count for jdtojewish() in D:\work\php5\ext\calendar\tests\jdtojewish.php on line 12

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-02-03 03:59 UTC] sniper@php.net
How can it fail as the test doesn't even exist in the 4.3.x branch???

 [2003-02-04 02:00 UTC] k.schroeder@php.net
There are no tests in the win32 snaps, so I get it from cvs. My mistake was co php4 instead of -r PHP_4_3 php4. I've not tested on php5 snap, so it is bogus for 4.3.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 09:01:29 2024 UTC