Home
last modified time | relevance | path

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

1234567

/PHP-8.1/ext/mbstring/libmbfl/filters/
H A Dmbfilter_gb18030.c98 unsigned short val = tbl[probe]; in mbfl_bisec_srch2() local
/PHP-8.1/ext/pdo/
H A Dpdo_stmt.c813 zval val; in do_fetch() local
918 zval val; in do_fetch() local
2358 zval val; in row_prop_exists() local
2396 zval val; in row_dim_exists() local
2440 zval val; in row_get_properties_for() local
/PHP-8.1/ext/standard/
H A Dassert.c292 zend_string *val = zval_try_get_string(value); in PHP_FUNCTION() local
/PHP-8.1/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp139 zval val; in BreakIterator_get_debug_info() local
/PHP-8.1/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()
H A Dsqlite_driver.c298 static bool pdo_sqlite_set_attr(pdo_dbh_t *dbh, zend_long attr, zval *val) in pdo_sqlite_set_attr()
321 zval val; member
/PHP-8.1/ext/pdo_firebird/
H A Dfirebird_statement.c786 static int firebird_stmt_set_attribute(pdo_stmt_t *stmt, zend_long attr, zval *val) /* {{{ */ in firebird_stmt_set_attribute()
809 static int firebird_stmt_get_attribute(pdo_stmt_t *stmt, zend_long attr, zval *val) /* {{{ */ in firebird_stmt_get_attribute()
H A Dfirebird_driver.c831 static bool firebird_handle_set_attribute(pdo_dbh_t *dbh, zend_long attr, zval *val) /* {{{ */ in firebird_handle_set_attribute()
932 static int firebird_handle_get_attribute(pdo_dbh_t *dbh, zend_long attr, zval *val) /* {{{ */ in firebird_handle_get_attribute()
/PHP-8.1/Zend/
H A Dzend_weakrefs.c427 zval *val; in zend_weakmap_get_properties_for() local
448 zval *val; in zend_weakmap_get_gc() local
464 zval *val; in zend_weakmap_clone_obj() local
H A Dzend_ini_parser.y55 int val = atoi(Z_STRVAL_P(op)); in get_int_val() local
H A Dzend_closures.c548 zval val; in zend_closure_get_debug_info() local
845 void zend_closure_bind_var_ex(zval *closure_zv, uint32_t offset, zval *val) /* {{{ */ in zend_closure_bind_var_ex()
/PHP-8.1/Zend/Optimizer/
H A Dzend_inference.h162 zval *val; in DEFINE_SSA_OP_MIN_RANGE() local
H A Dcompact_literals.c826 zval *val = &op_array->literals[opline->op2.constant]; in zend_optimizer_compact_literals() local
/PHP-8.1/ext/sysvsem/
H A Dsysvsem.c38 int val; /* value for SETVAL */ member
/PHP-8.1/ext/com_dotnet/
H A Dcom_wrapper.c580 PHP_COM_DOTNET_API IDispatch *php_com_wrapper_export_as_sink(zval *val, GUID *sinkid, in php_com_wrapper_export_as_sink()
616 PHP_COM_DOTNET_API IDispatch *php_com_wrapper_export(zval *val) in php_com_wrapper_export()
/PHP-8.1/main/
H A Drfc1867.c165 static void safe_php_register_variable_ex(char *var, zval *val, zval *track_vars_array, bool overri… in safe_php_register_variable_ex()
173 static void register_http_post_files_variable(char *strvar, char *val, zval *http_post_files, bool … in register_http_post_files_variable()
179 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 DSAPI.c986 …er_input_filter(unsigned int (*input_filter)(int arg, const char *var, char **val, size_t val_len,… in sapi_register_input_filter()
1105 SAPI_API void sapi_add_request_header(const char *var, unsigned int var_len, char *val, unsigned in… in sapi_add_request_header()
/PHP-8.1/ext/session/
H A Dsession.c385 zend_string *val = NULL; in php_session_initialize() local
478 zend_string *val; in php_session_save_current_state() local
723 zend_long val; in PHP_INI_MH() local
743 zend_long val; in PHP_INI_MH() local
2500 zend_string *val = zval_get_tmp_string(value, &tmp_val); in PHP_FUNCTION() local
/PHP-8.1/ext/intl/calendar/
H A Dcalendar_class.cpp283 #define CALENDAR_DECL_LONG_CONST(name, val) \ in calendar_register_IntlCalendar_class() argument
/PHP-8.1/ext/bcmath/libbcmath/src/
H A Drecmul.c104 _bc_shift_addsub (bc_num accum, bc_num val, int shift, int sub) in _bc_shift_addsub()
/PHP-8.1/ext/dba/
H A Ddba.c475 char *val; in php_dba_update() local
957 char *val; in PHP_FUNCTION() local
/PHP-8.1/ext/posix/
H A Dposix.c380 zend_long val; in PHP_FUNCTION() local
399 zend_long val; in PHP_FUNCTION() local
/PHP-8.1/ext/intl/timezone/
H A Dtimezone_class.cpp405 #define TIMEZONE_DECL_LONG_CONST(name, val) \ in timezone_register_IntlTimeZone_class() argument
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_vm_helpers.c749 zval *arr, *dim, *val; local
802 zval *obj, *val; local
/PHP-8.1/ext/pcre/
H A Dphp_pcre.c996 zval *val, const char *subject, PCRE2_SIZE start_offset, PCRE2_SIZE end_offset) { in populate_match_value_str()
1001 zval *val, const char *subject, PCRE2_SIZE start_offset, PCRE2_SIZE end_offset, in populate_match_value()
1015 zval *subpats, zend_string *name, zval *val, bool unmatched) { in add_named()
1067 zval val; in populate_subpat_array() local
1346 zval val; in php_pcre_match_impl() local

Completed in 137 milliseconds

1234567