Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix string increment | Nikita Popov | 2014-09-05 | 1 | -21/+40 |
| | |||||
* | Merge remote-tracking branch 'php-src/master' into ast | Nikita Popov | 2014-08-16 | 2 | -6/+6 |
|\ | | | | | | | | | Conflicts: ext/opcache/Optimizer/optimize_func_calls.c | ||||
| * | Behavoir of func_get_arg() and func_get_args() was changed in PHP7. | Dmitry Stogov | 2014-08-15 | 2 | -6/+6 |
| | | | | | | | | Now they show current values of variables corresponded to passed arguments instead of originally passed values. | ||||
* | | Merge remote-tracking branch 'php-src/phpng' into ast | Nikita Popov | 2014-08-16 | 2 | -0/+34 |
|\ \ | |/ | | | | | | | | | | | | | | | Conflicts: Zend/zend_ast.c Zend/zend_compile.c Zend/zend_language_parser.y Incomplete merge! | ||||
| * | PHP_INT_MIN and _MAX tests | Andrea Faulds | 2014-08-01 | 2 | -0/+34 |
| | | |||||
* | | Fix list() test wrt new assignment order | Nikita Popov | 2014-08-15 | 1 | -4/+4 |
| | | |||||
* | | Restore old evaluation order | Nikita Popov | 2014-08-15 | 1 | -13/+3 |
|/ | | | | ${a()}[b()][c()] = d() will now evaluate in order a, b, c, d. | ||||
* | Skip those test which fails on ARM architecture | Remi Collet | 2014-01-20 | 4 | -1/+41 |
| | | | | Add minimal tests for all arch. | ||||
* | dos2unix | Remi Collet | 2014-01-20 | 2 | -446/+446 |
| | |||||
* | Fixed tests that fail with non-default `serialize_precision` configurations. | Jeff Welch | 2013-11-20 | 1 | -0/+1 |
| | | | | | | | See: * https://bugs.php.net/bug.php?id=64760 * 4dc4302 | ||||
* | Merge branch 'PHP-5.4' into PHP-5.5 | Yasuo Ohgaki | 2013-10-29 | 1 | -8/+8 |
|\ | | | | | | | | | | | * PHP-5.4: Update NEWS Fixed Bug 64760 var_export() does not use full precision for floating-point numbers | ||||
| * | Fixed Bug 64760 var_export() does not use full precision for floating-point ↵ | Yasuo Ohgaki | 2013-10-29 | 1 | -8/+8 |
| | | | | | | | | numbers | ||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Anatoliy Belsky | 2012-12-05 | 2 | -0/+8 |
|\ \ | |/ | | | | | | | * PHP-5.4: Two tests deactivated until #63688 was fixed | ||||
| * | Merge branch 'PHP-5.3' into PHP-5.4 | Anatoliy Belsky | 2012-12-05 | 2 | -0/+8 |
| |\ | | | | | | | | | | | | | * PHP-5.3: Two tests deactivated until #63688 was fixed | ||||
| | * | Two tests deactivated until #63688 was fixed | Anatoliy Belsky | 2012-12-05 | 2 | -0/+8 |
| | | | |||||
* | | | Merge branch 'PHP-5.4' | Xinchen Hui | 2012-10-10 | 5 | -0/+0 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-10-10 | 5 | -0/+0 |
| |\ \ | | |/ | |||||
| | * | Remove executable permission on inc | Xinchen Hui | 2012-10-10 | 5 | -0/+0 |
| | | | |||||
* | | | Merge branch 'PHP-5.4' | Xinchen Hui | 2012-10-10 | 23 | -0/+0 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-10-10 | 23 | -0/+0 |
| |\ \ | | |/ | |||||
| | * | Remove executable permission on phpt | Xinchen Hui | 2012-10-10 | 23 | -0/+0 |
| | | | |||||
* | | | Drop obsolete test | Nikita Popov | 2012-09-01 | 1 | -11/+0 |
| | | | |||||
* | | | Merge branch 'generators' | Gustavo Lopes | 2012-09-01 | 1 | -10/+0 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generators: (70 commits) Fix typos Fix segfault when traversing a by-ref generator twice Make sure that exception is thrown on rewind() after closing too Remove implementation stubs for yield delegation Fix several issues and allow rewind only at/before first yield Run finally if generator is closed before finishing Finally with return now works in generators too Add dedicated opcode for returns from a generator Disallow serialization and unserialization Fix zts build (typo) Drop Generator::close() method Forgot to add test Support trivial finally in generators (no yield, no return) Fix implementation of Iterator interface Add T_YIELD in tokenizer_data.c Throw error also for return occuring before yield Fix throwing of exceptions within a generator Remove reference restrictions from foreach Require parenthesis around yield expressions Add some more tests ... | ||||
| * \ \ | Merge remote-tracking branch 'php-src/master' into addGeneratorsSupport | Nikita Popov | 2012-08-26 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Zend/zend_language_parser.y Zend/zend_vm_execute.skl | ||||
| * \ \ \ | Merge remote-tracking branch 'php-src/master' into addGeneratorsSupport | Nikita Popov | 2012-08-13 | 1 | -0/+5 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is just an intial merge. It does not yet make generators and finally work together. Conflicts: Zend/zend_language_scanner.c Zend/zend_language_scanner_defs.h Zend/zend_vm_def.h Zend/zend_vm_execute.h Zend/zend_vm_execute.skl Zend/zend_vm_opcodes.h | ||||
| * | | | | | Remove reference restrictions from foreach | Nikita Popov | 2012-07-22 | 1 | -10/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | foreach only allowed variables to be traversed by reference. This never really made sense because a) Expressions like array(&$a, &$b) can be meaningfully iterated by-ref b) Function calls can return by-ref (so they can also be meaningfully iterated) c) Iterators could at least in theory also be iterated by-ref (not sure if any iterator makes use of this) With by-ref generators the restriction makes even less sense, so I removed it altogether. | ||||
* | | | | | | Merge branch 'PHP-5.4' | Xinchen Hui | 2012-08-31 | 1 | -6/+2 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | / / | | |_|/ / | |/| | | | |||||
| * | | | | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-08-31 | 1 | -6/+2 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||||
| | * | | | Fixed bug #62976 (Notice: could not be converted to int when comparing some ↵ | Xinchen Hui | 2012-08-31 | 1 | -6/+2 |
| | | | | | | | | | | | | | | | | | | | | builtin classes) | ||||
* | | | | | Support list in foreach | Xinchen Hui | 2012-08-25 | 1 | -1/+1 |
| |_|_|/ |/| | | | | | | | | | | | RFC: https://wiki.php.net/rfc/foreachlist | ||||
* | | | | Merge branch 'PHP-5.4' | Xinchen Hui | 2012-07-29 | 1 | -0/+5 |
|\ \ \ \ | |/ / / | | | / | |_|/ |/| | | |||||
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-07-29 | 1 | -0/+5 |
| |\ \ | | |/ | | | | | | | | | | * PHP-5.3: Skip test while zend mm is disabled | ||||
| | * | Skip test while zend mm is disabled | Xinchen Hui | 2012-07-29 | 1 | -0/+5 |
| | | | |||||
| | * | Fixed broken test (different error message wording in 5.3 branch) | Shein Alexey | 2012-01-02 | 1 | -1/+1 |
| | | | |||||
| | * | fix memory leak in compile_string when there's a parse error (used e.g. in ↵ | Nuno Lopes | 2012-01-01 | 1 | -3/+5 |
| | | | | | | | | | | | | eval or assert) | ||||
| | * | adding SKIP_SLOW_TESTS checks for the slow tests, and additionaly sync the ↵ | Ferenc Kovacs | 2011-10-23 | 1 | -0/+4 |
| | | | | | | | | | | | | domains used in the ext/standard/tests/network/getmxrr.phpt with the other branches | ||||
| | * | Add skip message | Hannes Magnusson | 2011-09-07 | 1 | -1/+1 |
| | | | |||||
| | * | revert to the previous good revision, as the new improved parse error syntax ↵ | Ferenc Kovacs | 2011-09-01 | 1 | -2/+2 |
| | | | | | | | | | | | | only used in version >= 5.4 | ||||
| | * | - error msg may vary (parser) | Pierre Joye | 2011-08-31 | 1 | -2/+2 |
| | | | |||||
| | * | Revert my previous change - getting different results in different ↵ | Joey Smith | 2011-08-24 | 1 | -1/+0 |
| | | | | | | | | | | | | environments, shouldn't have committed it | ||||
| | * | Fix tests/lang/bug45392.phpt to log expected error when run with -n flag | Joey Smith | 2011-08-24 | 1 | -0/+1 |
| | | | |||||
| | * | Implement request #54355 (Test for de_DE doesn't use UTF-8 locales). Patch by | Adam Harvey | 2011-03-23 | 2 | -4/+4 |
| | | | | | | | | | | | | | | | Ondřej Surý. | ||||
| * | | fix test | Xinchen Hui | 2012-01-04 | 1 | -1/+1 |
| | | | |||||
| * | | fix memory leak in compile_string when there's a parse error (used e.g. in ↵ | Nuno Lopes | 2012-01-01 | 1 | -3/+5 |
| | | | | | | | | | | | | eval or assert) | ||||
| * | | fix tests | Stanislav Malyshev | 2011-12-26 | 1 | -2/+2 |
| | | | |||||
| * | | Fix tests | Xinchen Hui | 2011-12-19 | 1 | -0/+2 |
| | | | |||||
| * | | adding SKIP_SLOW_TESTS checks for the slow tests, and additionaly sync the ↵ | Ferenc Kovacs | 2011-10-23 | 1 | -0/+4 |
| | | | | | | | | | | | | domains used in the ext/standard/tests/network/getmxrr.phpt with the other branches | ||||
| * | | Bug #55754 - Only variables should be passed by reference for ↵ | Stanislav Malyshev | 2011-10-16 | 1 | -0/+14 |
| | | | | | | | | | | | | ZEND_SEND_PREFER_REF params | ||||
| * | | Add skip message | Hannes Magnusson | 2011-09-07 | 1 | -1/+1 |
| | | | |||||
| * | | Unmatched %s was still diffing on Linux. Now it matches the whitespace at a ↵ | Christopher Jones | 2011-09-01 | 1 | -1/+1 |
| | | | | | | | | | | | | minimum |