mirror of
https://github.com/php/php-src.git
synced 2024-11-28 12:26:37 +08:00
fix build, use exported symbol
This commit is contained in:
parent
2482325b3d
commit
7366e29662
@ -349,7 +349,7 @@ zend_op_array *phpdbg_compile_string(zval *source_string, char *filename) {
|
||||
return NULL;
|
||||
}
|
||||
|
||||
fake_name = zend_strpprintf(0, "%s\0%p", filename, op_array->opcodes);
|
||||
fake_name = strpprintf(0, "%s\0%p", filename, op_array->opcodes);
|
||||
|
||||
dataptr = erealloc(dataptr, sizeof(phpdbg_file_source) + sizeof(uint) * line);
|
||||
zend_hash_add_ptr(&PHPDBG_G(file_sources), fake_name, dataptr);
|
||||
|
Loading…
Reference in New Issue
Block a user