diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2004-08-05 23:57:51 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2004-08-05 23:57:51 +0000 |
commit | ee656c4b32efbf32900bb4da1c35c13a07734d1a (patch) | |
tree | 2ce16d6e75c0785a6efc28fd25c68f2581e3bf18 /ext/simplexml/php_simplexml_exports.h | |
parent | 15e14aeca588818c1cc60e6c3dcbc804ab6b2f3d (diff) | |
download | php-git-ee656c4b32efbf32900bb4da1c35c13a07734d1a.tar.gz |
php_error() -> php_error_docref()
Diffstat (limited to 'ext/simplexml/php_simplexml_exports.h')
-rwxr-xr-x | ext/simplexml/php_simplexml_exports.h | 2 |
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"); \ } \ } |