allow 182 ext/spl/php_spl.c #define SPL_ADD_CLASS(class_name, z_list, sub, allow, ce_flags) \ allow 183 ext/spl/php_spl.c spl_add_classes(spl_ce_ ## class_name, z_list, sub, allow, ce_flags TSRMLS_CC) allow 185 ext/spl/php_spl.c #define SPL_LIST_CLASSES(z_list, sub, allow, ce_flags) \ allow 186 ext/spl/php_spl.c SPL_ADD_CLASS(AppendIterator, z_list, sub, allow, ce_flags); \ allow 187 ext/spl/php_spl.c SPL_ADD_CLASS(ArrayIterator, z_list, sub, allow, ce_flags); \ allow 188 ext/spl/php_spl.c SPL_ADD_CLASS(ArrayObject, z_list, sub, allow, ce_flags); \ allow 189 ext/spl/php_spl.c SPL_ADD_CLASS(BadFunctionCallException, z_list, sub, allow, ce_flags); \ allow 190 ext/spl/php_spl.c SPL_ADD_CLASS(BadMethodCallException, z_list, sub, allow, ce_flags); \ allow 191 ext/spl/php_spl.c SPL_ADD_CLASS(CachingIterator, z_list, sub, allow, ce_flags); \ allow 192 ext/spl/php_spl.c SPL_ADD_CLASS(CallbackFilterIterator, z_list, sub, allow, ce_flags); \ allow 193 ext/spl/php_spl.c SPL_ADD_CLASS(Countable, z_list, sub, allow, ce_flags); \ allow 194 ext/spl/php_spl.c SPL_ADD_CLASS(DirectoryIterator, z_list, sub, allow, ce_flags); \ allow 195 ext/spl/php_spl.c SPL_ADD_CLASS(DomainException, z_list, sub, allow, ce_flags); \ allow 196 ext/spl/php_spl.c SPL_ADD_CLASS(EmptyIterator, z_list, sub, allow, ce_flags); \ allow 197 ext/spl/php_spl.c SPL_ADD_CLASS(FilesystemIterator, z_list, sub, allow, ce_flags); \ allow 198 ext/spl/php_spl.c SPL_ADD_CLASS(FilterIterator, z_list, sub, allow, ce_flags); \ allow 199 ext/spl/php_spl.c SPL_ADD_CLASS(GlobIterator, z_list, sub, allow, ce_flags); \ allow 200 ext/spl/php_spl.c SPL_ADD_CLASS(InfiniteIterator, z_list, sub, allow, ce_flags); \ allow 201 ext/spl/php_spl.c SPL_ADD_CLASS(InvalidArgumentException, z_list, sub, allow, ce_flags); \ allow 202 ext/spl/php_spl.c SPL_ADD_CLASS(IteratorIterator, z_list, sub, allow, ce_flags); \ allow 203 ext/spl/php_spl.c SPL_ADD_CLASS(LengthException, z_list, sub, allow, ce_flags); \ allow 204 ext/spl/php_spl.c SPL_ADD_CLASS(LimitIterator, z_list, sub, allow, ce_flags); \ allow 205 ext/spl/php_spl.c SPL_ADD_CLASS(LogicException, z_list, sub, allow, ce_flags); \ allow 206 ext/spl/php_spl.c SPL_ADD_CLASS(MultipleIterator, z_list, sub, allow, ce_flags); \ allow 207 ext/spl/php_spl.c SPL_ADD_CLASS(NoRewindIterator, z_list, sub, allow, ce_flags); \ allow 208 ext/spl/php_spl.c SPL_ADD_CLASS(OuterIterator, z_list, sub, allow, ce_flags); \ allow 209 ext/spl/php_spl.c SPL_ADD_CLASS(OutOfBoundsException, z_list, sub, allow, ce_flags); \ allow 210 ext/spl/php_spl.c SPL_ADD_CLASS(OutOfRangeException, z_list, sub, allow, ce_flags); \ allow 211 ext/spl/php_spl.c SPL_ADD_CLASS(OverflowException, z_list, sub, allow, ce_flags); \ allow 212 ext/spl/php_spl.c SPL_ADD_CLASS(ParentIterator, z_list, sub, allow, ce_flags); \ allow 213 ext/spl/php_spl.c SPL_ADD_CLASS(RangeException, z_list, sub, allow, ce_flags); \ allow 214 ext/spl/php_spl.c SPL_ADD_CLASS(RecursiveArrayIterator, z_list, sub, allow, ce_flags); \ allow 215 ext/spl/php_spl.c SPL_ADD_CLASS(RecursiveCachingIterator, z_list, sub, allow, ce_flags); \ allow 216 ext/spl/php_spl.c SPL_ADD_CLASS(RecursiveCallbackFilterIterator, z_list, sub, allow, ce_flags); \ allow 217 ext/spl/php_spl.c SPL_ADD_CLASS(RecursiveDirectoryIterator, z_list, sub, allow, ce_flags); \ allow 218 ext/spl/php_spl.c SPL_ADD_CLASS(RecursiveFilterIterator, z_list, sub, allow, ce_flags); \ allow 219 ext/spl/php_spl.c SPL_ADD_CLASS(RecursiveIterator, z_list, sub, allow, ce_flags); \ allow 220 ext/spl/php_spl.c SPL_ADD_CLASS(RecursiveIteratorIterator, z_list, sub, allow, ce_flags); \ allow 221 ext/spl/php_spl.c SPL_ADD_CLASS(RecursiveRegexIterator, z_list, sub, allow, ce_flags); \ allow 222 ext/spl/php_spl.c SPL_ADD_CLASS(RecursiveTreeIterator, z_list, sub, allow, ce_flags); \ allow 223 ext/spl/php_spl.c SPL_ADD_CLASS(RegexIterator, z_list, sub, allow, ce_flags); \ allow 224 ext/spl/php_spl.c SPL_ADD_CLASS(RuntimeException, z_list, sub, allow, ce_flags); \ allow 225 ext/spl/php_spl.c SPL_ADD_CLASS(SeekableIterator, z_list, sub, allow, ce_flags); \ allow 226 ext/spl/php_spl.c SPL_ADD_CLASS(SplDoublyLinkedList, z_list, sub, allow, ce_flags); \ allow 227 ext/spl/php_spl.c SPL_ADD_CLASS(SplFileInfo, z_list, sub, allow, ce_flags); \ allow 228 ext/spl/php_spl.c SPL_ADD_CLASS(SplFileObject, z_list, sub, allow, ce_flags); \ allow 229 ext/spl/php_spl.c SPL_ADD_CLASS(SplFixedArray, z_list, sub, allow, ce_flags); \ allow 230 ext/spl/php_spl.c SPL_ADD_CLASS(SplHeap, z_list, sub, allow, ce_flags); \ allow 231 ext/spl/php_spl.c SPL_ADD_CLASS(SplMinHeap, z_list, sub, allow, ce_flags); \ allow 232 ext/spl/php_spl.c SPL_ADD_CLASS(SplMaxHeap, z_list, sub, allow, ce_flags); \ allow 233 ext/spl/php_spl.c SPL_ADD_CLASS(SplObjectStorage, z_list, sub, allow, ce_flags); \ allow 234 ext/spl/php_spl.c SPL_ADD_CLASS(SplObserver, z_list, sub, allow, ce_flags); \ allow 235 ext/spl/php_spl.c SPL_ADD_CLASS(SplPriorityQueue, z_list, sub, allow, ce_flags); \ allow 236 ext/spl/php_spl.c SPL_ADD_CLASS(SplQueue, z_list, sub, allow, ce_flags); \ allow 237 ext/spl/php_spl.c SPL_ADD_CLASS(SplStack, z_list, sub, allow, ce_flags); \ allow 238 ext/spl/php_spl.c SPL_ADD_CLASS(SplSubject, z_list, sub, allow, ce_flags); \ allow 239 ext/spl/php_spl.c SPL_ADD_CLASS(SplTempFileObject, z_list, sub, allow, ce_flags); \ allow 240 ext/spl/php_spl.c SPL_ADD_CLASS(UnderflowException, z_list, sub, allow, ce_flags); \ allow 241 ext/spl/php_spl.c SPL_ADD_CLASS(UnexpectedValueException, z_list, sub, allow, ce_flags); \ allow 80 ext/spl/spl_functions.c void spl_add_class_name(zval *list, zend_class_entry * pce, int allow, int ce_flags TSRMLS_DC) allow 82 ext/spl/spl_functions.c if (!allow || (allow > 0 && pce->ce_flags & ce_flags) || (allow < 0 && !(pce->ce_flags & ce_flags))) { allow 96 ext/spl/spl_functions.c void spl_add_interfaces(zval *list, zend_class_entry * pce, int allow, int ce_flags TSRMLS_DC) allow 101 ext/spl/spl_functions.c spl_add_class_name(list, pce->interfaces[num_interfaces], allow, ce_flags TSRMLS_CC); allow 107 ext/spl/spl_functions.c void spl_add_traits(zval *list, zend_class_entry * pce, int allow, int ce_flags TSRMLS_DC) allow 112 ext/spl/spl_functions.c spl_add_class_name(list, pce->traits[num_traits], allow, ce_flags TSRMLS_CC); allow 119 ext/spl/spl_functions.c int spl_add_classes(zend_class_entry *pce, zval *list, int sub, int allow, int ce_flags TSRMLS_DC) allow 124 ext/spl/spl_functions.c spl_add_class_name(list, pce, allow, ce_flags TSRMLS_CC); allow 126 ext/spl/spl_functions.c spl_add_interfaces(list, pce, allow, ce_flags TSRMLS_CC); allow 129 ext/spl/spl_functions.c spl_add_classes(pce, list, sub, allow, ce_flags TSRMLS_CC); allow 63 ext/spl/spl_functions.h void spl_add_class_name(zval * list, zend_class_entry * pce, int allow, int ce_flags TSRMLS_DC); allow 64 ext/spl/spl_functions.h void spl_add_interfaces(zval * list, zend_class_entry * pce, int allow, int ce_flags TSRMLS_DC); allow 65 ext/spl/spl_functions.h void spl_add_traits(zval * list, zend_class_entry * pce, int allow, int ce_flags TSRMLS_DC); allow 66 ext/spl/spl_functions.h int spl_add_classes(zend_class_entry *pce, zval *list, int sub, int allow, int ce_flags TSRMLS_DC); allow 136 ext/standard/php_string.h PHPAPI size_t php_strip_tags(char *rbuf, int len, int *state, char *allow, int allow_len); allow 137 ext/standard/php_string.h PHPAPI size_t php_strip_tags_ex(char *rbuf, int len, int *stateptr, char *allow, int allow_len, zend_bool allow_tag_spaces); allow 4329 ext/standard/string.c zval **allow=NULL; allow 4335 ext/standard/string.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|Z", &str, &str_len, &allow) == FAILURE) { allow 4340 ext/standard/string.c if (allow != NULL) { allow 4341 ext/standard/string.c convert_to_string_ex(allow); allow 4342 ext/standard/string.c allowed_tags = Z_STRVAL_PP(allow); allow 4343 ext/standard/string.c allowed_tags_len = Z_STRLEN_PP(allow); allow 4561 ext/standard/string.c PHPAPI size_t php_strip_tags(char *rbuf, int len, int *stateptr, char *allow, int allow_len) /* {{{ */ allow 4563 ext/standard/string.c return php_strip_tags_ex(rbuf, len, stateptr, allow, allow_len, 0); allow 4587 ext/standard/string.c PHPAPI size_t php_strip_tags_ex(char *rbuf, int len, int *stateptr, char *allow, int allow_len, zend_bool allow_tag_spaces) allow 4604 ext/standard/string.c if (allow) { allow 4605 ext/standard/string.c if (IS_INTERNED(allow)) { allow 4606 ext/standard/string.c allow_free = allow = zend_str_tolower_dup(allow, allow_len); allow 4609 ext/standard/string.c php_strtolower(allow, allow_len); allow 4631 ext/standard/string.c if (allow) { allow 4650 ext/standard/string.c } else if (allow && state == 1) { allow 4668 ext/standard/string.c } else if (allow && state == 1) { allow 4697 ext/standard/string.c if (allow) { allow 4705 ext/standard/string.c if (php_tag_find(tbuf, tp-tbuf, allow)) { allow 4751 ext/standard/string.c } else if (allow && state == 1) { allow 4776 ext/standard/string.c } else if (allow && state == 1) { allow 4835 ext/standard/string.c } else if (allow && state == 1) { allow 4852 ext/standard/string.c if (allow) {