|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2018-08-01 08:58 UTC] 641202944 at qq dot com
[2018-08-01 11:54 UTC] cmb@php.net
-Status: Open
+Status: Feedback
-Package: PECL
+Package: *General Issues
-Assigned To:
+Assigned To: cmb
[2018-08-01 11:54 UTC] cmb@php.net
[2018-08-07 06:28 UTC] dying318 at gmail dot com
-Status: Feedback
+Status: Assigned
[2018-08-07 06:28 UTC] dying318 at gmail dot com
[2018-08-07 07:03 UTC] requinix@php.net
-Status: Assigned
+Status: Not a bug
[2018-08-07 07:03 UTC] requinix@php.net
[2018-08-07 07:18 UTC] dying318 at gmail dot com
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 11:00:01 2025 UTC |
Description: ------------ the test script is ok, but when I remove the annotation at line 2, the findFirst will return a bad result, Note: the findFinst is defined in phalcon framework. Test script: --------------- $parameters = [[["id=470"]]]; // $conditions = &$parameters[0]; // the problem code $model = Model::findFirst($parameters); echo $model->name , "<br>"; echo $this->di->get('profiler')->getLastProfile()->getSQLStatement(), "<br>";