Home
last modified time | relevance | path

Searched refs:HASH_KEY_IS_LONG (Results 1 – 25 of 31) sorted by relevance

12

/PHP-5.5/ext/com_dotnet/
H A Dcom_wrapper.c474 if (keytype == HASH_KEY_IS_LONG) { in generate_dispids()
506 if (keytype == HASH_KEY_IS_LONG) { in generate_dispids()
604 if (keytype == HASH_KEY_IS_LONG) { in php_com_wrapper_export_as_sink()
/PHP-5.5/Zend/
H A Dzend_hash.h29 #define HASH_KEY_IS_LONG 2 macro
380 …ZEND_HANDLE_NUMERIC(arKey, nKeyLength, zend_hash_update_current_key_ex(ht, HASH_KEY_IS_LONG, NULL,… in zend_symtable_update_current_key_ex()
H A Dzend_hash.c1168 return HASH_KEY_IS_LONG; in zend_hash_get_current_key_ex()
1205 return HASH_KEY_IS_LONG; in zend_hash_get_current_key_type_ex()
1244 if (key_type == HASH_KEY_IS_LONG) { in zend_hash_update_current_key_ex()
1416 if (key_type == HASH_KEY_IS_LONG) { in zend_hash_update_current_key_ex()
H A Dzend_interfaces.c192 return HASH_KEY_IS_LONG;
H A Dzend.c174 case HASH_KEY_IS_LONG: in print_hash()
214 case HASH_KEY_IS_LONG: in print_flat_hash()
H A Dzend_execute_API.c638 …ret = zend_hash_update_current_key_ex(Z_ARRVAL_P(p), HASH_KEY_IS_LONG, NULL, 0, Z_LVAL(const_value… in zval_update_constant_ex()
641 …ret = zend_hash_update_current_key_ex(Z_ARRVAL_P(p), HASH_KEY_IS_LONG, NULL, 0, zend_dval_to_lval(… in zval_update_constant_ex()
/PHP-5.5/ext/session/
H A Dphp_session.h267 if (key_type == HASH_KEY_IS_LONG) { \
/PHP-5.5/ext/xmlrpc/
H A Dxmlrpc-epi-php.c495 if (res == HASH_KEY_IS_LONG) { in determine_vector_type()
597 case HASH_KEY_IS_LONG: in PHP_to_XMLRPC_worker()
602 if (res == HASH_KEY_IS_LONG) { in PHP_to_XMLRPC_worker()
/PHP-5.5/ext/pcntl/
H A Dpcntl.c793 case HASH_KEY_IS_LONG: in PHP_FUNCTION()
813 if (return_val == HASH_KEY_IS_LONG) efree(key); in PHP_FUNCTION()
/PHP-5.5/ext/standard/
H A Darray.c1342 …} else if (key_type == HASH_KEY_IS_LONG && (extract_type == EXTR_PREFIX_ALL || extract_type == EXT… in PHP_FUNCTION()
2197 case HASH_KEY_IS_LONG: in PHP_FUNCTION()
2275 case HASH_KEY_IS_LONG: in php_array_merge()
2310 case HASH_KEY_IS_LONG: in php_array_replace_recursive()
2660 case HASH_KEY_IS_LONG: in PHP_FUNCTION()
2800 case HASH_KEY_IS_LONG: in PHP_FUNCTION()
4262 case HASH_KEY_IS_LONG: in PHP_FUNCTION()
H A Dproc_open.c183 case HASH_KEY_IS_LONG: in _php_array_to_envp()
H A Dvar.c869 case HASH_KEY_IS_LONG: in php_var_serialize_intern()
H A Dinfo.c224 case HASH_KEY_IS_LONG: in php_print_gpcse_array()
H A Dstreamsfuncs.c694 if (type == HASH_KEY_IS_LONG) { in stream_array_from_fd_set()
/PHP-5.5/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp411 if (key_type == HASH_KEY_IS_LONG) { in umsg_format_helper()
/PHP-5.5/ext/pcre/
H A Dphp_pcre.c1434 case HASH_KEY_IS_LONG: in preg_replace_impl()
1873 case HASH_KEY_IS_LONG: in php_pcre_grep_impl()
/PHP-5.5/main/
H A Dphp_variables.c594 …|| (key_type == HASH_KEY_IS_LONG && zend_hash_index_find(dest, num_key, (void **)&dest_entry) != S… in php_autoglobal_merge()
/PHP-5.5/ext/spl/
H A Dspl_fixedarray.c713 …if (zend_hash_get_current_key(Z_ARRVAL_P(data), &str_index, &num_index, 0) != HASH_KEY_IS_LONG || … in SPL_METHOD()
/PHP-5.5/ext/wddx/
H A Dwddx.c321 case HASH_KEY_IS_LONG: in PS_SERIALIZER_DECODE_FUNC()
/PHP-5.5/ext/ldap/
H A Dldap.c1584 if (zend_hash_get_current_key_type(Z_ARRVAL_P(mods)) != HASH_KEY_IS_LONG) { in PHP_FUNCTION()
1691 if (zend_hash_get_current_key_type(Z_ARRVAL_P(modinfo)) != HASH_KEY_IS_LONG) { in PHP_FUNCTION()
/PHP-5.5/ext/pdo/
H A Dpdo_dbh.c412 && HASH_KEY_IS_LONG == zend_hash_get_current_key(Z_ARRVAL_P(options), &str_key, &long_key, 0)) { in PHP_METHOD()
/PHP-5.5/sapi/apache_hooks/
H A Dphp_apache.c617 case HASH_KEY_IS_LONG: in add_header_to_table()
/PHP-5.5/ext/tidy/
H A Dtidy.c1025 case HASH_KEY_IS_LONG: in _php_tidy_apply_config_array()
/PHP-5.5/ext/sockets/
H A Dsockets.c820 case HASH_KEY_IS_LONG:
/PHP-5.5/ext/pgsql/
H A Dpgsql.c5458 if (!err && key_type == HASH_KEY_IS_LONG) {
6213 if (key_type == HASH_KEY_IS_LONG) {
6328 if (key_type == HASH_KEY_IS_LONG) {

Completed in 130 milliseconds

12