Lines Matching refs:phpdbg_notice

423phpdbg_notice("exec", "type=\"unset\" context=\"%s\"", "Unsetting old execution context: %s", PHPD…  in PHPDBG_COMMAND()
430 phpdbg_notice("exec", "type=\"unsetops\"", "Destroying compiled opcodes"); in PHPDBG_COMMAND()
442phpdbg_notice("exec", "type=\"set\" context=\"%s\"", "Set execution context: %s", PHPDBG_G(exec)); in PHPDBG_COMMAND()
451 phpdbg_notice("exec", "type=\"unchanged\"", "Execution context not changed"); in PHPDBG_COMMAND()
560phpdbg_notice("compile", "context=\"Standard input code\"", "Successful compilation of stdin input… in phpdbg_compile_stdin()
633 phpdbg_notice("compile", "context=\"%s\"", "Successful compilation of %s", PHPDBG_G(exec)); in phpdbg_compile()
749 phpdbg_notice("leave", "type=\"end\"", "Already at the end of the function"); in PHPDBG_COMMAND()
760 phpdbg_notice("frame", "id=\"%d\"", "Currently in frame #%d", PHPDBG_G(frame).num); in PHPDBG_COMMAND()
990 phpdbg_notice("eval", "variable=\"%.*s\"", "Printing variable %.*s", (int) len, name); in phpdbg_output_ev_variable()
1435 phpdbg_notice("dl", "extensiontype=\"Zend extension\"", "Zend extensions"); in PHPDBG_COMMAND()
1438 phpdbg_notice("dl", "extensiontype=\"module\"", "Modules"); in PHPDBG_COMMAND()
1450phpdbg_notice("dl", "extensiontype=\"%s\" name=\"%s\" path=\"%s\"", "Successfully loaded the %s %s… in PHPDBG_COMMAND()
1504 phpdbg_notice("register", "function=\"%s\"", "Registered %s", lcname); in PHPDBG_COMMAND()
1848phpdbg_notice("breakpoint", "id=\"leave\" file=\"%s\" line=\"%u\"", "Breaking for leave at %s:%u", in phpdbg_execute_ex()
1889 phpdbg_notice("signal", "type=\"SIGINT\"", "Program received signal SIGINT"); in phpdbg_execute_ex()
1929phpdbg_notice("hardinterrupt", "opline=\"%p\" num=\"%lu\" file=\"%s\" line=\"%u\"", "Current oplin… in phpdbg_force_interruption()
1931phpdbg_notice("hardinterrupt", "func=\"%s\"", "Current opline: in internal function %s", data->fun… in phpdbg_force_interruption()
1933 phpdbg_notice("hardinterrupt", "", "Current opline: executing internal code"); in phpdbg_force_interruption()
1936phpdbg_notice("hardinterrupt", "opline=\"%p\"", "Current opline: %p (op_array information unavaila… in phpdbg_force_interruption()
1939 phpdbg_notice("hardinterrupt", "", "No information available about executing context"); in phpdbg_force_interruption()
1956 phpdbg_notice("eol", "argument required", "argument required"); in PHPDBG_COMMAND()
1960phpdbg_notice("eol", "unknown EOL name '%s', give crlf, lf, cr", "unknown EOL name '%s', give crl… in PHPDBG_COMMAND()