|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2015-09-15 19:00 UTC] requinix@php.net
-Status: Open
+Status: Feedback
[2015-09-15 19:00 UTC] requinix@php.net
[2015-09-27 04:22 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Nov 07 07:00:02 2025 UTC |
Description: ------------ JSON pre-process handle is dont working, after call, system execution at the last time. Preprocessor returned non constants, excellent variable. Test script: --------------- <?php $a = json_encode('', TRUE); PRE_PROCESS.after(); print_r(systemCores()); ?>