Lines Matching refs:PHP_FUNCTION
22 PHP_FUNCTION( locale_get_primary_language );
23 PHP_FUNCTION( locale_get_script );
24 PHP_FUNCTION( locale_get_region );
25 PHP_FUNCTION( locale_get_all_variants);
30 PHP_FUNCTION( locale_get_display_name );
31 PHP_FUNCTION( locale_get_display_language );
32 PHP_FUNCTION( locale_get_display_script );
33 PHP_FUNCTION( locale_get_display_region );
34 PHP_FUNCTION( locale_get_display_variant );
36 PHP_FUNCTION( locale_get_keywords );
37 PHP_FUNCTION( locale_canonicalize);
39 PHP_FUNCTION( locale_compose);
40 PHP_FUNCTION( locale_parse);
42 PHP_FUNCTION( locale_filter_matches);
43 PHP_FUNCTION( locale_lookup);
44 PHP_FUNCTION( locale_canonicalize);
45 PHP_FUNCTION( locale_accept_from_http);