summaryrefslogtreecommitdiff
path: root/Zend/zend_builtin_functions.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed zend_update_class_constants() to always resolve all constants.Dmitry Stogov2015-05-211-2/+4
* Don't propogate "fake" EX(called_scope) and EX(This) into each internal funct...Dmitry Stogov2015-04-231-14/+5
* Merge branch 'coroutineDelegation' of https://github.com/bwoebi/php-srcBob Weinand2015-04-141-0/+5
|\
| * Added yield from operatorBob Weinand2015-03-071-0/+5
* | Squashed commit of the following:Dmitry Stogov2015-04-101-6/+3
* | Use new macrosXinchen Hui2015-04-081-2/+2
* | Recalssify some E_ERROR into E_CORE_ERRORDmitry Stogov2015-04-021-1/+1
* | Convert fatal errors into EngineExceptionsDmitry Stogov2015-04-021-2/+6
* | Use zend_error_noreturn() for fatal errorsDmitry Stogov2015-04-011-1/+1
* | Added missing zend_parse_parameters_none() to restore_error_handler() and res...Kalle Sommer Nielsen2015-03-301-0/+8
* | Minor cosmetics for our test functions in the debug buildKalle Sommer Nielsen2015-03-261-3/+11
* | Change the error message for colliding class/interface/trait names to be a li...Kalle Sommer Nielsen2015-03-261-1/+1
* | Change "Cannot redeclare class X" into "Cannot redeclare class/interface/trai...Kalle Sommer Nielsen2015-03-251-1/+1
* | Use specialized macro for string zval creationDmitry Stogov2015-03-121-6/+6
* | Added specialized versions of DO_FCALL handler:Dmitry Stogov2015-02-251-0/+6
* | don't count op_arrays stored in opcache SHMDmitry Stogov2015-02-201-2/+4
|/
* Merged zend_array and HashTable into the single data structure.Dmitry Stogov2015-02-131-4/+2
* Cleanup checks in zend_builtin_functions.cNikita Popov2015-02-121-6/+5
* Made ZEND_ACC_TRAIT a saner valueGuilherme Blanco2015-02-121-2/+5
* Add test function argumentsReeze Xia2015-02-051-1/+18
* Fixed refcount handling in get_class_vars()Xinchen Hui2015-01-231-0/+2
* define() must not modify the source arrayDmitry Stogov2015-01-221-8/+1
* cleanupDmitry Stogov2015-01-201-17/+1
* Optimized is_aXinchen Hui2015-01-191-6/+10
* bump yearXinchen Hui2015-01-151-1/+1
* Fixed possible double freeDmitry Stogov2015-01-131-1/+1
* Fixed possible crashDmitry Stogov2015-01-131-11/+13
* Optimized error_reporting() similar to silence operator (ZEND_BEGIN_SILENCE o...Dmitry Stogov2015-01-121-6/+33
* Use FAST_ZPP in few more frequently used functionsDmitry Stogov2015-01-121-0/+7
* trailing whitespace removalStanislav Malyshev2015-01-101-44/+44
* Drop duplicate arg from hash_get_current_key_exNikita Popov2014-12-261-1/+1
* remove unused variableAnatol Belski2014-12-241-1/+0
* C89 compatAnatol Belski2014-12-241-1/+2
* Added new API function 'zend_string* zend_string_tolower(zend_string*)'.Dmitry Stogov2014-12-241-45/+42
* API for fast construction of packed arraysDmitry Stogov2014-12-231-50/+57
* Improved get_object_vars()Dmitry Stogov2014-12-231-16/+22
* Don't count variadic argument in zend_func.common.num_args. This allows faste...Dmitry Stogov2014-12-221-9/+0
* Allow arrays with define(), to match const syntax supportDmitry Stogov2014-12-211-1/+77
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-96/+96
* Rename EX_VAR_2() into ZEND_CALL_VAR() and EX_VAR_NUM_2() into ZEND_CALL_VAR_...Dmitry Stogov2014-11-281-3/+3
* Pack EX(frame_info) into EX(This).u1.v.reserved. Rename "frame"kind" into "ca...Dmitry Stogov2014-11-281-3/+3
* Pack EX(num_args) into EX(This).u2.num_argsDmitry Stogov2014-11-281-7/+7
* Improved object property access.Dmitry Stogov2014-11-061-6/+4
* Addtion fix for bug #68252 , forget static variable hanldingXinchen Hui2014-10-281-3/+3
* Fixed bug #68252 (segfault in Zend/zend_hash.c in function _zend_hash_del_el)Xinchen Hui2014-10-281-1/+1
* fix datatype mismatchesAnatol Belski2014-10-241-2/+2
* Update get_class_name semanticsNikita Popov2014-10-091-12/+4
* Remove zend_get_class_entry functionNikita Popov2014-10-091-7/+3
* Remove support for classes without class entriesNikita Popov2014-10-091-5/+1
* Merged EX(frame_kind) and EX(flags) into single wordDmitry Stogov2014-10-071-3/+3