Home
last modified time | relevance | path

Searched defs:val (Results 51 – 75 of 163) sorted by relevance

1234567

/php-src/ext/bcmath/libbcmath/src/
H A Ddiv.c84 int scale1, val; in bc_divide() local
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/fileinfo/libmagic/
H A Dprint.c356 unsigned long long val; in file_fmtnum() local
/php-src/ext/pdo_odbc/
H A Dodbc_stmt.c765 static int odbc_stmt_set_param(pdo_stmt_t *stmt, zend_long attr, zval *val) in odbc_stmt_set_param()
792 static int odbc_stmt_get_attr(pdo_stmt_t *stmt, zend_long attr, zval *val) in odbc_stmt_get_attr()
/php-src/sapi/apache2handler/
H A Dsapi_apache2.c90 char *val, *ptr; in php_apache_sapi_header_handler() local
270 char *key, *val; in php_apache_sapi_register_variables() local
/php-src/ext/soap/
H A Dphp_encoding.c1168 static void set_zval_property(zval* object, char* name, zval* val) in set_zval_property()
1200 zval rv, arr, val, keepVal; in model_to_zval_any() local
1287 zval val; in model_to_zval_object() local
1508 xmlAttrPtr val = get_attribute(data->properties, attr->name); in to_zval_object_ex() local
1623 zval *val; in model_to_xml_object() local
1702 zval *val; in model_to_xml_object() local
1879 zval *val; in to_xml_object() local
2210 zval *val; in to_xml_array() local
3437 static void set_ns_prop(xmlNodePtr node, char *ns, char *name, char *val) in set_ns_prop()
/php-src/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp139 zval val; in BreakIterator_get_debug_info() local
/php-src/Zend/
H A Dzend_vm_def.h964 zval *val; variable
3001 zval *val; variable
3035 zval *val; variable
3069 zval *val; variable
3105 zval *val; variable
5688 zval *val; variable
6165 zval *val; variable
6223 zval *val; variable
7708 zval *val, *result; variable
8148 zval *val; variable
[all …]
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_ini_parser.y56 int val = atoi(Z_STRVAL_P(op)); in get_int_val() local
H A Dzend_closures.c583 zval val; in zend_closure_get_debug_info() local
908 void zend_closure_bind_var_ex(zval *closure_zv, uint32_t offset, zval *val) /* {{{ */ in zend_closure_bind_var_ex()
/php-src/ext/pdo_sqlite/
H A Dsqlite_statement.c370 static int pdo_sqlite_stmt_get_attribute(pdo_stmt_t *stmt, zend_long attr, zval *val) in pdo_sqlite_stmt_get_attribute()
/php-src/ext/standard/
H A Dassert.c335 zend_string *val = zval_try_get_string(value); in PHP_FUNCTION() local
/php-src/ext/opcache/jit/ir/
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()
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
/php-src/main/
H A Drfc1867.c143 static void safe_php_register_variable_ex(char *var, zval *val, zval *track_vars_array, bool overri… in safe_php_register_variable_ex()
151 static void register_http_post_files_variable(char *strvar, char *val, zval *http_post_files, bool … in register_http_post_files_variable()
157 static void register_http_post_files_variable_ex(char *var, zval *val, zval *http_post_files, bool … in register_http_post_files_variable_ex()
H A Dnetwork.c867 int val = 1; local
885 int val = 1; local
894 int val = 1; local
H A DSAPI.c990 …er_input_filter(unsigned int (*input_filter)(int arg, const char *var, char **val, size_t val_len,… in sapi_register_input_filter()
1109 SAPI_API void sapi_add_request_header(const char *var, unsigned int var_len, char *val, unsigned in… in sapi_add_request_header()
/php-src/ext/dom/lexbor/lexbor/core/
H A Dbase.h37 #define lexbor_assert(val) argument
/php-src/ext/sysvsem/
H A Dsysvsem.c37 int val; /* value for SETVAL */ member
/php-src/ext/pdo_firebird/
H A Dfirebird_statement.c799 static int pdo_firebird_stmt_set_attribute(pdo_stmt_t *stmt, zend_long attr, zval *val) /* {{{ */ in pdo_firebird_stmt_set_attribute()
822 static int pdo_firebird_stmt_get_attribute(pdo_stmt_t *stmt, zend_long attr, zval *val) /* {{{ */ in pdo_firebird_stmt_get_attribute()
H A Dfirebird_driver.c963 static bool pdo_firebird_set_attribute(pdo_dbh_t *dbh, zend_long attr, zval *val) /* {{{ */ in pdo_firebird_set_attribute()
1142 static int pdo_firebird_get_attribute(pdo_dbh_t *dbh, zend_long attr, zval *val) /* {{{ */ in pdo_firebird_get_attribute()
/php-src/ext/com_dotnet/
H A Dcom_wrapper.c578 PHP_COM_DOTNET_API IDispatch *php_com_wrapper_export_as_sink(zval *val, GUID *sinkid, in php_com_wrapper_export_as_sink()
614 PHP_COM_DOTNET_API IDispatch *php_com_wrapper_export(zval *val) in php_com_wrapper_export()
/php-src/ext/session/
H A Dsession.c403 zend_string *val = NULL; in php_session_initialize() local
506 zend_string *val; in php_session_save_current_state() local
743 zend_long val; in PHP_INI_MH() local
763 zend_long val; in PHP_INI_MH() local
2572 zend_string *val = zval_get_tmp_string(value, &tmp_val); in PHP_FUNCTION() local
/php-src/Zend/Optimizer/
H A Dcompact_literals.c802 zval *val = &op_array->literals[opline->op2.constant]; in zend_optimizer_compact_literals() local

Completed in 172 milliseconds

1234567