Home
last modified time | relevance | path

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

/PHP-7.3/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.c730 …if (zend_hash_index_exists(&PHPDBG_G(seek), (zend_ulong) phpdbg_user_execute_data(EG(current_execu… in PHPDBG_COMMAND()
747 …if (zend_hash_index_exists(&PHPDBG_G(seek), (zend_ulong) phpdbg_user_execute_data(EG(current_execu… in PHPDBG_COMMAND()
1820 #define INDEX_EXISTS_CHECK (zend_hash_index_exists(&PHPDBG_G(seek), address) || (exception && phpdb… in phpdbg_execute_ex()
/PHP-7.3/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.3/Zend/
H A Dzend_hash.h205 ZEND_API zend_bool ZEND_FASTCALL zend_hash_index_exists(const HashTable *ht, zend_ulong h);
475 return zend_hash_index_exists(ht, idx); in zend_symtable_exists()
487 return zend_hash_index_exists(ht, idx); in zend_symtable_exists_ind()
559 return zend_hash_index_exists(ht, idx); in zend_symtable_str_exists()
H A Dzend_ts_hash.c249 retval = zend_hash_index_exists(TS_HASH(ht), h); in zend_ts_hash_index_exists()
H A Dzend_hash.c2174 ZEND_API zend_bool ZEND_FASTCALL zend_hash_index_exists(const HashTable *ht, zend_ulong h) in zend_hash_index_exists() function
H A Dzend_vm_def.h8061 result = zend_hash_index_exists(ht, Z_LVAL_P(op1));
H A Dzend_vm_execute.h6158 result = zend_hash_index_exists(ht, Z_LVAL_P(op1));
18791 result = zend_hash_index_exists(ht, Z_LVAL_P(op1));
24111 result = zend_hash_index_exists(ht, Z_LVAL_P(op1));
42143 result = zend_hash_index_exists(ht, Z_LVAL_P(op1));
/PHP-7.3/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.3/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.c553 if (!zend_hash_index_exists(&defEncIndex, defaultEncoding[i].details.type)) { in php_soap_prepare_globals()
976 if (zend_hash_index_exists(&SOAP_GLOBAL(defEncIndex), Z_LVAL_P(type))) { in PHP_METHOD()
/PHP-7.3/ext/spl/
H A Dspl_observer.c390 found = zend_hash_index_exists(&intern->storage, key.h); in spl_object_storage_contains()
/PHP-7.3/ext/opcache/Optimizer/
H A Dsccp.c725 res = zend_hash_index_exists(ht, Z_LVAL_P(op1)); in ct_eval_in_array()
/PHP-7.3/ext/standard/
H A Darray.c6273 if (zend_hash_index_exists(array, Z_LVAL_P(key))) {

Completed in 200 milliseconds