Arty Well-known member Jun 25, 2015 #2 Look in function _setupDefaults() in library/XenForo/Template/Compiler.php Upvote 0 Downvote
P Paul B XenForo moderator Staff member Jun 25, 2015 #3 Not sure if this is what you mean? These are the PHP functions you can use in conditional statements: is_array is_object is_string isset empty array array_key_exists count in_array array_search preg_match preg_match_all strpos stripos strlen trim ceil floor round max min mt_rand rand These are the PHP functions you can use in xen:calc: abs ceil floor max min pow round Upvote 0 Downvote
Not sure if this is what you mean? These are the PHP functions you can use in conditional statements: is_array is_object is_string isset empty array array_key_exists count in_array array_search preg_match preg_match_all strpos stripos strlen trim ceil floor round max min mt_rand rand These are the PHP functions you can use in xen:calc: abs ceil floor max min pow round