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.c672 …if (zend_hash_index_exists(&PHPDBG_G(seek), (zend_ulong) phpdbg_user_execute_data(EG(current_execu… in PHPDBG_COMMAND()
689 …if (zend_hash_index_exists(&PHPDBG_G(seek), (zend_ulong) phpdbg_user_execute_data(EG(current_execu… in PHPDBG_COMMAND()
1733 #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.c399 while(!zend_hash_index_exists(disp->dispid_to_name, next)) in disp_getnextdispid()
402 if (zend_hash_index_exists(disp->dispid_to_name, next)) { in disp_getnextdispid()
/php-src/Zend/
H A Dzend_hash.h242 static zend_always_inline bool zend_hash_index_exists(const HashTable *ht, zend_ulong h) in zend_hash_index_exists() function
552 return zend_hash_index_exists(ht, idx); in zend_symtable_exists()
564 return zend_hash_index_exists(ht, idx); in zend_symtable_exists_ind()
636 return zend_hash_index_exists(ht, idx); in zend_symtable_str_exists()
H A Dzend_weakrefs.c439 if (!zend_hash_index_exists(&wm->ht, zend_object_to_weakref_key(obj_addr))) { in zend_weakmap_unset_dimension()
H A Dzend_execute.c3030 return zend_hash_index_exists(ht, hval); in zend_array_key_exists_fast()
/php-src/ext/pdo_pgsql/
H A Dpgsql_statement.c306 if (!zend_hash_index_exists(stmt->bound_param_map, param->paramno)) { in pgsql_stmt_param_hook()
/php-src/ext/soap/
H A Dphp_http.c1029 if (!zend_hash_index_exists(Z_ARRVAL(zcookie), 1)) { in make_http_soap_request()
1036 if (!zend_hash_index_exists(Z_ARRVAL(zcookie), 2)) { in make_http_soap_request()
H A Dsoap.c717 if (zend_hash_index_exists(&SOAP_GLOBAL(defEncIndex), type)) { in PHP_METHOD()
/php-src/ext/standard/
H A Darray.c6778 RETVAL_BOOL(zend_hash_index_exists(ht, Z_LVAL_P(key)));
6784 RETVAL_BOOL(zend_hash_index_exists(ht, zend_dval_to_lval_safe(Z_DVAL_P(key))));
6787 RETVAL_BOOL(zend_hash_index_exists(ht, 0));
6790 RETVAL_BOOL(zend_hash_index_exists(ht, 1));
6794 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.c3008 return zend_hash_index_exists(ht, w); in is_trim_wchar()

Completed in 149 milliseconds