summaryrefslogtreecommitdiff
path: root/Zend/zend_builtin_functions.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a few arg name mistakesinternal-arg-infoRasmus Lerdorf2015-06-221-7/+7
* Fix buildRasmus Lerdorf2015-06-221-1/+1
* Several return type fixes, still not completed... Incomplete prototypes :-/Bob Weinand2015-06-221-8/+8
* Fix genarginfo to respect by-ref passingBob Weinand2015-06-221-2/+2
* Fix each() arginfoBob Weinand2015-06-221-3/+3
* And actually use this new arginfo dataRasmus Lerdorf2015-06-221-22/+19
* Fix set_error_handler() arginfoRasmus Lerdorf2015-06-211-5/+5
* Fix arginfo for built-in engine functionsRasmus Lerdorf2015-06-211-70/+211
* Use COW to prevent unnecessary duplication of dynamic propertyes of stdClass ...Dmitry Stogov2015-06-171-0/+6
* Get rid of more ZVAL_ZVAL() macrosDmitry Stogov2015-06-121-1/+2
* Avoid zval duplication in ZVAL_ZVAL() macro (it was necessary only in few pla...Dmitry Stogov2015-06-121-5/+5
* 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