Skip to content

Commit fb8e614

Browse files
committed
Trivial fix - but the period looks odd in error messages
1 parent 551f183 commit fb8e614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_API.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -889,7 +889,7 @@ ZEND_API int zend_set_hash_symbol(zval *symbol, char *name, int name_length,
889889

890890
static ZEND_FUNCTION(display_disabled_function)
891891
{
892-
zend_error(E_WARNING, "%s() has been disabled for security reasons.", get_active_function_name());
892+
zend_error(E_WARNING, "%s() has been disabled for security reasons", get_active_function_name());
893893
}
894894

895895

0 commit comments

Comments
 (0)