Lines Matching refs:Z_TYPE_P

388 	if (Z_TYPE_P(value) == IS_OBJECT) {  in php_zval_filter()
410 if (options && (Z_TYPE_P(options) == IS_ARRAY || Z_TYPE_P(options) == IS_OBJECT) && in php_zval_filter()
411 ((flags & FILTER_NULL_ON_FAILURE && Z_TYPE_P(value) == IS_NULL) || in php_zval_filter()
412 (!(flags & FILTER_NULL_ON_FAILURE) && Z_TYPE_P(value) == IS_FALSE)) && in php_zval_filter()
503 if (Z_TYPE_P(value) == IS_ARRAY) { in php_zval_filter_recursive()
513 if (Z_TYPE_P(element) == IS_ARRAY) { in php_zval_filter_recursive()
597 if (filter_args && Z_TYPE_P(filter_args) != IS_ARRAY) { in php_filter_call()
628 if (Z_TYPE_P(option) == IS_ARRAY) { in php_filter_call()
638 if (Z_TYPE_P(filtered) == IS_ARRAY) { in php_filter_call()
686 } else if (Z_TYPE_P(op) == IS_LONG) { in php_filter_array_handler()
690 } else if (Z_TYPE_P(op) == IS_ARRAY) { in php_filter_array_handler()
746 if (Z_TYPE_P(filter_args) == IS_LONG) { in PHP_FUNCTION()
748 …} else if (Z_TYPE_P(filter_args) == IS_ARRAY && (option = zend_hash_str_find(HASH_OF(filter_args),… in PHP_FUNCTION()
751 if (Z_TYPE_P(filter_args) == IS_ARRAY && in PHP_FUNCTION()
753 Z_TYPE_P(opt) == IS_ARRAY && in PHP_FUNCTION()
813 …if (op && (Z_TYPE_P(op) != IS_ARRAY) && !(Z_TYPE_P(op) == IS_LONG && PHP_FILTER_ID_EXISTS(Z_LVAL_P… in PHP_FUNCTION()
823 if (Z_TYPE_P(op) == IS_LONG) { in PHP_FUNCTION()
825 …} else if (Z_TYPE_P(op) == IS_ARRAY && (option = zend_hash_str_find(HASH_OF(op), "flags", sizeof("… in PHP_FUNCTION()
858 …if (op && (Z_TYPE_P(op) != IS_ARRAY) && !(Z_TYPE_P(op) == IS_LONG && PHP_FILTER_ID_EXISTS(Z_LVAL_P… in PHP_FUNCTION()