We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f502493 + e1c8ed6 commit 0c97fe0Copy full SHA for 0c97fe0
sapi/phpdbg/phpdbg.c
@@ -493,7 +493,7 @@ PHP_FUNCTION(phpdbg_get_executable)
493
HashTable *files = &PHPDBG_G(file_sources);
494
HashTable files_tmp;
495
496
- if (zend_parse_parameters(ZEND_NUM_ARGS(), "|H", &options) == FAILURE) {
+ if (zend_parse_parameters(ZEND_NUM_ARGS(), "|h", &options) == FAILURE) {
497
RETURN_THROWS();
498
}
499
@@ -587,7 +587,7 @@ PHP_FUNCTION(phpdbg_end_oplog)
587
bool by_function = false;
588
bool by_opcode = false;
589
590
591
592
593
0 commit comments