Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
Z
zendframework1
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
common
zendframework1
Commits
7db5d89b
Commit
7db5d89b
authored
Feb 28, 2022
by
Tomek Jankowski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Registry.php
parent
f41fe074
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/Zend/Registry.php
src/Zend/Registry.php
+1
-1
No files found.
src/Zend/Registry.php
View file @
7db5d89b
...
@@ -208,6 +208,6 @@ class Zend_Registry extends ArrayObject
...
@@ -208,6 +208,6 @@ class Zend_Registry extends ArrayObject
*/
*/
public
function
offsetExists
(
$index
)
public
function
offsetExists
(
$index
)
{
{
return
property_exists
(
$this
,
$index
);
return
array_key_exists
(
$index
,
(
array
)
$this
);
}
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment