History log of /PHP-5.5/Zend/zend_language_scanner.l (Results 201 – 225 of 281)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 39d5a638 19-Mar-2003 Andrei Zmievski

- Keep track of starting/ending line numbers for user functions.
- Store last parsed doc comment in a compiler global for future use.


Revision tags: php-4.3.2RC1
# b3ebb115 09-Mar-2003 Andi Gutmans

- Nuke junk


# 26dd8492 05-Mar-2003 Zeev Suraski

Add support for interfaces


# 535aa632 24-Feb-2003 Zeev Suraski

Add 'final'


# 955636af 18-Feb-2003 Zeev Suraski

Avoid using a C++ reserved word


# e52aac94 18-Feb-2003 Wez Furlong

Implement simple stream support in the ZE scanners.


Revision tags: php-4.3.1
# a4c3b2ce 16-Feb-2003 Stanislav Malyshev

Namespace patch. Big changes:
1. Nested classes are gone.
2. New syntax for namespaces:
namespace foo {
class X { ... }
function bar { ... }
var x = 1;

Namespace patch. Big changes:
1. Nested classes are gone.
2. New syntax for namespaces:
namespace foo {
class X { ... }
function bar { ... }
var x = 1;
const ZZ = 2;
}
3. Namespaced symbol access: $x = new foo::X; - etc.
For now, namespaces are case insensitive, just like classes.
Also, there can be no global class and namespace with the same name
(to avoid ambiguities in :: resolution).

show more ...


# 3341568c 13-Feb-2003 Harald Radi

MFB PHP_4_3


# 729e470c 01-Feb-2003 Sebastian Bergmann

Fix build.


# 333406bd 01-Feb-2003 foobar

- Added some missing CVS $Id$ tags, headers and footers.


Revision tags: PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix
# c073b76a 14-Jan-2003 Andi Gutmans

- Change "is" to "instanceof" as it explains better what the operator means.
- "is_a" was also appropriate but ugly.


# cf05f34c 05-Jan-2003 Zeev Suraski

MFZE1 - lineno fix


Revision tags: php-4.3.0, php-4.3.0RC4
# 11dbaa39 14-Dec-2002 Ilia Alshanetsky

MFZE2


Revision tags: RELEASE_1_0b3, php-4.3.0RC3
# e156edb1 07-Dec-2002 Zeev Suraski

Remove unintentional code


# e062dffe 06-Dec-2002 Zeev Suraski

- Implement public/protected/private methods.
- Prevent instantiation of classes with abstract methods.
Based in part on Marcus's patch.


Revision tags: php-4.3.0RC2, RELEASE_1_0b2
# 227f7838 20-Nov-2002 Andi Gutmans

- Fix build (thanks Marcus)
- Implement abstract methods, syntax:
- abstract function foo($vars);
- I don't see any reason why modifiers such as static/public need to be
- used wit

- Fix build (thanks Marcus)
- Implement abstract methods, syntax:
- abstract function foo($vars);
- I don't see any reason why modifiers such as static/public need to be
- used with abstract. PHP is weakly typed and there would be no meaning to
- this anyway. People who want a strictly typed compiled language are
- looking in the wrong place.

show more ...


# 6d8a643e 18-Nov-2002 Andi Gutmans

- MFZE1


# ce06e7ba 16-Nov-2002 Andi Gutmans

- MFZE1


# e1725b26 16-Nov-2002 Andi Gutmans

- MFZE1


Revision tags: BEFORE_RENAMING, php-4.3.0RC1
# 78bf1d9a 05-Nov-2002 Ilia Alshanetsky

MFZE1


# 983be5c7 05-Nov-2002 Andi Gutmans

- ATTENTION: Finally nuke old_function and cfunction. I think it is time
- to get rid of these BC notations. This is from the days of the move from
- PHP/FI 2 -> PHP 3


# 7936a861 02-Nov-2002 Ilia Alshanetsky

MFZE1


# fee4ba4f 02-Nov-2002 Derick Rethans

- Fix segfault when __CLASS__ was used outside a class definition


# d704357e 02-Nov-2002 Ilia Alshanetsky

MFZE1 (20214).


Revision tags: php-4.3.0pre2, RELEASE_1_0b1, php-4.3.0pre1, MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003, RELEASE_0_91, php-4.3.0dev_zend2_alpha3, php-4.2.3, php-4.2.3RC2, php-4.2.3RC1
# 0bb780b3 15-Aug-2002 Zeev Suraski

MFZE1


12345678910>>...12