summaryrefslogtreecommitdiff
path: root/Zend/zend_builtin_functions.c
Commit message (Expand)AuthorAgeFilesLines
* Use hash_str directlyXinchen Hui2015-07-021-3/+4
* debug_print_backtrace has a 2nd optional argRasmus Lerdorf2015-06-301-0/+1
* Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-44/+44
* 3rd arg to define() is optionalRasmus Lerdorf2015-06-231-1/+1
* Fix more minor mistakes in the proto commentsRasmus Lerdorf2015-06-231-1/+1
* Fix incorrect protosRasmus Lerdorf2015-06-231-11/+11
* Revert "Fix arginfo for built-in engine functions"Dmitry Stogov2015-06-221-211/+70
* Revert "Fix set_error_handler() arginfo"Dmitry Stogov2015-06-221-5/+5
* Revert "And actually use this new arginfo data"Dmitry Stogov2015-06-221-19/+22
* Revert "Fix each() arginfo"Dmitry Stogov2015-06-221-3/+3
* Revert "Fix genarginfo to respect by-ref passing"Dmitry Stogov2015-06-221-2/+2
* Revert "Several return type fixes, still not completed... Incomplete prototyp...Dmitry Stogov2015-06-221-8/+8
* 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