|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2016-12-09 14:31 UTC] stahlstift at gmail dot com
Description: ------------ Win 10 Pro 64Bit - PHP 7.14 x84 NTS C:\Users\username\PhpstormProjects\product\scripts>phpdbg -e orderimport.php env=development [Welcome to phpdbg, the interactive PHP debugger, v0.5.0] To get help using phpdbg type "help" and press enter [Please report bugs to <http://bugs.php.net/report.php>] [Successful compilation of C:\Users\username\PhpstormProjects\product\scripts\orderimport.php] prompt> l 10 00001: <?php 00002: 00003: $application = require 'boot.php'; 00004: 00005: require __DIR__ .'/../vendor/plugins/PluginName/scripts/orderimport/orderimporter.php'; prompt> b 2 [Breakpoint #0 added at C:\Users\username\PhpstormProjects\product\scripts\orderimport.php:2] prompt> b 3 [Breakpoint #1 added at C:\Users\username\PhpstormProjects\product\scripts\orderimport.php:3] prompt> b 4 [Breakpoint #2 added at C:\Users\username\PhpstormProjects\product\scripts\orderimport.php:4] prompt> run [Breakpoint #2 at C:\Users\username\PhpstormProjects\product\scripts\orderimport.php:4, hits: 1] >00004: 00005: require __DIR__ .'/../vendor/plugins/PluginName/scripts/orderimport/orderimporter.php'; prompt> PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 22:00:01 2025 UTC |
No problem - thanks for your afford! Here the output: C:\Users\username\PhpstormProjects\product\scripts>phpdbg -ep* orderimport.php function name: (null) L1-6 {main}() C:\Users\username\PhpstormProjects\product\scripts\orderimport.php - 0x6a76000 + 10 ops L4 #0 EXT_STMT L4 #1 EXT_FCALL_BEGIN L4 #2 INCLUDE_OR_EVAL "boot.php" @0 L4 #3 EXT_FCALL_END L4 #4 ASSIGN $application @0 L6 #5 EXT_STMT L6 #6 EXT_FCALL_BEGIN L6 #7 INCLUDE_OR_EVAL "C:\\Users\\username\"+ L6 #8 EXT_FCALL_END L6 #9 RETURN 1 [Script ended normally]