Simulated External Functions

int same(mixed, mixed);

Returns 0 if the two inputs are not identical.
Returns 1 if the two inputs are identical, or have identical values in them in the case of arrays and mappings.

file: /doc/sefun/sefun.c
