1
0
mirror of https://github.com/php/php-src.git synced 2026-03-25 16:52:18 +01:00

- Fixed char formatter

This commit is contained in:
Felipe Pena
2008-10-29 13:01:44 +00:00
parent b90aaccbfd
commit fa5d6496f5

View File

@@ -4295,7 +4295,7 @@ ZEND_METHOD(reflection_property, __construct)
}
}
if (dynam_prop == 0) {
zend_throw_exception_ex(reflection_exception_ptr, 0 TSRMLS_CC, "Property %s::$%v does not exist", ce->name, name_str);
zend_throw_exception_ex(reflection_exception_ptr, 0 TSRMLS_CC, "Property %v::$%v does not exist", ce->name, name_str);
return;
}
}