I am coming across a situation in the Zend framework that I thought someone could shed some light on.
I simply cannot find the initial, default value of include_path.
Code: Select all
set_include_path(PS . MY_CONSTANT_DIR . PS . get_include_path());Is there a default value that this function call will return? Or are there system variables that I should be aware of?
Thanks!