Home
last modified time | relevance | path

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

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_bp.c307 if (!zend_hash_index_exists(broken, line_num)) { in phpdbg_set_breakpoint_file()
484 if (!zend_hash_index_exists(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE], opline)) { in phpdbg_set_breakpoint_opline()
679 if (zend_hash_index_exists(method_table, opline)) { in phpdbg_set_breakpoint_method_opline()
726 if (zend_hash_index_exists(func_table, opline)) { in phpdbg_set_breakpoint_function_opline()
772 if (zend_hash_index_exists(file_table, opline)) { in phpdbg_set_breakpoint_file_opline()
792 if (zend_hash_index_exists(&PHPDBG_G(bp)[PHPDBG_BREAK_OPCODE], hash)) { in phpdbg_set_breakpoint_opcode()
811 if (!zend_hash_index_exists(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE], (zend_ulong) opline)) { in phpdbg_set_breakpoint_opline_ex()
914 if (!zend_hash_index_exists(&PHPDBG_G(bp)[PHPDBG_BREAK_COND], expr_hash)) { in phpdbg_set_breakpoint_expression()
932 if (!zend_hash_index_exists(&PHPDBG_G(bp)[PHPDBG_BREAK_COND], hash)) { in phpdbg_set_breakpoint_at()
H A Dphpdbg_prompt.c683 …if (zend_hash_index_exists(&PHPDBG_G(seek), (zend_ulong) phpdbg_user_execute_data(EG(current_execu… in PHPDBG_COMMAND()
700 …if (zend_hash_index_exists(&PHPDBG_G(seek), (zend_ulong) phpdbg_user_execute_data(EG(current_execu… in PHPDBG_COMMAND()
1782 #define INDEX_EXISTS_CHECK (zend_hash_index_exists(&PHPDBG_G(seek), address) || (exception && phpdb… in phpdbg_execute_ex()
/PHP-7.4/ext/com_dotnet/
H A Dcom_wrapper.c403 while(!zend_hash_index_exists(disp->dispid_to_name, next)) in disp_getnextdispid()
406 if (zend_hash_index_exists(disp->dispid_to_name, next)) { in disp_getnextdispid()
/PHP-7.4/Zend/
H A Dzend_hash.h222 static zend_always_inline zend_bool zend_hash_index_exists(const HashTable *ht, zend_ulong h) in zend_hash_index_exists() function
496 return zend_hash_index_exists(ht, idx); in zend_symtable_exists()
508 return zend_hash_index_exists(ht, idx); in zend_symtable_exists_ind()
580 return zend_hash_index_exists(ht, idx); in zend_symtable_str_exists()
/PHP-7.4/ext/pdo_pgsql/
H A Dpgsql_statement.c298 if (!zend_hash_index_exists(stmt->bound_param_map, param->paramno)) { in pgsql_stmt_param_hook()
/PHP-7.4/ext/soap/
H A Dphp_http.c1021 if (!zend_hash_index_exists(Z_ARRVAL(zcookie), 1)) { in make_http_soap_request()
1028 if (!zend_hash_index_exists(Z_ARRVAL(zcookie), 2)) { in make_http_soap_request()
H A Dsoap.c974 if (zend_hash_index_exists(&SOAP_GLOBAL(defEncIndex), Z_LVAL_P(type))) { in PHP_METHOD()
/PHP-7.4/ext/spl/
H A Dspl_observer.c388 found = zend_hash_index_exists(&intern->storage, key.h); in spl_object_storage_contains()
/PHP-7.4/ext/opcache/Optimizer/
H A Dsccp.c735 res = zend_hash_index_exists(ht, Z_LVAL_P(op1)); in ct_eval_in_array()
/PHP-7.4/ext/standard/
H A Darray.c6358 RETVAL_BOOL(zend_hash_index_exists(ht, Z_LVAL_P(key)));

Completed in 92 milliseconds