|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-08-23 06:58 UTC] mj@php.net
[2002-08-23 08:38 UTC] heino at gehlsen dot dk
[2005-09-02 08:40 UTC] sniper@php.net
[2005-09-02 10:16 UTC] heino@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 18:00:01 2025 UTC |
I can't get placeholderExists() to work without making minor changes to the code: [...] while (list($k, $variable) = each($variables)) - if ($variable == $placeholder) { + if ($k == $placeholder) { $found = $block; [...] (boolean) $variable != (string) $placeholder. (string) $k = (string) $placeholder. PS. I don't have the time to check if it's placeholderExists() that is buggy or if it is $this->blockvariables' - sorry...