Searched refs:zend_hash_index_exists (Results 1 – 10 of 10) sorted by relevance
/PHP-7.0/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 | 734 …if (zend_hash_index_exists(&PHPDBG_G(seek), (zend_ulong) phpdbg_user_execute_data(EG(current_execu… in PHPDBG_COMMAND() 751 …if (zend_hash_index_exists(&PHPDBG_G(seek), (zend_ulong) phpdbg_user_execute_data(EG(current_execu… in PHPDBG_COMMAND() 1768 #define INDEX_EXISTS_CHECK (zend_hash_index_exists(&PHPDBG_G(seek), address) || (exception && phpdb… in phpdbg_execute_ex()
|
/PHP-7.0/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.0/Zend/ |
H A D | zend_hash.h | 161 ZEND_API zend_bool ZEND_FASTCALL zend_hash_index_exists(const HashTable *ht, zend_ulong h); 405 return zend_hash_index_exists(ht, idx); in zend_symtable_exists() 417 return zend_hash_index_exists(ht, idx); in zend_symtable_exists_ind() 489 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 | 2046 ZEND_API zend_bool ZEND_FASTCALL zend_hash_index_exists(const HashTable *ht, zend_ulong h) in zend_hash_index_exists() function
|
/PHP-7.0/ext/pdo_pgsql/ |
H A D | pgsql_statement.c | 299 if (!zend_hash_index_exists(stmt->bound_param_map, param->paramno)) { in pgsql_stmt_param_hook()
|
/PHP-7.0/ext/soap/ |
H A D | php_http.c | 1004 if (!zend_hash_index_exists(Z_ARRVAL(zcookie), 1)) { in make_http_soap_request() 1011 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() 1006 if (zend_hash_index_exists(&SOAP_GLOBAL(defEncIndex), Z_LVAL_P(type))) { in PHP_METHOD()
|
/PHP-7.0/ext/standard/ |
H A D | array.c | 5346 if (zend_hash_index_exists(array, Z_LVAL_P(key))) {
|
Completed in 72 milliseconds