Home
last modified time | relevance | path

Searched refs:zend_hash_index_exists (Results 1 – 12 of 12) sorted by relevance

/php-src/sapi/phpdbg/
H A Dphpdbg_bp.c304 if (!zend_hash_index_exists(broken, line_num)) { in phpdbg_set_breakpoint_file()
481 if (!zend_hash_index_exists(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE], opline)) { in phpdbg_set_breakpoint_opline()
676 if (zend_hash_index_exists(method_table, opline)) { in phpdbg_set_breakpoint_method_opline()
723 if (zend_hash_index_exists(func_table, opline)) { in phpdbg_set_breakpoint_function_opline()
769 if (zend_hash_index_exists(file_table, opline)) { in phpdbg_set_breakpoint_file_opline()
789 if (zend_hash_index_exists(&PHPDBG_G(bp)[PHPDBG_BREAK_OPCODE], hash)) { in phpdbg_set_breakpoint_opcode()
808 if (!zend_hash_index_exists(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE], (zend_ulong) opline)) { in phpdbg_set_breakpoint_opline_ex()
907 if (!zend_hash_index_exists(&PHPDBG_G(bp)[PHPDBG_BREAK_COND], expr_hash)) { in phpdbg_set_breakpoint_expression()
925 if (!zend_hash_index_exists(&PHPDBG_G(bp)[PHPDBG_BREAK_COND], hash)) { in phpdbg_set_breakpoint_at()
H A Dphpdbg_prompt.c670 …if (zend_hash_index_exists(&PHPDBG_G(seek), (zend_ulong) phpdbg_user_execute_data(EG(current_execu… in PHPDBG_COMMAND()
687 …if (zend_hash_index_exists(&PHPDBG_G(seek), (zend_ulong) phpdbg_user_execute_data(EG(current_execu… in PHPDBG_COMMAND()
1742 #define INDEX_EXISTS_CHECK (zend_hash_index_exists(&PHPDBG_G(seek), address) || (exception && phpdb… in phpdbg_execute_ex()
/php-src/ext/com_dotnet/
H A Dcom_wrapper.c383 while(!zend_hash_index_exists(disp->dispid_to_name, next)) in disp_getnextdispid()
386 if (zend_hash_index_exists(disp->dispid_to_name, next)) { in disp_getnextdispid()
/php-src/Zend/
H A Dzend_hash.h243 static zend_always_inline bool zend_hash_index_exists(const HashTable *ht, zend_ulong h) in zend_hash_index_exists() function
562 return zend_hash_index_exists(ht, idx); in zend_symtable_exists()
574 return zend_hash_index_exists(ht, idx); in zend_symtable_exists_ind()
646 return zend_hash_index_exists(ht, idx); in zend_symtable_str_exists()
H A Dzend_weakrefs.c447 if (!zend_hash_index_exists(&wm->ht, zend_object_to_weakref_key(obj_addr))) { in zend_weakmap_unset_dimension()
H A Dzend_execute.c3224 return zend_hash_index_exists(ht, hval); in zend_array_key_exists_fast()
/php-src/ext/soap/
H A Dphp_http.c1050 if (!zend_hash_index_exists(Z_ARRVAL(zcookie), 1)) { in make_http_soap_request()
1057 if (!zend_hash_index_exists(Z_ARRVAL(zcookie), 2)) { in make_http_soap_request()
H A Dsoap.c768 if (zend_hash_index_exists(&SOAP_GLOBAL(defEncIndex), type)) { in PHP_METHOD()
/php-src/ext/pdo_pgsql/
H A Dpgsql_statement.c404 if (!zend_hash_index_exists(stmt->bound_param_map, param->paramno)) { in pgsql_stmt_param_hook()
/php-src/ext/standard/
H A Darray.c6937 RETVAL_BOOL(zend_hash_index_exists(ht, Z_LVAL_P(key)));
6943 RETVAL_BOOL(zend_hash_index_exists(ht, zend_dval_to_lval_safe(Z_DVAL_P(key))));
6946 RETVAL_BOOL(zend_hash_index_exists(ht, 0));
6949 RETVAL_BOOL(zend_hash_index_exists(ht, 1));
6953 RETVAL_BOOL(zend_hash_index_exists(ht, Z_RES_HANDLE_P(key)));
/php-src/Zend/Optimizer/
H A Dsccp.c715 res = zend_hash_index_exists(ht, Z_LVAL_P(op1)); in ct_eval_in_array()
/php-src/ext/mbstring/
H A Dmbstring.c3023 return zend_hash_index_exists(ht, w); in is_trim_wchar()

Completed in 118 milliseconds