zend_hash_index_exists  161 Zend/zend_hash.h ZEND_API zend_bool ZEND_FASTCALL zend_hash_index_exists(const HashTable *ht, zend_ulong h);
zend_hash_index_exists  381 Zend/zend_hash.h 		return zend_hash_index_exists(ht, idx);
zend_hash_index_exists  393 Zend/zend_hash.h 		return zend_hash_index_exists(ht, idx);
zend_hash_index_exists  465 Zend/zend_hash.h 		return zend_hash_index_exists(ht, idx);
zend_hash_index_exists  239 Zend/zend_ts_hash.c 	retval = zend_hash_index_exists(TS_HASH(ht), h);
zend_hash_index_exists  405 ext/com_dotnet/com_wrapper.c 	while(!zend_hash_index_exists(disp->dispid_to_name, next))
zend_hash_index_exists  408 ext/com_dotnet/com_wrapper.c 	if (zend_hash_index_exists(disp->dispid_to_name, next)) {
zend_hash_index_exists  997 ext/soap/php_http.c 			if (!zend_hash_index_exists(Z_ARRVAL(zcookie), 1)) {
zend_hash_index_exists 1004 ext/soap/php_http.c 			if (!zend_hash_index_exists(Z_ARRVAL(zcookie), 2)) {
zend_hash_index_exists  561 ext/soap/soap.c 		if (!zend_hash_index_exists(&defEncIndex, defaultEncoding[i].details.type)) {
zend_hash_index_exists 1001 ext/soap/soap.c 		if (zend_hash_index_exists(&SOAP_GLOBAL(defEncIndex), Z_LVAL_P(type))) {
zend_hash_index_exists 5437 ext/standard/array.c 			if (zend_hash_index_exists(array, Z_LVAL_P(key))) {
zend_hash_index_exists  280 sapi/phpdbg/phpdbg_bp.c 	if (!zend_hash_index_exists(broken, line_num)) {
zend_hash_index_exists  457 sapi/phpdbg/phpdbg_bp.c 	if (!zend_hash_index_exists(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE], opline)) {
zend_hash_index_exists  652 sapi/phpdbg/phpdbg_bp.c 	if (zend_hash_index_exists(method_table, opline)) {
zend_hash_index_exists  699 sapi/phpdbg/phpdbg_bp.c 	if (zend_hash_index_exists(func_table, opline)) {
zend_hash_index_exists  745 sapi/phpdbg/phpdbg_bp.c 	if (zend_hash_index_exists(file_table, opline)) {
zend_hash_index_exists  765 sapi/phpdbg/phpdbg_bp.c 	if (zend_hash_index_exists(&PHPDBG_G(bp)[PHPDBG_BREAK_OPCODE], hash)) {
zend_hash_index_exists  784 sapi/phpdbg/phpdbg_bp.c 	if (!zend_hash_index_exists(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE], (zend_ulong) opline)) {
zend_hash_index_exists  858 sapi/phpdbg/phpdbg_bp.c 	if (!zend_hash_index_exists(&PHPDBG_G(bp)[PHPDBG_BREAK_COND], expr_hash)) {
zend_hash_index_exists  876 sapi/phpdbg/phpdbg_bp.c 		if (!zend_hash_index_exists(&PHPDBG_G(bp)[PHPDBG_BREAK_COND], hash)) {
zend_hash_index_exists  594 sapi/phpdbg/phpdbg_prompt.c 	if (zend_hash_index_exists(&PHPDBG_G(seek), (zend_ulong) phpdbg_user_execute_data(EG(current_execute_data))->opline)) {
zend_hash_index_exists  611 sapi/phpdbg/phpdbg_prompt.c 	if (zend_hash_index_exists(&PHPDBG_G(seek), (zend_ulong) phpdbg_user_execute_data(EG(current_execute_data))->opline)) {
zend_hash_index_exists 1551 sapi/phpdbg/phpdbg_prompt.c #define INDEX_EXISTS_CHECK (zend_hash_index_exists(&PHPDBG_G(seek), address) || (exception && phpdbg_check_caught_ex(execute_data, exception) == 0))