Home
last modified time | relevance | path

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

12345

/PHP-5.3/Zend/
H A Dzend_operators.h409 #define Z_ARRVAL_P(zval_p) Z_ARRVAL(*zval_p) macro
H A Dzend_builtin_functions.c1646 …if (zend_hash_add(Z_ARRVAL_P(return_value), "internal", sizeof("internal"), (void **)&internal, si… in ZEND_FUNCTION()
1654 …if (zend_hash_add(Z_ARRVAL_P(return_value), "user", sizeof("user"), (void **)&user, sizeof(zval *)… in ZEND_FUNCTION()
1674 zend_hash_copy(Z_ARRVAL_P(return_value), EG(active_symbol_table), in ZEND_FUNCTION()
H A Dzend_exceptions.c526 …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.h1459 …AI_SET_PTR(EX_T(opline->result.u.var).var, *zend_fetch_dimension_address_inner(Z_ARRVAL_P(containe…
3123 …zend_hash_index_update(Z_ARRVAL_P(array_ptr), zend_dval_to_lval(Z_DVAL_P(offset)), &expr_ptr, size…
3127 … zend_hash_index_update(Z_ARRVAL_P(array_ptr), Z_LVAL_P(offset), &expr_ptr, sizeof(zval *), NULL);
3130 …zend_symtable_update(Z_ARRVAL_P(array_ptr), Z_STRVAL_P(offset), Z_STRLEN_P(offset)+1, &expr_ptr, s…
3133 zend_hash_update(Z_ARRVAL_P(array_ptr), "", sizeof(""), &expr_ptr, sizeof(zval *), NULL);
3143 zend_hash_next_index_insert(Z_ARRVAL_P(array_ptr), &expr_ptr, sizeof(zval *), NULL);
H A Dzend_API.h690 #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.3/ext/standard/
H A Dhtml.c1472 if (zend_hash_find(Z_ARRVAL_P(return_value), (const char*)ind, written+1, &dummy) == FAILURE) { in PHP_FUNCTION()
1489 if (zend_hash_find(Z_ARRVAL_P(return_value), (const char*)ind, 2, &dummy) == FAILURE) { in PHP_FUNCTION()
H A Dfilestat.c1178 …zend_hash_update(Z_ARRVAL_P(return_value), bucket->path, bucket->path_len+1, &entry, sizeof(zval *… in PHP_FUNCTION()
H A Dimage.c458 …if (zend_hash_find(Z_ARRVAL_P(info), markername, strlen(markername)+1, (void **) &tmp) == FAILURE)… in php_read_APP()
/PHP-5.3/ext/reflection/
H A Dphp_reflection.c1737 …zend_hash_copy(Z_ARRVAL_P(return_value), fptr->op_array.static_variables, (copy_ctor_func_t) zval_… in ZEND_METHOD()
1822 argc = zend_hash_num_elements(Z_ARRVAL_P(param_array)); in ZEND_METHOD()
1825 …zend_hash_apply_with_argument(Z_ARRVAL_P(param_array), (apply_func_arg_t)_zval_array_to_c_array, &… in ZEND_METHOD()
2036 if ((zend_hash_index_find(Z_ARRVAL_P(reference), 0, (void **) &classref) == FAILURE) in ZEND_METHOD()
2037 || (zend_hash_index_find(Z_ARRVAL_P(reference), 1, (void **) &method) == FAILURE)) in ZEND_METHOD()
2696 argc = zend_hash_num_elements(Z_ARRVAL_P(param_array)); in ZEND_METHOD()
2699 …zend_hash_apply_with_argument(Z_ARRVAL_P(param_array), (apply_func_arg_t)_zval_array_to_c_array, &… in ZEND_METHOD()
3763 …zend_hash_copy(Z_ARRVAL_P(return_value), &ce->constants_table, (copy_ctor_func_t) zval_add_ref, (v… in ZEND_METHOD()
/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_main.c574 zend_hash_num_elements(Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_ENV])) > 0 in cgi_php_import_environment_variables()
584 zend_hash_num_elements(Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_SERVER])) > 0 in cgi_php_import_environment_variables()
/PHP-5.3/ext/zip/
H A Dphp_zip.c1715 if (zend_hash_index_find(Z_ARRVAL_P(return_value), i, (void **) &zval_file) == SUCCESS) { in php_zip_add_from_pattern()
2465 nelems = zend_hash_num_elements(Z_ARRVAL_P(zval_files)); in ZIPARCHIVE_METHOD()
2470 if (zend_hash_index_find(Z_ARRVAL_P(zval_files), i, (void **) &zval_file) == SUCCESS) { in ZIPARCHIVE_METHOD()
/PHP-5.3/ext/soap/
H A Dphp_http.c931 if (!zend_hash_index_exists(Z_ARRVAL_P(zcookie), 1)) { in make_http_soap_request()
938 if (!zend_hash_index_exists(Z_ARRVAL_P(zcookie), 2)) { in make_http_soap_request()
/PHP-5.3/sapi/cgi/
H A Dcgi_main.c596 zend_hash_num_elements(Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_ENV])) > 0 in cgi_php_import_environment_variables()
606 zend_hash_num_elements(Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_SERVER])) > 0 in cgi_php_import_environment_variables()
/PHP-5.3/ext/gd/
H A Dgd.c3437 nelem = zend_hash_num_elements(Z_ARRVAL_P(POINTS)); in php_imagepolygon()
3454 if (zend_hash_index_find(Z_ARRVAL_P(POINTS), (i * 2), (void **) &var) == SUCCESS) { in php_imagepolygon()
3459 if (zend_hash_index_find(Z_ARRVAL_P(POINTS), (i * 2) + 1, (void **) &var) == SUCCESS) { in php_imagepolygon()
4997 nelem = zend_hash_num_elements(Z_ARRVAL_P(hash_matrix)); in PHP_FUNCTION()
5004 …if (zend_hash_index_find(Z_ARRVAL_P(hash_matrix), (i), (void **) &var) == SUCCESS && Z_TYPE_PP(var… in PHP_FUNCTION()
/PHP-5.3/ext/posix/
H A Dposix.c943 …zend_hash_update(Z_ARRVAL_P(array_group), "members", sizeof("members"), (void*)&array_members, siz… in php_posix_group_to_array()
/PHP-5.3/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()
1408 if (zend_hash_exists(Z_ARRVAL_P(return_value), prefix, strlen(prefix) + 1) == 0) { in sxe_add_namespace_name()
/PHP-5.3/ext/mysql/
H A Dphp_mysql.c2136 HashTable *htl = Z_ARRVAL_P(ctor_params);
2203 object_and_properties_init(return_value, ZEND_STANDARD_CLASS_DEF_PTR, Z_ARRVAL_P(return_value));
/PHP-5.3/ext/spl/
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_array.c1408 Z_ARRVAL_P(tmp) = aht; in spl_array_method()
1825 …zend_hash_copy(intern->std.properties, Z_ARRVAL_P(pmembers), (copy_ctor_func_t) zval_add_ref, (voi… in spl_array_unserialize_helper()
H A Dspl_iterators.c1933 count = zend_hash_num_elements(Z_ARRVAL_P(intern->current.data)); in SPL_METHOD()
1945 count = zend_hash_num_elements(Z_ARRVAL_P(intern->current.data)); in SPL_METHOD()
/PHP-5.3/main/streams/
H A Duserspace.c858 if (SUCCESS == zend_hash_find(Z_ARRVAL_P(array), #name, sizeof(#name), (void**)&elem)) { \ in statbuf_from_array()
/PHP-5.3/ext/mbstring/
H A Dmbstring.c803 target_hash = Z_ARRVAL_P(array); in php_mb_parse_encoding_array()
2877 target_hash = Z_ARRVAL_P(arg_old); in PHP_FUNCTION()
3561 target_hash = Z_ARRVAL_P(zconvmap); in php_mb_numericentity_exec()
/PHP-5.3/ext/mysqli/
H A Dmysqli.c1280 HashTable *params_ht = Z_ARRVAL_P(ctor_params); in php_mysqli_fetch_into_hash()
/PHP-5.3/ext/mysqlnd/
H A Dmysqlnd_debug.c1843 …zend_hash_apply_with_arguments(Z_ARRVAL_P(trace) TSRMLS_CC, (apply_func_args_t)mysqlnd_build_trace… in mysqlnd_get_backtrace()
/PHP-5.3/ext/fileinfo/libmagic/
H A Dsoftmagic.c1900 HashTable *ht = Z_ARRVAL_P(subpats);

Completed in 165 milliseconds

12345