zend_hash_index_exists  792 Zend/zend_hash.c 			if ((mode==HASH_UPDATE || !zend_hash_index_exists(target, p->h)) && zend_hash_index_update(target, p->h, p->pData, size, &t)==SUCCESS && pCopyConstructor) {
zend_hash_index_exists  379 Zend/zend_hash.h 	ZEND_HANDLE_NUMERIC(arKey, nKeyLength, zend_hash_index_exists(ht, idx));
zend_hash_index_exists  261 Zend/zend_ts_hash.c 	retval = zend_hash_index_exists(TS_HASH(ht), h);
zend_hash_index_exists  410 ext/com_dotnet/com_wrapper.c 	while(!zend_hash_index_exists(disp->dispid_to_name, next))
zend_hash_index_exists  413 ext/com_dotnet/com_wrapper.c 	if (zend_hash_index_exists(disp->dispid_to_name, next)) {
zend_hash_index_exists  920 ext/opcache/zend_accelerator_util_funcs.c 			if (!zend_hash_index_exists(target, p->h) && zend_hash_index_update(target, p->h, p->pData, size, &t) == SUCCESS) {
zend_hash_index_exists 1003 ext/soap/php_http.c 			if (!zend_hash_index_exists(Z_ARRVAL_P(zcookie), 1)) {
zend_hash_index_exists 1010 ext/soap/php_http.c 			if (!zend_hash_index_exists(Z_ARRVAL_P(zcookie), 2)) {
zend_hash_index_exists  559 ext/soap/soap.c 		if (!zend_hash_index_exists(&defEncIndex, defaultEncoding[i].details.type)) {
zend_hash_index_exists  966 ext/soap/soap.c 		if (zend_hash_index_exists(&SOAP_GLOBAL(defEncIndex), Z_LVAL_P(type))) {
zend_hash_index_exists 4314 ext/standard/array.c 			if (zend_hash_index_exists(array, Z_LVAL_P(key))) {
zend_hash_index_exists  249 sapi/phpdbg/phpdbg_bp.c 			if (!zend_hash_index_exists(broken, line_num)) {
zend_hash_index_exists  340 sapi/phpdbg/phpdbg_bp.c 	if (!zend_hash_index_exists(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE], opline)) {
zend_hash_index_exists  544 sapi/phpdbg/phpdbg_bp.c 	if (zend_hash_index_exists(method_table, opline)) {
zend_hash_index_exists  594 sapi/phpdbg/phpdbg_bp.c 	if (zend_hash_index_exists(func_table, opline)) {
zend_hash_index_exists  643 sapi/phpdbg/phpdbg_bp.c 	if (zend_hash_index_exists(file_table, opline)) {
zend_hash_index_exists  662 sapi/phpdbg/phpdbg_bp.c 	if (zend_hash_index_exists(&PHPDBG_G(bp)[PHPDBG_BREAK_OPCODE], hash)) {
zend_hash_index_exists  683 sapi/phpdbg/phpdbg_bp.c 	if (!zend_hash_index_exists(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE], (zend_ulong) opline)) {
zend_hash_index_exists  761 sapi/phpdbg/phpdbg_bp.c 	if (!zend_hash_index_exists(&PHPDBG_G(bp)[PHPDBG_BREAK_COND], expr_hash)) {
zend_hash_index_exists  779 sapi/phpdbg/phpdbg_bp.c 		if (!zend_hash_index_exists(&PHPDBG_G(bp)[PHPDBG_BREAK_COND], hash)) {
zend_hash_index_exists 1233 sapi/phpdbg/phpdbg_prompt.c 				if (zend_hash_index_exists(&PHPDBG_G(seek), address)) {
zend_hash_index_exists 1245 sapi/phpdbg/phpdbg_prompt.c 				if (zend_hash_index_exists(&PHPDBG_G(seek), address)) {
zend_hash_index_exists 1256 sapi/phpdbg/phpdbg_prompt.c 				if (zend_hash_index_exists(&PHPDBG_G(seek), address)) {