summaryrefslogtreecommitdiff
path: root/ext/simplexml/php_simplexml_exports.h
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2004-08-05 23:57:51 +0000
committerIlia Alshanetsky <iliaa@php.net>2004-08-05 23:57:51 +0000
commitee656c4b32efbf32900bb4da1c35c13a07734d1a (patch)
tree2ce16d6e75c0785a6efc28fd25c68f2581e3bf18 /ext/simplexml/php_simplexml_exports.h
parent15e14aeca588818c1cc60e6c3dcbc804ab6b2f3d (diff)
downloadphp-git-ee656c4b32efbf32900bb4da1c35c13a07734d1a.tar.gz
php_error() -> php_error_docref()
Diffstat (limited to 'ext/simplexml/php_simplexml_exports.h')
-rwxr-xr-xext/simplexml/php_simplexml_exports.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/simplexml/php_simplexml_exports.h b/ext/simplexml/php_simplexml_exports.h
index 6d6e7b8baf..445605fdf5 100755
--- a/ext/simplexml/php_simplexml_exports.h
+++ b/ext/simplexml/php_simplexml_exports.h
@@ -35,7 +35,7 @@
__n = (__s)->node->node; \
} else { \
__n = NULL; \
- php_error(E_WARNING, "Node no longer exists"); \
+ php_error_docref(NULL TSRMLS_CC, E_WARNING, "Node no longer exists"); \
} \
}