Lines Matching refs:phpdbg_writeln
73 phpdbg_writeln("includedfile", "name=\"%s\"", "File: %s", ZSTR_VAL(fname)); in PHPDBG_INFO()
86 …phpdbg_writeln("lasterror", "error=\"%s\" file=\"%s\" line=\"%d\"", "Last error: %s at %s line %d"… in PHPDBG_INFO()
122 phpdbg_writeln("constant", \ in PHPDBG_INFO()
232 phpdbg_writeln("variable", \ in phpdbg_print_symbols()
284 …phpdbg_writeln("variable", "address=\"%p\" name=\"%s\"", "%p\tn/a\tn/a\t$%s", data, ZSTR_VAL(var)); in phpdbg_print_symbols()
363 phpdbg_writeln("used", "mem=\"%.3f\"", "|-------> Used:\t%.3f kB", (float) (used / 1024)); in PHPDBG_INFO()
364 phpdbg_writeln("real", "mem=\"%.3f\"", "|-------> Real:\t%.3f kB", (float) (real / 1024)); in PHPDBG_INFO()
366 phpdbg_writeln("used", "mem=\"%.3f\"", "|-------> Used:\t%.3f kB", (float) (peak_used / 1024)); in PHPDBG_INFO()
367 phpdbg_writeln("real", "mem=\"%.3f\"", "|-------> Real:\t%.3f kB", (float) (peak_real / 1024)); in PHPDBG_INFO()
379 …phpdbg_writeln("class", "type=\"%s\" flags=\"%s\" name=\"%.*s\" methodcount=\"%d\"", "%s %s %.*s (… in phpdbg_print_class_name()
417 …phpdbg_writeln("classsource", "file=\"%s\" line=\"%u\"", "|---- in %s on line %u", ZSTR_VAL(ce->in… in PHPDBG_INFO()
419 phpdbg_writeln("classsource", "", "|---- no source code"); in PHPDBG_INFO()
453 …phpdbg_writeln("functionsource", "file=\"%s\" line=\"%d\"", " in %s on line %d", ZSTR_VAL(op_array… in PHPDBG_INFO()
455 phpdbg_writeln("functionsource", "", " (no source code)"); in PHPDBG_INFO()