History log of /PHP-8.4/Zend/zend_operators.c (Results 526 – 550 of 687)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 36133c4d 15-Sep-2003 Zeev Suraski

Simplify / fix


# e0508c13 14-Sep-2003 Zeev Suraski

Commit 64-bit fixes to the standard operators
by Ard Biesheuvel (abies@php.net)


Revision tags: php-4.3.3, php-4.3.3RC4
# 744dd205 17-Aug-2003 Marcus Boerger

Fix warnings


Revision tags: RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5, BEFORE_ARG_INFO, php-4.3.3RC2
# cf90932a 22-Jul-2003 Zeev Suraski

Improve infrastructure of numeric handling of elements in symbol tables.

When you want to work with a symbol table, and you don't know whether you
have a numeric ("string that looks like

Improve infrastructure of numeric handling of elements in symbol tables.

When you want to work with a symbol table, and you don't know whether you
have a numeric ("string that looks like a number") or a string element in
your hands, use zend_symtable_*() functions, in place of zend_hash_*()
functions.

show more ...


# dae3fefd 30-Jun-2003 Sterling Hughes

revert back the optimization for now.


Revision tags: php-5.0.0b1
# f605f0b7 29-Jun-2003 Sterling Hughes

Very simple, but very effective optimization. Provides a signifigant speed
improvement to matches done via '=='. This checks that the lengths of two
strings are equal before performing a me

Very simple, but very effective optimization. Provides a signifigant speed
improvement to matches done via '=='. This checks that the lengths of two
strings are equal before performing a memcmp() on them.

show more ...


Revision tags: php-4.3.3RC1
# f68c7ff2 10-Jun-2003 James Cox

updating license information in the headers.


Revision tags: BEFORE_FD_REAPPLY
# 472cc5b9 29-May-2003 Marcus Boerger

Faster interface inheritance & faster inheritance checks


Revision tags: php-4.3.2
# ae2bfb78 27-May-2003 Sterling Hughes

Assume lazy consensus regarding the cast_object() patch. *Only* implemented
from a internals perspective. This callback has been very useful for both
ext/mono and ext/simplexml


Revision tags: php-4.3.2RC4
# ae910652 23-May-2003 Sterling Hughes

move HANDLE_NUMERIC() from the hash table implementation upstream to the
places that actually need to use it.


# 402f5f7a 21-May-2003 Marcus Boerger

Use same parameter order as strcpy()


# 7af8eadd 21-May-2003 Marcus Boerger

Make zend_str_tolower_copy() a copy function (like stccpy).
Supply a dup version (like estrdup).
Fix tolower() handling.
# Havin copy and dup allows to use the faster version even with

Make zend_str_tolower_copy() a copy function (like stccpy).
Supply a dup version (like estrdup).
Fix tolower() handling.
# Havin copy and dup allows to use the faster version even with
# memory not allocated by emalloc.

show more ...


# 5619166f 21-May-2003 Sterling Hughes

optimize loops. The check only exists for integers because that's the more
common optimization, and you actually lose performance if you check for
a double too (wierd but true).


Revision tags: BEFORE_FD_REVERT
# 34087ad2 20-May-2003 Sterling Hughes

bah humbug, use the pointer based version, which turns out to be an instruction
faster


# 7c7d14a4 20-May-2003 Sterling Hughes

use pointer arithmetic for the normal zend_str_tolower()


# 3079bb1b 20-May-2003 Sterling Hughes

make this faster and sexier


# a4fb3300 20-May-2003 Sterling Hughes

doesn't need to be register


# ca6ca5e2 20-May-2003 Sterling Hughes

optimize the lookups by avoiding a copy and then another pass

Naked Dancing Girls should be given to: Myself, Zeev, Marcus,
and George Schlossnagle (in no particular order)


Revision tags: php-4.3.2RC3, RELEASE_0_9b, SPL_ALPHA, php-4.3.2RC2, RELEASE_0_6, RELEASE_0_5, init, php-4.3.2RC1
# 26dd8492 05-Mar-2003 Zeev Suraski

Add support for interfaces


Revision tags: php-4.3.1
# 333406bd 01-Feb-2003 foobar

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


# 7a3c54fc 30-Jan-2003 Ilia Alshanetsky

Fixed compiler warning regarding signed/unsigned int comparisons.


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.


# 2c5d4b8c 31-Dec-2002 Sebastian Bergmann

Bump year.


Revision tags: php-4.3.0, php-4.3.0RC4, RELEASE_1_0b3, php-4.3.0RC3
# 671fff2f 30-Nov-2002 Andi Gutmans

h WHitespace


Revision tags: php-4.3.0RC2, RELEASE_1_0b2, BEFORE_RENAMING, php-4.3.0RC1
# a8f8d9d5 04-Nov-2002 Ilia Alshanetsky

Silence compile warning, ctype.h is needed for tolower() function.


1...<<2122232425262728