summaryrefslogtreecommitdiff
path: root/zend
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-07-27 16:30:17 +0200
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-07-27 16:30:17 +0200
commit5cf1b5d53db6ddeb4b8d371baef0d9c37c0fa231 (patch)
tree42419b2397dc2c40137fe71f0bb49b11dfb9f536 /zend
parent5e8c9017107dd48150790ac7027d9cdc67d8b09c (diff)
renamed subclassOf() to derivedFrom() (added to pull request #110)
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();