mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fixed some spaces used instead of tabs
This commit is contained in:
parent
a233bfc766
commit
aff365871a
157 changed files with 1011 additions and 1014 deletions
|
@ -832,7 +832,7 @@ PHP_METHOD(XSLTProcessor, setSecurityPrefs)
|
|||
xsl_object *intern;
|
||||
zend_long securityPrefs, oldSecurityPrefs;
|
||||
|
||||
if (zend_parse_parameters(ZEND_NUM_ARGS(), "l", &securityPrefs) == FAILURE) {
|
||||
if (zend_parse_parameters(ZEND_NUM_ARGS(), "l", &securityPrefs) == FAILURE) {
|
||||
RETURN_THROWS();
|
||||
}
|
||||
intern = Z_XSL_P(id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue