Home
last modified time | relevance | path

Searched refs:Z_ARRVAL_P (Results 76 – 100 of 105) sorted by relevance

12345

/PHP-5.5/main/streams/
H A Dstreams.c2232 …if (FAILURE == zend_hash_find(Z_ARRVAL_P(context->options), (char*)wrappername, strlen(wrappername…
2249 …if (FAILURE == zend_hash_find(Z_ARRVAL_P(context->options), (char*)wrappername, strlen(wrappername…
2252 …if (FAILURE == zend_hash_update(Z_ARRVAL_P(context->options), (char*)wrappername, strlen(wrapperna…
H A Duserspace.c895 if (SUCCESS == zend_hash_find(Z_ARRVAL_P(array), #name, sizeof(#name), (void**)&elem)) { \ in statbuf_from_array()
/PHP-5.5/Zend/
H A Dzend_execute.c1103 …if (zend_hash_next_index_insert(Z_ARRVAL_P(container), &new_zval, sizeof(zval *), (void **) &retva… in zend_fetch_dimension_address()
1109 … retval = zend_fetch_dimension_address_inner(Z_ARRVAL_P(container), dim, dim_type, type TSRMLS_CC); in zend_fetch_dimension_address()
1257 … retval = zend_fetch_dimension_address_inner(Z_ARRVAL_P(container), dim, dim_type, type TSRMLS_CC); in zend_fetch_dimension_address_read()
H A Dzend_builtin_functions.c1750 …if (zend_hash_add(Z_ARRVAL_P(return_value), "internal", sizeof("internal"), (void **)&internal, si… in ZEND_FUNCTION()
1758 …if (zend_hash_add(Z_ARRVAL_P(return_value), "user", sizeof("user"), (void **)&user, sizeof(zval *)… in ZEND_FUNCTION()
1778 zend_hash_copy(Z_ARRVAL_P(return_value), EG(active_symbol_table), in ZEND_FUNCTION()
H A Dzend_exceptions.c625 …zend_hash_apply_with_arguments(Z_ARRVAL_P(trace) TSRMLS_CC, (apply_func_args_t)_build_trace_string… in ZEND_METHOD()
H A Dzend_vm_def.h1597 …zval *value = *zend_fetch_dimension_address_inner(Z_ARRVAL_P(container), GET_OP2_ZVAL_PTR(BP_VAR_R…
2696 zend_hash_num_elements(Z_ARRVAL_P(function_name)) == 2) {
2701 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);
4299 fe_ht = Z_ARRVAL_P(array);
4474 ht = Z_ARRVAL_P(container);
H A Dzend_operators.h460 #define Z_ARRVAL_P(zval_p) Z_ARRVAL(*zval_p) macro
H A Dzend_API.h723 #define HASH_OF(p) (Z_TYPE_P(p)==IS_ARRAY ? Z_ARRVAL_P(p) : ((Z_TYPE_P(p)==IS_OBJECT ? Z_OBJ_HT_P(p…
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_main.c577 zend_hash_num_elements(Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_ENV])) > 0 in cgi_php_import_environment_variables()
587 zend_hash_num_elements(Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_SERVER])) > 0 in cgi_php_import_environment_variables()
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c1889 …zend_hash_copy(Z_ARRVAL_P(return_value), fptr->op_array.static_variables, (copy_ctor_func_t) zval_… in ZEND_METHOD()
1974 argc = zend_hash_num_elements(Z_ARRVAL_P(param_array)); in ZEND_METHOD()
1977 …zend_hash_apply_with_argument(Z_ARRVAL_P(param_array), (apply_func_arg_t)_zval_array_to_c_array, &… in ZEND_METHOD()
2188 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()
2961 argc = zend_hash_num_elements(Z_ARRVAL_P(param_array)); in ZEND_METHOD()
2964 …zend_hash_apply_with_argument(Z_ARRVAL_P(param_array), (apply_func_arg_t)_zval_array_to_c_array, &… in ZEND_METHOD()
4025 …zend_hash_copy(Z_ARRVAL_P(return_value), &ce->constants_table, (copy_ctor_func_t) zval_add_ref, (v… in ZEND_METHOD()
/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()
2466 nelems = zend_hash_num_elements(Z_ARRVAL_P(zval_files)); in ZIPARCHIVE_METHOD()
2471 if (zend_hash_index_find(Z_ARRVAL_P(zval_files), i, (void **) &zval_file) == SUCCESS) { in ZIPARCHIVE_METHOD()
/PHP-5.5/ext/soap/
H A Dphp_http.c1005 if (!zend_hash_index_exists(Z_ARRVAL_P(zcookie), 1)) { in make_http_soap_request()
1012 if (!zend_hash_index_exists(Z_ARRVAL_P(zcookie), 2)) { in make_http_soap_request()
/PHP-5.5/ext/curl/
H A Dinterface.c2932 zend_hash_internal_pointer_reset_ex(Z_ARRVAL_P(arr), &pos); in PHP_FUNCTION()
2933 while (zend_hash_get_current_data_ex(Z_ARRVAL_P(arr), (void **)&entry, &pos) == SUCCESS) { in PHP_FUNCTION()
2934 …if (zend_hash_get_current_key_ex(Z_ARRVAL_P(arr), &string_key, &str_key_len, &option, 0, &pos) != … in PHP_FUNCTION()
2941 zend_hash_move_forward_ex(Z_ARRVAL_P(arr), &pos); in PHP_FUNCTION()
/PHP-5.5/ext/posix/
H A Dposix.c933 …zend_hash_update(Z_ARRVAL_P(array_group), "members", sizeof("members"), (void*)&array_members, siz… in php_posix_group_to_array()
/PHP-5.5/ext/simplexml/
H A Dsimplexml.c1050 zend_hash_next_index_insert(Z_ARRVAL_P(newptr), data_ptr, sizeof(zval *), NULL); in sxe_properties_add()
1051 zend_hash_next_index_insert(Z_ARRVAL_P(newptr), &value, sizeof(zval *), NULL); in sxe_properties_add()
1445 if (zend_hash_exists(Z_ARRVAL_P(return_value), prefix, strlen(prefix) + 1) == 0) { in sxe_add_namespace_name()
/PHP-5.5/sapi/cgi/
H A Dcgi_main.c632 zend_hash_num_elements(Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_ENV])) > 0 in cgi_php_import_environment_variables()
642 zend_hash_num_elements(Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_SERVER])) > 0 in cgi_php_import_environment_variables()
/PHP-5.5/ext/zlib/
H A Dzlib.c86 …SUCCESS == zend_hash_find(Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_SERVER]), "HTTP_ACCEPT_ENCODING",… in php_zlib_output_encoding()
/PHP-5.5/ext/standard/
H A Dimage.c462 …if (zend_hash_find(Z_ARRVAL_P(info), markername, strlen(markername)+1, (void **) &tmp) == FAILURE)… in php_read_APP()
H A Dfilestat.c1226 …zend_hash_update(Z_ARRVAL_P(return_value), bucket->path, bucket->path_len+1, &entry, sizeof(zval *… in PHP_FUNCTION()
/PHP-5.5/ext/spl/
H A Dspl_array.c1459 Z_ARRVAL_P(tmp) = aht; in spl_array_method()
1826 …zend_hash_copy(intern->std.properties, Z_ARRVAL_P(pmembers), (copy_ctor_func_t) zval_add_ref, (voi… in SPL_METHOD()
H A Dspl_directory.c2238 && zend_hash_num_elements(Z_ARRVAL_P(intern->u.file.current_zval)) == 1) { in spl_filesystem_file_is_empty_line()
2239 zval ** first = Z_ARRVAL_P(intern->u.file.current_zval)->pListHead->pData; in spl_filesystem_file_is_empty_line()
2243 return zend_hash_num_elements(Z_ARRVAL_P(intern->u.file.current_zval)) == 0; in spl_filesystem_file_is_empty_line()
H A Dspl_iterators.c2030 count = zend_hash_num_elements(Z_ARRVAL_P(intern->current.data)); in SPL_METHOD()
2254 RETURN_BOOL(zend_hash_num_elements(Z_ARRVAL_P(intern->current.data)) > 0); in SPL_METHOD()
3538 array_set_zval_key(Z_ARRVAL_P(return_value), &key, *data); in spl_iterator_to_array_apply()
/PHP-5.5/ext/mysql/
H A Dphp_mysql.c2178 HashTable *htl = Z_ARRVAL_P(ctor_params);
2245 object_and_properties_init(return_value, ZEND_STANDARD_CLASS_DEF_PTR, Z_ARRVAL_P(return_value));
/PHP-5.5/ext/mysqli/
H A Dmysqli.c1299 HashTable *params_ht = Z_ARRVAL_P(ctor_params); in php_mysqli_fetch_into_hash()
/PHP-5.5/ext/mbstring/
H A Dmbstring.c793 target_hash = Z_ARRVAL_P(array); in php_mb_parse_encoding_array()
3055 target_hash = Z_ARRVAL_P(arg_old); in PHP_FUNCTION()
3749 target_hash = Z_ARRVAL_P(zconvmap); in php_mb_numericentity_exec()

Completed in 166 milliseconds

12345