Searched defs:allow (Results 1 – 3 of 3) sorted by relevance
/php-src/ext/spl/ |
H A D | spl_functions.c | 24 void spl_add_class_name(zval *list, zend_class_entry *pce, int allow, int ce_flags) in spl_add_class_name() 39 void spl_add_interfaces(zval *list, zend_class_entry * pce, int allow, int ce_flags) in spl_add_interfaces() 51 void spl_add_traits(zval *list, zend_class_entry * pce, int allow, int ce_flags) in spl_add_traits() 66 void spl_add_classes(zend_class_entry *pce, zval *list, bool sub, int allow, int ce_flags) in spl_add_classes()
|
H A D | php_spl.c | 156 #define SPL_ADD_CLASS(class_name, z_list, sub, allow, ce_flags) \ argument 159 #define SPL_LIST_CLASSES(z_list, sub, allow, ce_flags) \ argument
|
/php-src/ext/standard/ |
H A D | string.c | 5066 PHPAPI size_t php_strip_tags(char *rbuf, size_t len, const char *allow, size_t allow_len) /* {{{ */ 5092 PHPAPI size_t php_strip_tags_ex(char *rbuf, size_t len, const char *allow, size_t allow_len, bool a…
|
Completed in 29 milliseconds