Re: [PHP-DEV] The PHP Platform

2002-04-17 Thread Stefan Livieratos
over again if you switch hosts) You obviously cannot make the language responsible for the decisions of hosting provider system administrators. Regards, Stefan Livieratos -- ICS Plus Internet Consulting + Services == Aeussere Brucker Str. 51 D-91058 Erlangen Germany

Re: [PHP-DEV] The PHP Platform

2002-04-16 Thread Stefan Livieratos
which is not yet supported by domxml (libxml2). Regards, Stefan Livieratos -- ICS Plus Internet Consulting + Services == Aeussere Brucker Str. 51 D-91058 Erlangen Germany == Tel: +49 9131 127733 Fax: +49 9131 127744 E-mail : [EMAIL

Re: [PHP-DEV] call_user_*()

2001-05-13 Thread Stefan Livieratos
function at execution time then the call_user_func_array() function is critical. But you said that 'call_user_func' can be also called like this: call_user_func($function_name, array($arg1, arg2, arg3)); Where's the difference between call_user_func and call_user_func_array? Regards, Stefan Li

Re: [PHP-DEV] call_user_*()

2001-05-12 Thread Stefan Livieratos
unctions that expect arguments by reference. This script fails: ?php function get_reference_as_arg($param) { var_dump($param); } $name = get_reference_as_arg; $param1 = array(1, 2); call_user_func_array($name, array($param1)); ? Regards, Stefan Livieratos -- PHP Development Mailing L

Re: [PHP-DEV] builtin functions / constructs

2001-03-23 Thread Stefan Livieratos
rsion() is available (other than function_exists( 'zend_version' ), that is). Is something along get_builtin_constructs() possible? Take a look at get_defined_functions(), http://www.php.net/manual/en/function.get-defined-functions.php . Regards, Stefan -- Stefan Livieratos [EMAIL PROT