Home
last modified time | relevance | path

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

1234567

/PHP-7.4/sapi/apache2handler/
H A Dsapi_apache2.c86 char *val, *ptr; in php_apache_sapi_header_handler() local
261 char *key, *val; in php_apache_sapi_register_variables() local
/PHP-7.4/ext/pdo_firebird/
H A Dfirebird_statement.c791 static int firebird_stmt_set_attribute(pdo_stmt_t *stmt, zend_long attr, zval *val) /* {{{ */ in firebird_stmt_set_attribute()
814 static int firebird_stmt_get_attribute(pdo_stmt_t *stmt, zend_long attr, zval *val) /* {{{ */ in firebird_stmt_get_attribute()
H A Dfirebird_driver.c441 static int firebird_handle_set_attribute(pdo_dbh_t *dbh, zend_long attr, zval *val) /* {{{ */ in firebird_handle_set_attribute()
536 static int firebird_handle_get_attribute(pdo_dbh_t *dbh, zend_long attr, zval *val) /* {{{ */ in firebird_handle_get_attribute()
/PHP-7.4/ext/pdo_odbc/
H A Dodbc_stmt.c788 static int odbc_stmt_set_param(pdo_stmt_t *stmt, zend_long attr, zval *val) in odbc_stmt_set_param()
815 static int odbc_stmt_get_attr(pdo_stmt_t *stmt, zend_long attr, zval *val) in odbc_stmt_get_attr()
/PHP-7.4/Zend/
H A Dzend_builtin_functions.c792 zval *val; in validate_constant_array() local
825 zval *new_val, *val; in copy_constant_array() local
852 zval *val, val_free; in ZEND_FUNCTION() local
1960 zval *val; in ZEND_FUNCTION() local
2046 zend_constant *val; in ZEND_FUNCTION() local
H A Dzend_ini_parser.y57 int val = atoi(Z_STRVAL_P(op)); in get_int_val() local
/PHP-7.4/ext/sysvsem/
H A Dsysvsem.c47 int val; /* value for SETVAL */ member
/PHP-7.4/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp141 zval val; in BreakIterator_get_debug_info() local
/PHP-7.4/ext/pdo_sqlite/
H A Dsqlite_statement.c397 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.c299 static int pdo_sqlite_set_attr(pdo_dbh_t *dbh, zend_long attr, zval *val) in pdo_sqlite_set_attr()
315 zval val; member
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_inference.h168 zval *val; in DEFINE_SSA_OP_MIN_RANGE() local
H A Dcompact_literals.c798 zval *val = &op_array->literals[opline->op2.constant]; in zend_optimizer_compact_literals() local
/PHP-7.4/ext/json/
H A Djson_parser.y54 zval val; member
/PHP-7.4/ext/com_dotnet/
H A Dcom_wrapper.c582 PHP_COM_DOTNET_API IDispatch *php_com_wrapper_export_as_sink(zval *val, GUID *sinkid, in php_com_wrapper_export_as_sink()
618 PHP_COM_DOTNET_API IDispatch *php_com_wrapper_export(zval *val) in php_com_wrapper_export()
/PHP-7.4/main/
H A Drfc1867.c173 static void safe_php_register_variable_ex(char *var, zval *val, zval *track_vars_array, zend_bool o… in safe_php_register_variable_ex()
181 static void register_http_post_files_variable(char *strvar, char *val, zval *http_post_files, zend_… in register_http_post_files_variable()
187 static void register_http_post_files_variable_ex(char *var, zval *val, zval *http_post_files, zend_… in register_http_post_files_variable_ex()
/PHP-7.4/ext/session/
H A Dsession.c385 zend_string *val = NULL; in php_session_initialize() local
471 zend_string *val; in php_session_save_current_state() local
720 zend_long val; in PHP_INI_MH() local
740 zend_long val; in PHP_INI_MH() local
2484 zend_string *val = zval_get_tmp_string(value, &tmp_val); in PHP_FUNCTION() local
/PHP-7.4/ext/intl/calendar/
H A Dcalendar_class.cpp460 #define CALENDAR_DECL_LONG_CONST(name, val) \ in calendar_register_IntlCalendar_class() argument
/PHP-7.4/ext/bcmath/libbcmath/src/
H A Drecmul.c107 _bc_shift_addsub (bc_num accum, bc_num val, int shift, int sub) in _bc_shift_addsub()
/PHP-7.4/ext/standard/
H A Dpack.c85 static void php_pack(zval *val, size_t size, int *map, char *output) in php_pack()
1280 zval val; in PHP_MINIT_FUNCTION() local
H A Dtype.c179 zval *val; in PHP_FUNCTION() local
/PHP-7.4/ext/dba/
H A Ddba.c582 char *val; in php_dba_update() local
1072 char *val; in PHP_FUNCTION() local
/PHP-7.4/ext/posix/
H A Dposix.c658 zend_long val; in PHP_FUNCTION() local
678 zend_long val; in PHP_FUNCTION() local
/PHP-7.4/ext/pdo/
H A Dpdo_stmt.c910 zval val; in do_fetch() local
1012 zval val; in do_fetch() local
2530 zval val; in row_prop_exists() local
2575 zval val; in row_get_properties_for() local
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dxml_element.h138 char* val; /* attribute value */ member
/PHP-7.4/ext/intl/timezone/
H A Dtimezone_class.cpp523 #define TIMEZONE_DECL_LONG_CONST(name, val) \ in timezone_register_IntlTimeZone_class() argument

Completed in 123 milliseconds

1234567