Just knowing C probably not, but knowing how PHP is implemented internally did make me write PHP differently; and I suspect the same would be true for any scripting language.
(for example being much more conscious about pass by reference, the cost of various functions, the overhead of calling functions and doing data conversions etc).
(for example being much more conscious about pass by reference, the cost of various functions, the overhead of calling functions and doing data conversions etc).