Home
last modified time | relevance | path

Searched defs:allow (Results 1 – 4 of 4) sorted by relevance

/PHP-8.3/ext/spl/
H A Dspl_functions.c25 void spl_add_class_name(zval *list, zend_class_entry *pce, int allow, int ce_flags) in spl_add_class_name()
40 void spl_add_interfaces(zval *list, zend_class_entry * pce, int allow, int ce_flags) in spl_add_interfaces()
52 void spl_add_traits(zval *list, zend_class_entry * pce, int allow, int ce_flags) in spl_add_traits()
67 void spl_add_classes(zend_class_entry *pce, zval *list, bool sub, int allow, int ce_flags) in spl_add_classes()
H A Dphp_spl.c162 #define SPL_ADD_CLASS(class_name, z_list, sub, allow, ce_flags) \ argument
165 #define SPL_LIST_CLASSES(z_list, sub, allow, ce_flags) \ argument
/PHP-8.3/ext/pspell/
H A Dpspell.stub.php68 function pspell_config_runtogether(PSpell\Config $config, bool $allow): bool {}
/PHP-8.3/ext/standard/
H A Dstring.c4773 PHPAPI size_t php_strip_tags(char *rbuf, size_t len, const char *allow, size_t allow_len) /* {{{ */
4799 PHPAPI size_t php_strip_tags_ex(char *rbuf, size_t len, const char *allow, size_t allow_len, bool a…

Completed in 21 milliseconds