Searched refs:zend_hash_index_exists (Results 1 – 11 of 11) sorted by relevance
/PHP-7.1/sapi/phpdbg/ |
H A D | phpdbg_bp.c | 293 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 D | phpdbg_prompt.c | 733 …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 D | com_wrapper.c | 405 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 D | zend_hash.h | 188 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 D | zend_ts_hash.c | 239 retval = zend_hash_index_exists(TS_HASH(ht), h); in zend_ts_hash_index_exists()
|
H A D | zend_hash.c | 2026 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 D | pgsql_statement.c | 300 if (!zend_hash_index_exists(stmt->bound_param_map, param->paramno)) { in pgsql_stmt_param_hook()
|
/PHP-7.1/ext/soap/ |
H A D | php_http.c | 1008 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 D | soap.c | 561 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 D | spl_observer.c | 393 found = zend_hash_index_exists(&intern->storage, key.h); in spl_object_storage_contains()
|
/PHP-7.1/ext/standard/ |
H A D | array.c | 5518 if (zend_hash_index_exists(array, Z_LVAL_P(key))) {
|
Completed in 60 milliseconds