summaryrefslogtreecommitdiff
path: root/ext/dom/xpath.c
diff options
context:
space:
mode:
authorkrakjoe <joe.watkins@live.co.uk>2014-09-26 11:12:45 +0100
committerkrakjoe <joe.watkins@live.co.uk>2014-09-26 11:12:45 +0100
commitf0f583f75753b3f29df4d2f97dbf9db48657297a (patch)
tree061c82eec78f411134811ed08da25d4ce67b1893 /ext/dom/xpath.c
parent6d548bac93e59eb634bee36c67d0cafbcd828afa (diff)
downloadphp-git-f0f583f75753b3f29df4d2f97dbf9db48657297a.tar.gz
remove fetch from dom
Diffstat (limited to 'ext/dom/xpath.c')
-rw-r--r--ext/dom/xpath.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/dom/xpath.c b/ext/dom/xpath.c
index 336365e342..fddf7da423 100644
--- a/ext/dom/xpath.c
+++ b/ext/dom/xpath.c
@@ -82,8 +82,6 @@ static void dom_xpath_ext_function_php(xmlXPathParserContextPtr ctxt, int nargs,
char *str;
zend_string *callable = NULL;
dom_xpath_object *intern;
-
- TSRMLS_FETCH();
if (! zend_is_executing(TSRMLS_C)) {
xmlGenericError(xmlGenericErrorContext,