[xdebug-general] log string assignments

From: Enzo Maddalena <enzo.mdd[@]gmail.com>
Date: Tue, 15 Jan 2013 02:12:15 +0700

Hello,

Is it possible to log the point in the program when a string is created.

For example:

echo 'my string';

Is there any configuration that will let me know the 'my string' was echo'd?

Also with variables:

$var='var';
echo "my $var"

I am looking for something like:

line 22, ''my var" created, echo'd
Received on Mon Jan 14 2013 - 19:12:20 GMT

This archive was generated by hypermail 2.2.0 : Mon Jun 25 2018 - 06:00:04 BST