Lines Matching refs:phpdbg_notice

421phpdbg_notice("exec", "type=\"unset\" context=\"%s\"", "Unsetting old execution context: %s", PHPD…  in PHPDBG_COMMAND()
428 phpdbg_notice("exec", "type=\"unsetops\"", "Destroying compiled opcodes"); in PHPDBG_COMMAND()
440phpdbg_notice("exec", "type=\"set\" context=\"%s\"", "Set execution context: %s", PHPDBG_G(exec)); in PHPDBG_COMMAND()
449 phpdbg_notice("exec", "type=\"unchanged\"", "Execution context not changed"); in PHPDBG_COMMAND()
553phpdbg_notice("compile", "context=\"Standard input code\"", "Successful compilation of stdin input… in phpdbg_compile_stdin()
578 phpdbg_notice("compile", "context=\"%s\"", "Successful compilation of %s", PHPDBG_G(exec)); in phpdbg_compile()
694 phpdbg_notice("leave", "type=\"end\"", "Already at the end of the function"); in PHPDBG_COMMAND()
705 phpdbg_notice("frame", "id=\"%d\"", "Currently in frame #%d", PHPDBG_G(frame).num); in PHPDBG_COMMAND()
935 phpdbg_notice("eval", "variable=\"%.*s\"", "Printing variable %.*s", (int) len, name); in phpdbg_output_ev_variable()
1379 phpdbg_notice("dl", "extensiontype=\"Zend extension\"", "Zend extensions"); in PHPDBG_COMMAND()
1382 phpdbg_notice("dl", "extensiontype=\"module\"", "Modules"); in PHPDBG_COMMAND()
1394phpdbg_notice("dl", "extensiontype=\"%s\" name=\"%s\" path=\"%s\"", "Successfully loaded the %s %s… in PHPDBG_COMMAND()
1448 phpdbg_notice("register", "function=\"%s\"", "Registered %s", lcname); in PHPDBG_COMMAND()
1800phpdbg_notice("breakpoint", "id=\"leave\" file=\"%s\" line=\"%u\"", "Breaking for leave at %s:%u", in phpdbg_execute_ex()
1841 phpdbg_notice("signal", "type=\"SIGINT\"", "Program received signal SIGINT"); in phpdbg_execute_ex()
1881phpdbg_notice("hardinterrupt", "opline=\"%p\" num=\"%lu\" file=\"%s\" line=\"%u\"", "Current oplin… in phpdbg_force_interruption()
1883phpdbg_notice("hardinterrupt", "func=\"%s\"", "Current opline: in internal function %s", data->fun… in phpdbg_force_interruption()
1885 phpdbg_notice("hardinterrupt", "", "Current opline: executing internal code"); in phpdbg_force_interruption()
1888phpdbg_notice("hardinterrupt", "opline=\"%p\"", "Current opline: %p (op_array information unavaila… in phpdbg_force_interruption()
1891 phpdbg_notice("hardinterrupt", "", "No information available about executing context"); in phpdbg_force_interruption()
1908 phpdbg_notice("eol", "argument required", "argument required"); in PHPDBG_COMMAND()
1912phpdbg_notice("eol", "unknown EOL name '%s', give crlf, lf, cr", "unknown EOL name '%s', give crl… in PHPDBG_COMMAND()