|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-11-30 14:43 UTC] derick@php.net
[2004-11-30 14:53 UTC] tony2001@php.net
[2004-11-30 17:37 UTC] jorton@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Dec 03 11:00:01 2025 UTC |
Description: ------------ Standart Php.ini set Reproduce code: --------------- <?php function pr() { echo 'ok<br>'; } register_tick_function("pr"); pr(); declare(ticks=2) { for ($x = 1; $x < 50; ++$x) {}} ?> Expected result: ---------------- output ok Actual result: -------------- Apache.exe has encountered a problem and needs to close. We are sorry for the inconvenience.