Skip to content

Commit 7883185

Browse files
rizwan3dmvorisek
andauthored
Update Zend/zend_API.c
Co-authored-by: Michael Voříšek <[email protected]>
1 parent 1a0c4dd commit 7883185

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Zend/zend_API.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,10 +159,10 @@ ZEND_API const char *zend_zval_namaric_string_value_name(const zval *arg)
159159

160160
if (Z_TYPE_P(val) == IS_STRING) {
161161
if (Z_STRLEN_P(val) == 0) {
162-
return "empty string";
162+
return "empty-string";
163163
}
164164

165-
return "non-numeric string";
165+
return "non-numeric-string";
166166
}
167167

168168
return zend_zval_type_name(val);

0 commit comments

Comments
 (0)