All Tags »
php »
variable »
regex
Sorry, but there are no more tags available to filter with.
-
Hi! I don't know what's wrong but my expression just doesn't work. I have to find all php variables e.g.
$variable
$variable['array']
$variable -> objectData
or something more complicated
$variable['array'] -> objectNode['arrayindex'] -> somethingelse -> somethingelse2
I tried this one:
$param = ...