|
| ZEND_SET_ALIGNED (16, static const char hexconvtab[]) |
|
PHPAPI struct lconv * | localeconv_r (struct lconv *out) |
|
| PHP_FUNCTION (bin2hex) |
|
| PHP_FUNCTION (hex2bin) |
|
| PHP_FUNCTION (strspn) |
|
| PHP_FUNCTION (strcspn) |
|
| PHP_FUNCTION (strcoll) |
|
PHPAPI zend_string * | php_trim (zend_string *str, const char *what, size_t what_len, int mode) |
|
| PHP_FUNCTION (trim) |
|
| ZEND_FRAMELESS_FUNCTION (trim, 1) |
|
| ZEND_FRAMELESS_FUNCTION (trim, 2) |
|
| PHP_FUNCTION (rtrim) |
|
| PHP_FUNCTION (ltrim) |
|
| PHP_FUNCTION (wordwrap) |
|
PHPAPI void | php_explode (const zend_string *delim, zend_string *str, zval *return_value, zend_long limit) |
|
PHPAPI void | php_explode_negative_limit (const zend_string *delim, zend_string *str, zval *return_value, zend_long limit) |
|
| PHP_FUNCTION (explode) |
|
PHPAPI void | php_implode (const zend_string *glue, HashTable *pieces, zval *return_value) |
|
| PHP_FUNCTION (implode) |
|
| ZEND_FRAMELESS_FUNCTION (implode, 1) |
|
| ZEND_FRAMELESS_FUNCTION (implode, 2) |
|
| PHP_FUNCTION (strtok) |
|
| PHP_FUNCTION (strtoupper) |
|
| PHP_FUNCTION (strtolower) |
|
| PHP_FUNCTION (str_increment) |
|
| PHP_FUNCTION (str_decrement) |
|
PHPAPI zend_string * | php_basename (const char *s, size_t len, const char *suffix, size_t suffix_len) |
|
| PHP_FUNCTION (basename) |
|
PHPAPI size_t | php_dirname (char *path, size_t len) |
|
| PHP_FUNCTION (dirname) |
|
| ZEND_FRAMELESS_FUNCTION (dirname, 1) |
|
| ZEND_FRAMELESS_FUNCTION (dirname, 2) |
|
| PHP_FUNCTION (pathinfo) |
|
PHPAPI char * | php_stristr (const char *s, const char *t, size_t s_len, size_t t_len) |
|
PHPAPI size_t | php_strspn (const char *haystack, const char *characters, const char *haystack_end, const char *characters_end) |
|
PHPAPI size_t | php_strcspn (const char *haystack, const char *characters, const char *haystack_end, const char *characters_end) |
|
| PHP_FUNCTION (stristr) |
|
| PHP_FUNCTION (strstr) |
|
| ZEND_FRAMELESS_FUNCTION (strstr, 2) |
|
| ZEND_FRAMELESS_FUNCTION (strstr, 3) |
|
| PHP_FUNCTION (str_contains) |
|
| ZEND_FRAMELESS_FUNCTION (str_contains, 2) |
|
| PHP_FUNCTION (str_starts_with) |
|
| ZEND_FRAMELESS_FUNCTION (str_starts_with, 2) |
|
| PHP_FUNCTION (str_ends_with) |
|
| PHP_FUNCTION (strpos) |
|
| ZEND_FRAMELESS_FUNCTION (strpos, 2) |
|
| ZEND_FRAMELESS_FUNCTION (strpos, 3) |
|
| PHP_FUNCTION (stripos) |
|
| PHP_FUNCTION (strrpos) |
|
| PHP_FUNCTION (strripos) |
|
| PHP_FUNCTION (strrchr) |
|
| PHP_FUNCTION (chunk_split) |
|
| PHP_FUNCTION (substr) |
|
| ZEND_FRAMELESS_FUNCTION (substr, 2) |
|
| ZEND_FRAMELESS_FUNCTION (substr, 3) |
|
| PHP_FUNCTION (substr_replace) |
|
| PHP_FUNCTION (quotemeta) |
|
| PHP_FUNCTION (ord) |
|
| PHP_FUNCTION (chr) |
|
| PHP_FUNCTION (ucfirst) |
|
| PHP_FUNCTION (lcfirst) |
|
| PHP_FUNCTION (ucwords) |
|
PHPAPI char * | php_strtr (char *str, size_t len, const char *str_from, const char *str_to, size_t trlen) |
|
PHPAPI zend_string * | php_str_to_str (const char *haystack, size_t length, const char *needle, size_t needle_len, const char *str, size_t str_len) |
|
| PHP_FUNCTION (strtr) |
|
| ZEND_FRAMELESS_FUNCTION (strtr, 2) |
|
| ZEND_FRAMELESS_FUNCTION (strtr, 3) |
|
| PHP_FUNCTION (strrev) |
|
| PHP_FUNCTION (similar_text) |
|
| PHP_FUNCTION (addcslashes) |
|
| PHP_FUNCTION (addslashes) |
|
| PHP_FUNCTION (stripcslashes) |
|
| PHP_FUNCTION (stripslashes) |
|
PHPAPI void | php_stripcslashes (zend_string *str) |
|
PHPAPI zend_string * | php_addcslashes_str (const char *str, size_t len, const char *what, size_t wlength) |
|
PHPAPI zend_string * | php_addcslashes (zend_string *str, const char *what, size_t wlength) |
|
PHPAPI zend_string * | php_addslashes (zend_string *str) |
|
PHPAPI void | php_stripslashes (zend_string *str) |
|
| PHP_FUNCTION (str_replace) |
|
| ZEND_FRAMELESS_FUNCTION (str_replace, 3) |
|
| PHP_FUNCTION (str_ireplace) |
|
| PHP_FUNCTION (hebrev) |
|
| PHP_FUNCTION (nl2br) |
|
| PHP_FUNCTION (strip_tags) |
|
| PHP_FUNCTION (setlocale) |
|
| PHP_FUNCTION (parse_str) |
|
PHPAPI size_t | php_strip_tags (char *rbuf, size_t len, const char *allow, size_t allow_len) |
|
PHPAPI size_t | php_strip_tags_ex (char *rbuf, size_t len, const char *allow, size_t allow_len, bool allow_tag_spaces) |
|
| PHP_FUNCTION (str_getcsv) |
|
| PHP_FUNCTION (str_repeat) |
|
| PHP_FUNCTION (count_chars) |
|
| PHP_FUNCTION (strnatcmp) |
|
| PHP_FUNCTION (strnatcasecmp) |
|
| PHP_FUNCTION (localeconv) |
|
| PHP_FUNCTION (substr_count) |
|
| PHP_FUNCTION (str_pad) |
|
| PHP_FUNCTION (sscanf) |
|
| PHP_FUNCTION (str_rot13) |
|
PHPAPI bool | php_binary_string_shuffle (php_random_algo_with_state engine, char *str, zend_long len) |
|
| PHP_FUNCTION (str_shuffle) |
|
| PHP_FUNCTION (str_word_count) |
|
| PHP_FUNCTION (str_split) |
|
| PHP_FUNCTION (strpbrk) |
|
| PHP_FUNCTION (substr_compare) |
|
| PHP_FUNCTION (utf8_encode) |
|
| PHP_FUNCTION (utf8_decode) |
|