This website requires JavaScript.
Explore
Help
Register
Sign In
php
/
archived-php-src
Watch
1
Star
0
Fork
0
You've already forked archived-php-src
mirror of
https://github.com/php/php-src.git
synced
2026-04-19 22:11:12 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a7c942efee55c2612e2aa95a2c2d8a611bc059b5
archived-php-src
/
ext
/
intl
/
collator
History
Dmitry Stogov
8939c4d96b
Get rid of ZEND_ACC_CTOR, ZEND_ACC_DTOR and ZEND_ACC_IMPLEMENTED_ABSTRACT
2018-09-05 13:16:10 +03:00
..
collator_attr.c
…
collator_attr.h
…
collator_class.c
Get rid of ZEND_ACC_CTOR, ZEND_ACC_DTOR and ZEND_ACC_IMPLEMENTED_ABSTRACT
2018-09-05 13:16:10 +03:00
collator_class.h
…
collator_compare.c
E_RECOVERABLE_ERROR -> thrown Error
2016-06-14 13:18:43 -05:00
collator_compare.h
…
collator_convert.c
Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized destructors.
2018-07-04 19:22:24 +03:00
collator_convert.h
…
collator_create.c
Remove return types from some magic method in protos
2018-03-09 12:04:46 +01:00
collator_create.h
…
collator_error.c
…
collator_error.h
…
collator_is_numeric.c
Reduce variable scope
2018-02-15 21:34:55 +01:00
collator_is_numeric.h
cleanup intl types
2014-12-29 14:06:12 -08:00
collator_locale.c
E_RECOVERABLE_ERROR -> thrown Error
2016-06-14 13:18:43 -05:00
collator_locale.h
…
collator_sort.c
Merge branch 'PHP-7.0' into PHP-7.1
2017-09-12 12:13:42 +02:00
collator_sort.h
…
collator.c
…
collator.h
…