4
Kaji
7y

Reviewing a PHP constant dump I did a while back. Thinking about playing a small prank on the intern by replacing some of the ones used in a project with equivalent, but obscure, ones defined by PHP.

For example:

if ($test == CAL_EASTER_ROMAN) ...

$meta = get_post_meta($post_id, $meta_key, FTP_ASCII); ...

Comments
Add Comment