Home
last modified time | relevance | path

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

/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_bp.c293 if (!zend_hash_index_exists(broken, line_num)) { in phpdbg_set_breakpoint_file_ex()
470 if (!zend_hash_index_exists(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE], opline)) { in phpdbg_set_breakpoint_opline()
665 if (zend_hash_index_exists(method_table, opline)) { in phpdbg_set_breakpoint_method_opline()
712 if (zend_hash_index_exists(func_table, opline)) { in phpdbg_set_breakpoint_function_opline()
758 if (zend_hash_index_exists(file_table, opline)) { in phpdbg_set_breakpoint_file_opline()
778 if (zend_hash_index_exists(&PHPDBG_G(bp)[PHPDBG_BREAK_OPCODE], hash)) { in phpdbg_set_breakpoint_opcode()
797 if (!zend_hash_index_exists(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE], (zend_ulong) opline)) { in phpdbg_set_breakpoint_opline_ex()
871 if (!zend_hash_index_exists(&PHPDBG_G(bp)[PHPDBG_BREAK_COND], expr_hash)) { in phpdbg_set_breakpoint_expression()
889 if (!zend_hash_index_exists(&PHPDBG_G(bp)[PHPDBG_BREAK_COND], hash)) { in phpdbg_set_breakpoint_at()
H A Dphpdbg_prompt.c733 …if (zend_hash_index_exists(&PHPDBG_G(seek), (zend_ulong) phpdbg_user_execute_data(EG(current_execu… in PHPDBG_COMMAND()
750 …if (zend_hash_index_exists(&PHPDBG_G(seek), (zend_ulong) phpdbg_user_execute_data(EG(current_execu… in PHPDBG_COMMAND()
1819 #define INDEX_EXISTS_CHECK (zend_hash_index_exists(&PHPDBG_G(seek), address) || (exception && phpdb… in phpdbg_execute_ex()
/PHP-7.1/ext/com_dotnet/
H A Dcom_wrapper.c405 while(!zend_hash_index_exists(disp->dispid_to_name, next)) in disp_getnextdispid()
408 if (zend_hash_index_exists(disp->dispid_to_name, next)) { in disp_getnextdispid()
/PHP-7.1/Zend/
H A Dzend_hash.h188 ZEND_API zend_bool ZEND_FASTCALL zend_hash_index_exists(const HashTable *ht, zend_ulong h);
432 return zend_hash_index_exists(ht, idx); in zend_symtable_exists()
444 return zend_hash_index_exists(ht, idx); in zend_symtable_exists_ind()
516 return zend_hash_index_exists(ht, idx); in zend_symtable_str_exists()
H A Dzend_ts_hash.c239 retval = zend_hash_index_exists(TS_HASH(ht), h); in zend_ts_hash_index_exists()
H A Dzend_hash.c2026 ZEND_API zend_bool ZEND_FASTCALL zend_hash_index_exists(const HashTable *ht, zend_ulong h) in zend_hash_index_exists() function
/PHP-7.1/ext/pdo_pgsql/
H A Dpgsql_statement.c300 if (!zend_hash_index_exists(stmt->bound_param_map, param->paramno)) { in pgsql_stmt_param_hook()
/PHP-7.1/ext/soap/
H A Dphp_http.c1008 if (!zend_hash_index_exists(Z_ARRVAL(zcookie), 1)) { in make_http_soap_request()
1015 if (!zend_hash_index_exists(Z_ARRVAL(zcookie), 2)) { in make_http_soap_request()
H A Dsoap.c561 if (!zend_hash_index_exists(&defEncIndex, defaultEncoding[i].details.type)) { in php_soap_prepare_globals()
1004 if (zend_hash_index_exists(&SOAP_GLOBAL(defEncIndex), Z_LVAL_P(type))) { in PHP_METHOD()
/PHP-7.1/ext/spl/
H A Dspl_observer.c393 found = zend_hash_index_exists(&intern->storage, key.h); in spl_object_storage_contains()
/PHP-7.1/ext/standard/
H A Darray.c5518 if (zend_hash_index_exists(array, Z_LVAL_P(key))) {

Completed in 67 milliseconds