summaryrefslogtreecommitdiff
path: root/zend
diff options
context:
space:
mode:
Diffstat (limited to 'zend')
-rw-r--r--zend/value.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/zend/value.cpp b/zend/value.cpp
index d48e08b..61efe2f 100644
--- a/zend/value.cpp
+++ b/zend/value.cpp
@@ -1484,7 +1484,7 @@ bool Value::instanceOf(const char *classname, size_t size, bool allowString) con
* @param allowString Is it allowed for 'this' to be a string
* @return bool
*/
-bool Value::subclassOf(const char *classname, size_t size, bool allowString) const
+bool Value::derivedFrom(const char *classname, size_t size, bool allowString) const
{
// we need the tsrm_ls variable
TSRMLS_FETCH();