Lines Matching refs:PHP_FUNCTION

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