summaryrefslogtreecommitdiff
path: root/Zend/zend_language_scanner.l
Commit message (Expand)AuthorAgeFilesLines
* - Added some missing CVS $Id$ tags, headers and footers.foobar2003-02-011-0/+10
* - Change "is" to "instanceof" as it explains better what the operator means.Andi Gutmans2003-01-141-2/+2
* MFZE1 - lineno fixZeev Suraski2003-01-051-2/+3
* MFZE2Ilia Alshanetsky2002-12-141-1/+0
* Remove unintentional codeZeev Suraski2002-12-071-4/+0
* - Implement public/protected/private methods.Zeev Suraski2002-12-061-1/+5
* - Fix build (thanks Marcus)Andi Gutmans2002-11-201-1/+4
* - MFZE1Andi Gutmans2002-11-181-3/+4
* - MFZE1Andi Gutmans2002-11-161-1/+0
* - MFZE1Andi Gutmans2002-11-161-2/+11
* MFZE1Ilia Alshanetsky2002-11-051-1/+7
* - ATTENTION: Finally nuke old_function and cfunction. I think it is timeAndi Gutmans2002-11-051-5/+1
* MFZE1Ilia Alshanetsky2002-11-021-1/+6
* - Fix segfault when __CLASS__ was used outside a class definitionDerick Rethans2002-11-021-1/+5
* MFZE1 (20214).Ilia Alshanetsky2002-11-021-1/+6
* MFZE1Zeev Suraski2002-08-151-0/+3
* - Make new 'is' operator work with classes only and return false whenAndi Gutmans2002-08-081-1/+1
* @- Adding 'is' operator that can be used to check the type of a variable,Andrei Zmievski2002-07-301-0/+4
* - Syntactic sugar - Add "public" as a synonym for "var".Andi Gutmans2002-07-161-0/+5
* - Commit patch to support protected member variables (by Timm Friebe w/Andi Gutmans2002-07-151-0/+4
* - Nuke delete(). It was a big mistake to introduce it and I finallyAndi Gutmans2002-07-141-4/+0
* MFZE1foobar2002-04-101-1/+1
* MFZE1foobar2002-04-101-0/+24
* - Initial patch to support importing from class scopes (for Stig).Andi Gutmans2002-03-021-0/+8
* - Remove use of C++ reserved words namespace/thisAndi Gutmans2002-03-011-4/+0
* - Experimental support for private members.Andi Gutmans2002-02-211-0/+4
* Happy New Year.Sebastian Bergmann2002-01-061-1/+1
* MFZE1Zeev Suraski2001-12-181-13/+13
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* - Merge the NAMESPACES_BRANCH. It wasn't a good idea to have a branch whenAndi Gutmans2001-09-301-0/+4
* MFZE1Zeev Suraski2001-09-221-0/+4
* MFZE1Zeev Suraski2001-09-191-5/+7
* MFZE1 (nuke cplusplus code)Zeev Suraski2001-09-101-163/+0
* - Initial support for exceptions.Andi Gutmans2001-08-301-0/+12
* MFZE1Zeev Suraski2001-08-281-0/+1
* MFZE1Zeev Suraski2001-08-161-0/+4
* WhitespaceZeev Suraski2001-08-111-14/+14
* - Sync Engine2 CVS with latest Engine CVSAndi Gutmans2001-08-071-0/+4
* Fix an off by one lineno issue, in case of an implicit ;Zeev Suraski2001-08-061-2/+1
* Merge from branch - move to standard C scanners in thread safe modeZeev Suraski2001-08-061-36/+44
* Implement fast scanning in the multithreaded environmentZeev Suraski2001-08-011-2/+0
* the make Sebastian happy part of the day :)Zeev Suraski2001-07-311-2/+2
* Compile fixZeev Suraski2001-07-301-2/+2
* More TSRMLS_FETCH workZeev Suraski2001-07-301-3/+3
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-301-4/+2
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-41/+41
* Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-1/+1
* Fix an inlineZeev Suraski2001-07-151-1/+1
* Improved interactive mode - it is now available in all builds, without any si...Zeev Suraski2001-07-151-2/+0
* That's slightly clearer that way :)Zeev Suraski2001-05-171-2/+1