Skip to content

Commit b98335c

Browse files
[%pS migration] Use %pS in Zend/zend_weakrefs.c
1 parent 9f8f163 commit b98335c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Zend/zend_weakrefs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ static zval *zend_weakmap_read_dimension(zend_object *object, zval *offset, int
380380
if (zv == NULL) {
381381
if (type != BP_VAR_IS) {
382382
zend_throw_error(NULL,
383-
"Object %s#%d not contained in WeakMap", ZSTR_VAL(obj_addr->ce->name), obj_addr->handle);
383+
"Object %pS#%d not contained in WeakMap", obj_addr->ce->name, obj_addr->handle);
384384
return NULL;
385385
}
386386
return NULL;

0 commit comments

Comments
 (0)