Lines Matching refs:FN

46 #define FN(name, info) \  macro
98 FN("func_get_arg", UNKNOWN_INFO),
99 FN("func_get_args", MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_LONG | MAY_BE_ARRAY_OF_ANY),
103FN("set_error_handler", MAY_BE_NULL | MAY_BE_STRING | MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_LONG |…
118FN("constant", MAY_BE_NULL | MAY_BE_FALSE | MAY_BE_TRUE | MAY_BE_LONG | MAY_BE…
163FN("substr_replace", MAY_BE_STRING | MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_ANY | MAY_BE_AR…
166FN("str_replace", MAY_BE_STRING | MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_ANY | MAY_BE_AR…
167FN("str_ireplace", MAY_BE_STRING | MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_ANY | MAY_BE_AR…
251 FN("call_user_func", UNKNOWN_INFO),
252 FN("call_user_func_array", UNKNOWN_INFO),
253 FN("call_user_method", UNKNOWN_INFO),
254 FN("call_user_method_array", UNKNOWN_INFO),
255 FN("forward_static_call", UNKNOWN_INFO),
256 FN("forward_static_call_array", UNKNOWN_INFO),
258 FN("unserialize", UNKNOWN_INFO),
298 FN("stream_context_get_options", MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_STRING | MAY_BE_ARRAY_OF_ANY),
299 FN("stream_context_get_default", MAY_BE_RESOURCE),
300 FN("stream_context_set_default", MAY_BE_RESOURCE),
301 FN("stream_filter_prepend", MAY_BE_FALSE | MAY_BE_RESOURCE),
302 FN("stream_filter_append", MAY_BE_FALSE | MAY_BE_RESOURCE),
322 FN("pfsockopen", MAY_BE_FALSE | MAY_BE_RESOURCE),
327 FN("opendir", MAY_BE_FALSE | MAY_BE_RESOURCE),
359 FN("end", UNKNOWN_INFO),
360 FN("prev", UNKNOWN_INFO),
361 FN("next", UNKNOWN_INFO),
362 FN("reset", UNKNOWN_INFO),
363 FN("current", UNKNOWN_INFO),
364 FN("min", UNKNOWN_INFO),
365 FN("max", UNKNOWN_INFO),
367 FN("array_fill", MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_LONG | MAY_BE_ARRAY_OF_ANY),
370 FN("array_pop", UNKNOWN_INFO),
371 FN("array_shift", UNKNOWN_INFO),
374FN("array_keys", MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_LONG | MAY_BE_ARRAY_OF_LONG | M…
375FN("array_values", MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_LONG | MAY_BE_ARRAY_OF_REF | MA…
381FN("array_rand", MAY_BE_LONG | MAY_BE_STRING | MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_L…
436FN("preg_replace", MAY_BE_NULL | MAY_BE_STRING | MAY_BE_ARRAY | MAY_BE_ARRAY_KEY…
437FN("preg_replace_callback", MAY_BE_NULL | MAY_BE_STRING | MAY_BE_ARRAY | MAY_BE_AR…
557FN("json_decode", MAY_BE_ANY | MAY_BE_ARRAY_KEY_ANY | MAY_BE_ARRAY_OF_AN…
677 FN("pg_connect", MAY_BE_FALSE | MAY_BE_RESOURCE),
678 FN("pg_pconnect", MAY_BE_FALSE | MAY_BE_RESOURCE),
691FN("pg_last_notice", MAY_BE_FALSE | MAY_BE_TRUE | MAY_BE_STRING | MAY_BE_ARRAY | MAY_BE_ARRAY…
743 FN("filter_input", UNKNOWN_INFO),
744 FN("filter_var", UNKNOWN_INFO),