Searched refs:php_execute_script_ex (Results 1 – 3 of 3) sorted by relevance
54 PHPAPI bool php_execute_script_ex(zend_file_handle *primary_file, zval *retval);
2501 PHPAPI bool php_execute_script_ex(zend_file_handle *primary_file, zval *retval) in php_execute_script_ex() function2614 return php_execute_script_ex(primary_file, NULL); in php_execute_script()
2270 bool result = php_execute_script_ex(&zfd, &retval); in php_cli_server_dispatch_router()
Completed in 19 milliseconds