Searched refs:z_error (Results 1 – 1 of 1) sorted by relevance
/PHP-5.4/ext/libxml/ |
H A D | libxml.c | 1018 zval *z_error; in PHP_FUNCTION() local 1019 MAKE_STD_ZVAL(z_error); in PHP_FUNCTION() 1021 object_init_ex(z_error, libxmlerror_class_entry); in PHP_FUNCTION() 1022 add_property_long(z_error, "level", error->level); in PHP_FUNCTION() 1023 add_property_long(z_error, "code", error->code); in PHP_FUNCTION() 1024 add_property_long(z_error, "column", error->int2); in PHP_FUNCTION() 1028 add_property_stringl(z_error, "message", "", 0, 1); in PHP_FUNCTION() 1031 add_property_string(z_error, "file", error->file, 1); in PHP_FUNCTION() 1033 add_property_stringl(z_error, "file", "", 0, 1); in PHP_FUNCTION() 1035 add_property_long(z_error, "line", error->line); in PHP_FUNCTION() [all …]
|
Completed in 6 milliseconds