phpdbg_debug      250 sapi/phpdbg/phpdbg_bp.c 	phpdbg_debug("file path: %s, resolved path: %s, was compiled: %d\n", original_path, path, zend_hash_str_exists(&PHPDBG_G(file_sources), path, path_len));
phpdbg_debug      267 sapi/phpdbg/phpdbg_bp.c 			phpdbg_debug("File exists, but not compiled\n");
phpdbg_debug      294 sapi/phpdbg/phpdbg_bp.c 				phpdbg_debug("Compare against loaded %s\n", file);
phpdbg_debug      321 sapi/phpdbg/phpdbg_bp.c 	phpdbg_debug("file: %s, filelen: %u, cur: %s, curlen %u, pos: %c, memcmp: %d\n", file, filelen, ZSTR_VAL(cur), ZSTR_LEN(cur), filelen > ZSTR_LEN(cur) ? file[filelen - ZSTR_LEN(cur) - 1] : '?', filelen > ZSTR_LEN(cur) ? memcmp(file + filelen - ZSTR_LEN(cur), ZSTR_VAL(cur), ZSTR_LEN(cur)) : 0);
phpdbg_debug      357 sapi/phpdbg/phpdbg_bp.c 		phpdbg_debug("compiled file: %s, cur bp file: %s\n", file, cur);
phpdbg_debug      371 sapi/phpdbg/phpdbg_bp.c 	phpdbg_debug("was compiled: %s\n", file);
phpdbg_debug      374 sapi/phpdbg/phpdbg_bp.c 		phpdbg_debug("check bp: %s\n", cur);
phpdbg_debug      900 sapi/phpdbg/phpdbg_bp.c 	phpdbg_debug("Op at: %.*s %d\n", path_len, path, (*EG(opline_ptr))->lineno);
phpdbg_debug       40 sapi/phpdbg/phpdbg_parser.h extern int phpdbg_debug;
phpdbg_debug      192 sapi/phpdbg/phpdbg_prompt.c 			phpdbg_debug("created %d params from arguments", fci.param_count);
phpdbg_debug      237 sapi/phpdbg/phpdbg_utils.c 			phpdbg_debug("phpdbg_get_color(%s, %lu): %s", name, name_length, color->code);
phpdbg_debug      243 sapi/phpdbg/phpdbg_utils.c 	phpdbg_debug("phpdbg_get_color(%s, %lu): failed", name, name_length);