Home
last modified time | relevance | path

Searched refs:zend_hash_index_find (Results 26 – 46 of 46) sorted by relevance

12

/PHP-5.5/ext/standard/
H A Dvar_unserializer.c336 if (zend_hash_index_find(ht, Z_LVAL_P(key), (void **)&old_data)==SUCCESS) { in process_nested_data()
H A Dvar_unserializer.re340 if (zend_hash_index_find(ht, Z_LVAL_P(key), (void **)&old_data)==SUCCESS) {
H A Dbasic_functions.c4410 if (zend_hash_index_find(HASH_OF(return_value), optname_int, (void **)&args) != FAILURE) {
5042 && zend_hash_index_find(Z_ARRVAL_P(function), 0, (void **) &obj) == SUCCESS
5043 && zend_hash_index_find(Z_ARRVAL_P(function), 1, (void **) &method) == SUCCESS
5908 if (zend_hash_index_find(Z_ARRVAL_P(arr), key, (void **) &find_hash) == FAILURE) {
/PHP-5.5/ext/spl/
H A Dspl_array.c351 if (zend_hash_index_find(ht, index, (void **) &retval) == FAILURE) { in spl_array_get_dimension_ptr_ptr()
639 if (zend_hash_index_find(ht, index, (void **)&tmp) != FAILURE) { in spl_array_has_dimension_ex()
/PHP-5.5/ext/pcntl/
H A Dpcntl.c1262 if (zend_hash_index_find(&PCNTL_G(php_signal_table), queue->signo, (void **) &handle)==SUCCESS) { in pcntl_signal_dispatch()
/PHP-5.5/ext/zip/
H A Dphp_zip.c1719 if (zend_hash_index_find(Z_ARRVAL_P(return_value), i, (void **) &zval_file) == SUCCESS) { in php_zip_add_from_pattern()
2471 if (zend_hash_index_find(Z_ARRVAL_P(zval_files), i, (void **) &zval_file) == SUCCESS) { in ZIPARCHIVE_METHOD()
/PHP-5.5/ext/hash/
H A Dhash.c536 if (zend_hash_index_find(&EG(regular_list), Z_RESVAL_P(zhash), (void *) &le)==SUCCESS) { in PHP_FUNCTION()
/PHP-5.5/sapi/apache_hooks/
H A Dphp_apache.c144 if (zend_hash_index_find(Z_OBJPROP_P(z), 0, (void **)&addr) == FAILURE) { in get_apache_request()
/PHP-5.5/ext/oci8/
H A Doci8_statement.c325 if (zend_hash_index_find(statement->columns, column_index, (void **)&column) == FAILURE) { in php_oci_statement_get_column()
/PHP-5.5/Zend/
H A Dzend_execute.c1055 if (zend_hash_index_find(ht, hval, (void **) &retval) == FAILURE) { in zend_fetch_dimension_address_inner()
H A Dzend_vm_def.h2701 zend_hash_index_find(Z_ARRVAL_P(function_name), 0, (void **) &obj);
2702 zend_hash_index_find(Z_ARRVAL_P(function_name), 1, (void **) &method);
4485 if (zend_hash_index_find(ht, hval, (void **) &value) == SUCCESS) {
H A Dzend_API.c3085 zend_hash_index_find(Z_ARRVAL_P(callable), 0, (void **) &obj); in zend_is_callable_ex()
3086 zend_hash_index_find(Z_ARRVAL_P(callable), 1, (void **) &method); in zend_is_callable_ex()
H A Dzend_vm_execute.h1298 zend_hash_index_find(Z_ARRVAL_P(function_name), 0, (void **) &obj); in ZEND_INIT_FCALL_BY_NAME_SPEC_CONST_HANDLER()
1299 zend_hash_index_find(Z_ARRVAL_P(function_name), 1, (void **) &method); in ZEND_INIT_FCALL_BY_NAME_SPEC_CONST_HANDLER()
1623 zend_hash_index_find(Z_ARRVAL_P(function_name), 0, (void **) &obj); in ZEND_INIT_FCALL_BY_NAME_SPEC_TMP_HANDLER()
1624 zend_hash_index_find(Z_ARRVAL_P(function_name), 1, (void **) &method); in ZEND_INIT_FCALL_BY_NAME_SPEC_TMP_HANDLER()
1810 zend_hash_index_find(Z_ARRVAL_P(function_name), 0, (void **) &obj); in ZEND_INIT_FCALL_BY_NAME_SPEC_VAR_HANDLER()
1811 zend_hash_index_find(Z_ARRVAL_P(function_name), 1, (void **) &method); in ZEND_INIT_FCALL_BY_NAME_SPEC_VAR_HANDLER()
2035 zend_hash_index_find(Z_ARRVAL_P(function_name), 0, (void **) &obj); in ZEND_INIT_FCALL_BY_NAME_SPEC_CV_HANDLER()
16071 if (zend_hash_index_find(ht, hval, (void **) &value) == SUCCESS) { in zend_isset_isempty_dim_prop_obj_handler_SPEC_VAR_CONST()
18170 if (zend_hash_index_find(ht, hval, (void **) &value) == SUCCESS) { in zend_isset_isempty_dim_prop_obj_handler_SPEC_VAR_TMP()
20651 if (zend_hash_index_find(ht, hval, (void **) &value) == SUCCESS) { in zend_isset_isempty_dim_prop_obj_handler_SPEC_VAR_VAR()
[all …]
/PHP-5.5/ext/openssl/
H A Dopenssl.c2803 if (zend_hash_index_find(HASH_OF(*val), 1, (void **)&zphrase) == FAILURE) { in php_openssl_evp_from_zval()
2818 if (zend_hash_index_find(HASH_OF(*val), 0, (void **)&val) == FAILURE) { in php_openssl_evp_from_zval()
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c2459 if (SUCCESS == zend_hash_index_find(&server->clients, fd, (void **)&client)) { in php_cli_server_do_event_for_each_fd_callback()
/PHP-5.5/ext/pdo/
H A Dpdo_stmt.c140 if (SUCCESS == zend_hash_index_find(stmt->bound_param_map, param->paramno, (void**)&name)) { in rewrite_name_to_position()
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c2188 if ((zend_hash_index_find(Z_ARRVAL_P(reference), 0, (void **) &classref) == FAILURE) in ZEND_METHOD()
2189 || (zend_hash_index_find(Z_ARRVAL_P(reference), 1, (void **) &method) == FAILURE)) in ZEND_METHOD()
/PHP-5.5/ext/soap/
H A Dsoap.c3405 zend_hash_index_find(function->requestParameters, cur_param, (void **)&param) == FAILURE) {
4522 if (zend_hash_index_find(ht, index, (void **)&tmp) != FAILURE) {
/PHP-5.5/ext/phar/
H A Dphar_object.c4373 if (zend_hash_index_find(Z_ARRVAL_P(zval_files), i, (void **) &zval_file) == SUCCESS) { in PHP_METHOD()
/PHP-5.5/ext/imap/
H A Dphp_imap.c1191 …if (zend_hash_index_find(Z_ARRVAL_PP(disabled_auth_method), i, (void **) &z_auth_method) == SUCCES… in php_imap_do_open()
/PHP-5.5/ext/pgsql/
H A Dpgsql.c2220 if (zend_hash_index_find(&PGG(notices), Z_RESVAL_P(pgsql_link), (void **)&notice) == FAILURE) {

Completed in 292 milliseconds

12