summaryrefslogtreecommitdiff
path: root/ext/standard/type.c
Commit message (Expand)AuthorAgeFilesLines
* Rename zend_zval_get_type() APINikita Popov2020-05-131-1/+1
* Add get_debug_type() functionYour Name2020-04-231-0/+46
* Improve argument error messages in ext/standardMáté Kocsis2020-03-181-1/+1
* Use RETURN_THROWS() when an exception is thrownMáté Kocsis2019-12-301-1/+1
* Add stubs for standard libraryMáté Kocsis2019-12-111-8/+8
* Promote warnings to exceptions in settype() functionMáté Kocsis2019-12-051-3/+3
* Remove most uses of ZEND_PARSE_PARAMETERS_END_EX()Nikita Popov2019-10-071-2/+2
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* settype() optimizationDmitry Stogov2019-04-241-32/+41
* Use ZEND_TRY_ASSIGN_REF_... macros for arguments passed to internal function ...Dmitry Stogov2019-04-241-2/+2
* Remove local variablesPeter Kokot2019-02-031-9/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* Improved ZEND_TRY_ASSIGN... API to avoid unnecessary double copying and reduc...Dmitry Stogov2019-01-181-1/+1
* Implement typed propertiesNikita Popov2019-01-111-15/+20
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Add is_countable functionGabriel Caruso2018-03-111-0/+14
* Remove explicit intval() param count checkGabriel Caruso2018-01-281-3/+0
* Trailing whitespacesGabriel Caruso2018-01-031-5/+5
* year++Xinchen Hui2018-01-021-1/+1
* Avoid useless dereferences and separations during paramter passing.Dmitry Stogov2017-06-191-11/+11
* Added ZEND_GET_CLASS, ZEMD_GET_CALLED_CLASS, ZEND_GET_TYPE instructions, to i...Dmitry Stogov2017-05-251-44/+6
* Merge branch 'PHP-7.1'Nikita Popov2017-02-121-7/+1
|\
| * Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-02-121-7/+1
| |\
| | * Fixed bug #73118Adam Saponara2017-02-121-7/+1
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | | Merge branch 'PHP-7.1'Nikita Popov2017-01-121-2/+41
|\ \ \ | |/ /
| * | Fixed bug #73374Leigh2017-01-121-2/+41
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* | | Use new param API in standardSara Golemon2016-12-301-25/+26
* | | Merge branch 'PHP-7.1'Andrea Faulds2016-09-111-31/+0
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Andrea Faulds2016-09-111-31/+0
| |\ \ | | |/
| | * Remove zpp fallback code (always use Fast ZPP)Andrea Faulds2016-09-111-31/+0
* | | Return true for is_object() on Incomplete_ClassNikita Popov2016-08-151-7/+1
* | | gettype(): Use "resource (closed)" instead of "unknown type"Nikita Popov2016-08-151-12/+3
|/ /
* | Merge branch 'master' into iterableAaron Piotrowski2016-07-031-1/+1
|\ \
| * | Fixed compilation warningsDmitry Stogov2016-06-231-1/+1
* | | Add is_iterable() functionAaron Piotrowski2016-06-031-0/+14
|/ /
* | Warn about invalid strings in arithmeticAndrea Faulds2016-03-301-1/+1
|/
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * bump yearXinchen Hui2015-01-151-1/+1
* | Avoid duplicationDmitry Stogov2015-08-261-2/+5
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-4/+4
* | Avoid zval duplication in ZVAL_ZVAL() macro (it was necessary only in few pla...Dmitry Stogov2015-06-121-3/+2
* | Make convert_to_* safe with rc>1Nikita Popov2015-06-111-1/+0
* | Use memcmp() instead of strncmp()Dmitry Stogov2015-03-161-1/+1
* | bump yearXinchen Hui2015-01-151-1/+1
* | Use FAST_ZPP in few more frequently used functionsDmitry Stogov2015-01-121-0/+13
* | trailing whitespace removalStanislav Malyshev2015-01-101-5/+5