You are here

15 calls to cf_error::p_invalid_variable() in Common Functionality 7.2

cf_error::invalid_variable in modules/cf_error/classes/cf_error.php
Reports variables as invalid to the watchdog system.
cf_error::p_empty_array in modules/cf_error/classes/cf_error.php
Reports that a given argument is supposed to be non-empty array but is not.
cf_error::p_empty_string in modules/cf_error/classes/cf_error.php
Reports that a given argument is supposed to be non-empty string but is not.
cf_error::p_invalid_array in modules/cf_error/classes/cf_error.php
Reports that a given argument is supposed to be an array but is not.
cf_error::p_invalid_bool in modules/cf_error/classes/cf_error.php
Reports that a given argument is supposed to be an boolean but is not.
cf_error::p_invalid_callable in modules/cf_error/classes/cf_error.php
Reports if an argument is not a callable function.
cf_error::p_invalid_integer in modules/cf_error/classes/cf_error.php
Reports that a given argument is not an integer or a long.
cf_error::p_invalid_null in modules/cf_error/classes/cf_error.php
Reports that a given argument is supposed to be a null but is not.
cf_error::p_invalid_numeric in modules/cf_error/classes/cf_error.php
Reports that a given argument is supposed to be numeric but is not.
cf_error::p_invalid_object in modules/cf_error/classes/cf_error.php
Reports that a given argument is supposed to be an object but is not.
cf_error::p_invalid_resource in modules/cf_error/classes/cf_error.php
Reports that a given argument is supposed to be a resource but is not.
cf_error::p_invalid_scalar in modules/cf_error/classes/cf_error.php
Reports that a given argument is supposed to be a scalar but is not.
cf_error::p_invalid_string in modules/cf_error/classes/cf_error.php
Reports that a given argument is supposed to be a string but is not.
cf_error::p_missing_array_key in modules/cf_error/classes/cf_error.php
Reports that a given array is missing a specific array key.
cf_error::p_missing_object_property in modules/cf_error/classes/cf_error.php
Reports that a given object is missing a property.