History log of /PHP-8.0/Zend/zend_language_scanner.l (Results 401 – 425 of 474)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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


# 52406cb3 08-Aug-2002 Andi Gutmans

- Make new 'is' operator work with classes only and return false when
- the object isn't of the said class or the value isn't an object.


Revision tags: dev
# 82c72f27 30-Jul-2002 Andrei Zmievski

@- Adding 'is' operator that can be used to check the type of a variable,
@ or its class. (Andrei)


Revision tags: php-4.2.2
# 3be1dd46 16-Jul-2002 Andi Gutmans

- Syntactic sugar - Add "public" as a synonym for "var".
- Now we have the three P's.
You can do:

<?
class MyClass {
public $a;
pr

- Syntactic sugar - Add "public" as a synonym for "var".
- Now we have the three P's.
You can do:

<?
class MyClass {
public $a;
private $b;
protected $c;
}

?>

show more ...


# bc5ea87e 15-Jul-2002 Andi Gutmans

- Commit patch to support protected member variables (by Timm Friebe w/
- some fixes by me).
- You can't access protected variables from outside the object. If you want
- to see a protect

- Commit patch to support protected member variables (by Timm Friebe w/
- some fixes by me).
- You can't access protected variables from outside the object. If you want
- to see a protected member from your ancestors you need to declare the
- member as protected in the class you want to use it in. You can't
- redeclare a protected variable as private nor the other way around.

show more ...


# 7b68f510 14-Jul-2002 Andi Gutmans

- Nuke delete(). It was a big mistake to introduce it and I finally
- understand why Java didn't do so.
- If you still want to control destruction of your object then either make
- sure y

- Nuke delete(). It was a big mistake to introduce it and I finally
- understand why Java didn't do so.
- If you still want to control destruction of your object then either make
- sure you kill all references or create a destruction method which you
- call yourself.

show more ...


Revision tags: INITIAL_IMPORT_SOURCEFORGE, xmlrpc_epi_0_51_merge_pt, php-4.3.0dev_zend2_alpha2, php-4.3.0dev, php5_5_0, RELEASE_0_90, php-4.3.0dev_zend2_alpha1, BEFORE_OBJECTS_STORE, SAFEGUARD_3_0_BETA1_RC1_26062002, RELEASE_0_11, NEW_UI_API_BP, RELEASE_0_10, RELEASE_0_4, php-4.3.0dev-ZendEngine2, php-4.3.0dev-ZendEngine2-Preview1, php-4.2.1, php-4.2.1RC2, php-4.2.1RC1, php-4.2.0, php-4.2.0RC4, php-4.2.0RC3
# 3eafd220 10-Apr-2002 foobar

MFZE1


# 60ccb411 10-Apr-2002 foobar

MFZE1


1...<<111213141516171819