Searched defs:allow (Results 1 – 3 of 3) sorted by relevance
/PHP-7.2/ext/spl/ |
H A D | spl_functions.c | 80 void spl_add_class_name(zval *list, zend_class_entry *pce, int allow, int ce_flags) in spl_add_class_name() 95 void spl_add_interfaces(zval *list, zend_class_entry * pce, int allow, int ce_flags) in spl_add_interfaces() 106 void spl_add_traits(zval *list, zend_class_entry * pce, int allow, int ce_flags) in spl_add_traits() 118 int spl_add_classes(zend_class_entry *pce, zval *list, int sub, int allow, int ce_flags) in spl_add_classes()
|
H A D | php_spl.c | 176 #define SPL_ADD_CLASS(class_name, z_list, sub, allow, ce_flags) \ argument 179 #define SPL_LIST_CLASSES(z_list, sub, allow, ce_flags) \ argument
|
/PHP-7.2/ext/standard/ |
H A D | string.c | 4446 zval *allow=NULL; local 4689 PHPAPI size_t php_strip_tags(char *rbuf, size_t len, uint8_t *stateptr, const char *allow, size_t a… 4715 PHPAPI size_t php_strip_tags_ex(char *rbuf, size_t len, uint8_t *stateptr, const char *allow, size_…
|
Completed in 19 milliseconds