Home
last modified time | relevance | path

Searched defs:val (Results 1 – 25 of 163) sorted by last modified time

1234567

/php-src/ext/bcmath/libbcmath/src/
H A Doutput.c56 void bc_out_long(long val, size_t size, bool space, void (*out_char)(char)) in bc_out_long()
H A Drecmul.c97 static void _bc_shift_addsub(bc_num accum, bc_num val, int shift, bool sub) in _bc_shift_addsub()
/php-src/ext/sqlite3/
H A Dsqlite3.c633 sqlite3_int64 val; in sqlite_value_to_zval() local
/php-src/ext/pdo_sqlite/
H A Dsqlite_driver.c285 static bool pdo_sqlite_set_attr(pdo_dbh_t *dbh, zend_long attr, zval *val) in pdo_sqlite_set_attr()
308 zval val; member
/php-src/ext/curl/
H A Dinterface.c2008 zend_string *val, *tmp_val; in _php_curl_setopt() local
/php-src/sapi/cgi/
H A Dcgi_main.c653 static void cgi_php_load_env_var(const char *var, unsigned int var_len, char *val, unsigned int val… in cgi_php_load_env_var()
1587 char **env, *p, *q, *var, *val, *t = buf; local
/php-src/main/
H A Dfastcgi.c173 char *val; member
326 …fcgi_hash *h, unsigned int hash_value, char *var, unsigned int var_len, char *val, unsigned int va… in fcgi_hash_set()
1689 char* fcgi_putenv(fcgi_request *req, char* var, int var_len, char* val)
1700 …r* fcgi_quick_putenv(fcgi_request *req, char* var, int var_len, unsigned int hash_value, char* val)
/php-src/ext/filter/
H A Dfilter.c287 static unsigned int php_sapi_filter(int arg, const char *var, char **val, size_t val_len, size_t *n… in php_sapi_filter()
/php-src/ext/reflection/
H A Dphp_reflection.c4812 zval val; in ZEND_METHOD() local
6889 zval val; in ZEND_METHOD() local
/php-src/Zend/
H A Dzend_compile.c4372 zval *val, tmp; in zend_compile_func_in_array() local
9113 zval *val; in zend_try_ct_eval_array() local
H A Dzend_builtin_functions.c434 zval *val; in validate_constant_array_argument() local
459 zval *new_val, *val; in copy_constant_array() local
485 zval *val, val_free; in ZEND_FUNCTION() local
1469 zval *val; in ZEND_FUNCTION() local
1552 zend_constant *val; in ZEND_FUNCTION() local
H A Dzend_API.c1462 static zend_result update_property(zval *val, zend_property_info *prop_info) { in update_property()
1517 zval *val; in zend_update_class_constants() local
4530 ZEND_API zend_result zend_try_assign_typed_ref_ex(zend_reference *ref, zval *val, bool strict) /* {… in zend_try_assign_typed_ref_ex()
4543 ZEND_API zend_result zend_try_assign_typed_ref(zend_reference *ref, zval *val) /* {{{ */ in zend_try_assign_typed_ref()
4558 ZEND_API zend_result zend_try_assign_typed_ref_bool(zend_reference *ref, bool val) /* {{{ */ in zend_try_assign_typed_ref_bool()
H A Dzend.c121 bool val; in ZEND_INI_MH() local
157 zend_long val = zend_ini_parse_quantity_warn(new_value, entry->name); in ZEND_INI_MH() local
H A Dzend_execute_API.c1831 zval *val = Z_INDIRECT_P(zv); in zend_attach_symbol_table() local
H A Dzend_execute.c1340 zval *val; in zend_verify_internal_func_info() local
1954 zend_long val = zend_throw_incdec_ref_error(ref, error_prop OPLINE_CC); in zend_incdec_typed_ref() local
1984 zend_long val = zend_throw_incdec_prop_error(prop_info OPLINE_CC); in zend_incdec_typed_prop() local
2006 zend_long val = zend_throw_incdec_prop_error(prop_info OPLINE_CC); in zend_pre_incdec_property_zval() local
2045 zend_long val = zend_throw_incdec_prop_error(prop_info OPLINE_CC); in zend_post_incdec_property_zval() local
2537 zend_value val; in zend_fetch_dimension_address_inner() local
3074 static zend_always_inline bool promotes_to_array(zval *val) { in promotes_to_array()
3678 zval *val = orig_val; in zend_verify_prop_assignable_by_ref_ex() local
4324 zval *val; in zend_unfinished_calls_gc() local
/php-src/ext/openssl/
H A Dopenssl.c649 static void php_openssl_add_assoc_name_entry(zval * val, char * key, X509_NAME * name, int shortnam… in php_openssl_add_assoc_name_entry()
723 static void php_openssl_add_assoc_asn1_string(zval * val, char * key, ASN1_STRING * str) /* {{{ */ in php_openssl_add_assoc_asn1_string()
1494 zval *val, bool *free_cert, uint32_t arg_num, bool is_from_array, const char *option_name) in php_openssl_x509_from_zval()
3566 zval *val, int public_key, char *passphrase, size_t passphrase_len, uint32_t arg_num) in php_openssl_pkey_from_zval()
6916 unsigned long val; in PHP_FUNCTION() local
/php-src/ext/pgsql/
H A Dpgsql.c4543 zval meta, *def, *type, *not_null, *has_default, *is_enum, *val, new_val; in php_pgsql_convert() local
5284 zval *val, converted; in php_pgsql_insert() local
5490 zval *val; in build_assignment_string() local
/php-src/ext/opcache/jit/ir/
H A Dir_private.h673 IR_ALWAYS_INLINE void ir_array_set(ir_array *a, uint32_t i, ir_ref val) in ir_array_set()
681 IR_ALWAYS_INLINE void ir_array_set_unchecked(ir_array *a, uint32_t i, ir_ref val) in ir_array_set_unchecked()
724 IR_ALWAYS_INLINE void ir_list_push(ir_list *l, ir_ref val) in ir_list_push()
729 IR_ALWAYS_INLINE void ir_list_push_unchecked(ir_list *l, ir_ref val) in ir_list_push_unchecked()
752 IR_ALWAYS_INLINE void ir_list_set(ir_list *l, uint32_t i, ir_ref val) in ir_list_set()
792 IR_ALWAYS_INLINE bool ir_worklist_push(ir_worklist *w, ir_ref val) in ir_worklist_push()
820 ir_ref val; member
841 ir_ref val; member
H A Dir.c551 ir_val val; local
558 ir_val val; local
565 ir_val val; local
572 ir_val val; local
579 ir_val val; local
586 ir_val val; local
593 ir_val val; local
600 ir_val val; local
612 ir_val val; local
619 ir_val val; local
[all …]
H A Dir_ra.c3536 ir_insn *val = &ctx->ir_base[insn->op2]; in ir_linear_scan() local
H A Dir.h475 ir_val val; member
707 IR_ALWAYS_INLINE void ir_set_op1(ir_ctx *ctx, ir_ref ref, ir_ref val) in ir_set_op1()
712 IR_ALWAYS_INLINE void ir_set_op2(ir_ctx *ctx, ir_ref ref, ir_ref val) in ir_set_op2()
717 IR_ALWAYS_INLINE void ir_set_op3(ir_ctx *ctx, ir_ref ref, ir_ref val) in ir_set_op3()
728 IR_ALWAYS_INLINE void ir_insn_set_op(ir_insn *insn, int32_t n, ir_ref val) in ir_insn_set_op()
/php-src/ext/mbstring/
H A Dmbstring.c3070 zval val; in mb_trim_default_chars() local
3092 zval val; in mb_trim_what_chars() local
4369 zval val; in _php_mbstr_parse_mail_headers() local
4415 zval val; in _php_mbstr_parse_mail_headers() local
/php-src/ext/gmp/
H A Dgmp.c581 static zend_result convert_zstr_to_gmp(mpz_t gmp_number, const zend_string *val, zend_long base, ui… in convert_zstr_to_gmp()
620 static zend_result convert_to_gmp(mpz_t gmpnumber, zval *val, zend_long base, uint32_t arg_pos) in convert_to_gmp()
/php-src/ext/mysqlnd/
H A Dmysqlnd_vio.c418 enum mysqlnd_ssl_peer val = *((enum mysqlnd_ssl_peer *)value); in MYSQLND_METHOD() local
/php-src/ext/session/
H A Dmod_files.c227 static zend_result ps_files_write(ps_files *data, zend_string *key, zend_string *val) in ps_files_write()
527 ZSTR_VAL(*val)[ZSTR_LEN(*val)] = '\0'; in PS_READ_FUNC() local

Completed in 215 milliseconds

1234567