Lines Matching refs:PHP_FUNCTION
27 PHP_FUNCTION(strspn);
28 PHP_FUNCTION(strcspn);
29 PHP_FUNCTION(str_replace);
30 PHP_FUNCTION(str_ireplace);
31 PHP_FUNCTION(rtrim);
32 PHP_FUNCTION(trim);
33 PHP_FUNCTION(ltrim);
34 PHP_FUNCTION(soundex);
35 PHP_FUNCTION(levenshtein);
37 PHP_FUNCTION(count_chars);
38 PHP_FUNCTION(wordwrap);
39 PHP_FUNCTION(explode);
40 PHP_FUNCTION(implode);
41 PHP_FUNCTION(strtok);
42 PHP_FUNCTION(strtoupper);
43 PHP_FUNCTION(strtolower);
44 PHP_FUNCTION(basename);
45 PHP_FUNCTION(dirname);
46 PHP_FUNCTION(pathinfo);
47 PHP_FUNCTION(strstr);
48 PHP_FUNCTION(strpos);
49 PHP_FUNCTION(stripos);
50 PHP_FUNCTION(strrpos);
51 PHP_FUNCTION(strripos);
52 PHP_FUNCTION(strrchr);
53 PHP_FUNCTION(substr);
54 PHP_FUNCTION(quotemeta);
55 PHP_FUNCTION(ucfirst);
56 PHP_FUNCTION(lcfirst);
57 PHP_FUNCTION(ucwords);
58 PHP_FUNCTION(strtr);
59 PHP_FUNCTION(strrev);
60 PHP_FUNCTION(hebrev);
61 PHP_FUNCTION(hebrevc);
62 PHP_FUNCTION(user_sprintf);
63 PHP_FUNCTION(user_printf);
64 PHP_FUNCTION(vprintf);
65 PHP_FUNCTION(vsprintf);
66 PHP_FUNCTION(addcslashes);
67 PHP_FUNCTION(addslashes);
68 PHP_FUNCTION(stripcslashes);
69 PHP_FUNCTION(stripslashes);
70 PHP_FUNCTION(chr);
71 PHP_FUNCTION(ord);
72 PHP_FUNCTION(nl2br);
73 PHP_FUNCTION(setlocale);
74 PHP_FUNCTION(localeconv);
75 PHP_FUNCTION(nl_langinfo);
76 PHP_FUNCTION(stristr);
77 PHP_FUNCTION(chunk_split);
78 PHP_FUNCTION(parse_str);
79 PHP_FUNCTION(str_getcsv);
80 PHP_FUNCTION(bin2hex);
81 PHP_FUNCTION(hex2bin);
82 PHP_FUNCTION(similar_text);
83 PHP_FUNCTION(strip_tags);
84 PHP_FUNCTION(str_repeat);
85 PHP_FUNCTION(substr_replace);
86 PHP_FUNCTION(strnatcmp);
87 PHP_FUNCTION(strnatcasecmp);
88 PHP_FUNCTION(substr_count);
89 PHP_FUNCTION(str_pad);
90 PHP_FUNCTION(sscanf);
91 PHP_FUNCTION(str_shuffle);
92 PHP_FUNCTION(str_word_count);
93 PHP_FUNCTION(str_split);
94 PHP_FUNCTION(strpbrk);
95 PHP_FUNCTION(substr_compare);
96 PHP_FUNCTION(utf8_encode);
97 PHP_FUNCTION(utf8_decode);
99 PHP_FUNCTION(strcoll);
102 PHP_FUNCTION(money_format);