php all error code example
Example 1: php error reporting all
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
Example 2: @ in php to supress error in php
Retrofit retrofit = new Retrofit.Builder() .baseUrl(https://api.themoviedb.org/3/) .addConverterFactory(GsonConverterFactory.create()) .addCallAdapterFactory(RxJava2CallAdapterFactory.create()) .build();
Example 3: ini_set('display_errors' 'on') error_reporting(e_all)
display_errors = on