Home
last modified time | relevance | path

Searched defs:TSRMLS_DC (Results 226 – 250 of 386) sorted by path

12345678910>>...16

/PHP-5.5/ext/pdo_odbc/
H A Dodbc_driver.c34 static int pdo_odbc_fetch_error_func(pdo_dbh_t *dbh, pdo_stmt_t *stmt, zval *info TSRMLS_DC) in pdo_odbc_fetch_error_func()
59 …stmt_t *stmt, PDO_ODBC_HSTMT statement, char *what, const char *file, int line TSRMLS_DC) /* {{{ */ in pdo_odbc_error()
127 static int odbc_handle_closer(pdo_dbh_t *dbh TSRMLS_DC) in odbc_handle_closer()
145 …er(pdo_dbh_t *dbh, const char *sql, long sql_len, pdo_stmt_t *stmt, zval *driver_options TSRMLS_DC) in odbc_handle_preparer()
223 static long odbc_handle_doer(pdo_dbh_t *dbh, const char *sql, long sql_len TSRMLS_DC) in odbc_handle_doer()
271 static int odbc_handle_begin(pdo_dbh_t *dbh TSRMLS_DC) in odbc_handle_begin()
287 static int odbc_handle_commit(pdo_dbh_t *dbh TSRMLS_DC) in odbc_handle_commit()
313 static int odbc_handle_rollback(pdo_dbh_t *dbh TSRMLS_DC) in odbc_handle_rollback()
339 static int odbc_handle_set_attr(pdo_dbh_t *dbh, long attr, zval *val TSRMLS_DC) in odbc_handle_set_attr()
354 static int odbc_handle_get_attr(pdo_dbh_t *dbh, long attr, zval *val TSRMLS_DC) in odbc_handle_get_attr()
[all …]
H A Dodbc_stmt.c126 static void free_cols(pdo_stmt_t *stmt, pdo_odbc_stmt *S TSRMLS_DC) in free_cols()
141 static int odbc_stmt_dtor(pdo_stmt_t *stmt TSRMLS_DC) in odbc_stmt_dtor()
162 static int odbc_stmt_execute(pdo_stmt_t *stmt TSRMLS_DC) in odbc_stmt_execute()
277 enum pdo_param_event event_type TSRMLS_DC) in odbc_stmt_param_hook()
511 enum pdo_fetch_orientation ori, long offset TSRMLS_DC) in odbc_stmt_fetch()
548 static int odbc_stmt_describe(pdo_stmt_t *stmt, int colno TSRMLS_DC) in odbc_stmt_describe()
615 …t_get_col(pdo_stmt_t *stmt, int colno, char **ptr, unsigned long *len, int *caller_frees TSRMLS_DC) in odbc_stmt_get_col()
742 static int odbc_stmt_set_param(pdo_stmt_t *stmt, long attr, zval *val TSRMLS_DC) in odbc_stmt_set_param()
769 static int odbc_stmt_get_attr(pdo_stmt_t *stmt, long attr, zval *val TSRMLS_DC) in odbc_stmt_get_attr()
801 static int odbc_stmt_next_rowset(pdo_stmt_t *stmt TSRMLS_DC) in odbc_stmt_next_rowset()
/PHP-5.5/ext/pdo_pgsql/
H A Dpgsql_driver.c64 static char * _pdo_pgsql_escape_credentials(char *str TSRMLS_DC) in _pdo_pgsql_escape_credentials()
144 static int pgsql_lob_close(php_stream *stream, int close_handle TSRMLS_DC) in pgsql_lob_close()
157 static int pgsql_lob_flush(php_stream *stream TSRMLS_DC) in pgsql_lob_flush()
163 off_t *newoffset TSRMLS_DC) in pgsql_lob_seek()
206 static int pgsql_handle_closer(pdo_dbh_t *dbh TSRMLS_DC) /* {{{ */ in pgsql_handle_closer()
478 static int pdo_pgsql_check_liveness(pdo_dbh_t *dbh TSRMLS_DC) in pdo_pgsql_check_liveness()
488 static int pgsql_handle_in_transaction(pdo_dbh_t *dbh TSRMLS_DC) in pgsql_handle_in_transaction()
514 static int pgsql_handle_begin(pdo_dbh_t *dbh TSRMLS_DC) in pgsql_handle_begin()
519 static int pgsql_handle_commit(pdo_dbh_t *dbh TSRMLS_DC) in pgsql_handle_commit()
532 static int pgsql_handle_rollback(pdo_dbh_t *dbh TSRMLS_DC) in pgsql_handle_rollback()
[all …]
H A Dpgsql_statement.c47 static int pgsql_stmt_dtor(pdo_stmt_t *stmt TSRMLS_DC) in pgsql_stmt_dtor()
118 static int pgsql_stmt_execute(pdo_stmt_t *stmt TSRMLS_DC) in pgsql_stmt_execute()
239 enum pdo_param_event event_type TSRMLS_DC) in pgsql_stmt_param_hook()
384 enum pdo_fetch_orientation ori, long offset TSRMLS_DC) in pgsql_stmt_fetch()
431 static int pgsql_stmt_describe(pdo_stmt_t *stmt, int colno TSRMLS_DC) in pgsql_stmt_describe()
493 …_get_col(pdo_stmt_t *stmt, int colno, char **ptr, unsigned long *len, int *caller_frees TSRMLS_DC) in pgsql_stmt_get_col()
572 static int pgsql_stmt_get_column_meta(pdo_stmt_t *stmt, long colno, zval *return_value TSRMLS_DC) in pgsql_stmt_get_column_meta()
615 static int pdo_pgsql_stmt_cursor_closer(pdo_stmt_t *stmt TSRMLS_DC) in pdo_pgsql_stmt_cursor_closer()
/PHP-5.5/ext/pdo_sqlite/
H A Dsqlite_driver.c102 static void pdo_sqlite_cleanup_callbacks(pdo_sqlite_db_handle *H TSRMLS_DC) in pdo_sqlite_cleanup_callbacks()
155 static int sqlite_handle_closer(pdo_dbh_t *dbh TSRMLS_DC) /* {{{ */ in sqlite_handle_closer()
206 static long sqlite_handle_doer(pdo_dbh_t *dbh, const char *sql, long sql_len TSRMLS_DC) in sqlite_handle_doer()
241 static int sqlite_handle_begin(pdo_dbh_t *dbh TSRMLS_DC) in sqlite_handle_begin()
255 static int sqlite_handle_commit(pdo_dbh_t *dbh TSRMLS_DC) in sqlite_handle_commit()
269 static int sqlite_handle_rollback(pdo_dbh_t *dbh TSRMLS_DC) in sqlite_handle_rollback()
298 static int pdo_sqlite_set_attr(pdo_dbh_t *dbh, long attr, zval *val TSRMLS_DC) in pdo_sqlite_set_attr()
313 int is_agg TSRMLS_DC) in do_callback()
723 static const zend_function_entry *get_driver_methods(pdo_dbh_t *dbh, int kind TSRMLS_DC) in get_driver_methods()
734 static void pdo_sqlite_request_shutdown(pdo_dbh_t *dbh TSRMLS_DC) in pdo_sqlite_request_shutdown()
[all …]
H A Dsqlite_statement.c34 static int pdo_sqlite_stmt_dtor(pdo_stmt_t *stmt TSRMLS_DC) in pdo_sqlite_stmt_dtor()
46 static int pdo_sqlite_stmt_execute(pdo_stmt_t *stmt TSRMLS_DC) in pdo_sqlite_stmt_execute()
79 enum pdo_param_event event_type TSRMLS_DC) in pdo_sqlite_stmt_param_hook()
188 enum pdo_fetch_orientation ori, long offset TSRMLS_DC) in pdo_sqlite_stmt_fetch()
220 static int pdo_sqlite_stmt_describe(pdo_stmt_t *stmt, int colno TSRMLS_DC) in pdo_sqlite_stmt_describe()
249 …t_get_col(pdo_stmt_t *stmt, int colno, char **ptr, unsigned long *len, int *caller_frees TSRMLS_DC) in pdo_sqlite_stmt_get_col()
278 static int pdo_sqlite_stmt_col_meta(pdo_stmt_t *stmt, long colno, zval *return_value TSRMLS_DC) in pdo_sqlite_stmt_col_meta()
334 static int pdo_sqlite_stmt_cursor_closer(pdo_stmt_t *stmt TSRMLS_DC) in pdo_sqlite_stmt_cursor_closer()
/PHP-5.5/ext/pgsql/
H A Dpgsql.c884 static void php_pgsql_set_default_link(int id TSRMLS_DC) in php_pgsql_set_default_link()
898 static void _close_pgsql_link(zend_rsrc_list_entry *rsrc TSRMLS_DC) in _close_pgsql_link()
913 static void _close_pgsql_plink(zend_rsrc_list_entry *rsrc TSRMLS_DC) in _close_pgsql_plink()
962 static int _rollback_transactions(zend_rsrc_list_entry *rsrc TSRMLS_DC) in _rollback_transactions()
1004 static void _free_ptr(zend_rsrc_list_entry *rsrc TSRMLS_DC) in _free_ptr()
1013 static void _free_result(zend_rsrc_list_entry *rsrc TSRMLS_DC) in _free_result()
2229 static char *get_field_name(PGconn *pgsql, Oid oid, HashTable *list TSRMLS_DC)
4579 static int php_pgsql_flush_query(PGconn *pgsql TSRMLS_DC)
5380 static int php_pgsql_add_quotes(zval *src, zend_bool should_free TSRMLS_DC)
6112 static int do_exec(smart_str *querystr, int expect, PGconn *pg_link, ulong opt TSRMLS_DC)
[all …]
/PHP-5.5/ext/phar/
H A Ddirstream.c43 static int phar_dir_close(php_stream *stream, int close_handle TSRMLS_DC) /* {{{ */ in phar_dir_close()
61 static int phar_dir_seek(php_stream *stream, off_t offset, int whence, off_t *newoffset TSRMLS_DC) … in phar_dir_seek()
93 static size_t phar_dir_read(php_stream *stream, char *buf, size_t count TSRMLS_DC) /* {{{ */ in phar_dir_read()
131 static size_t phar_dir_write(php_stream *stream, const char *buf, size_t count TSRMLS_DC) /* {{{ */ in phar_dir_write()
140 static int phar_dir_flush(php_stream *stream TSRMLS_DC) /* {{{ */ in phar_dir_flush()
163 static int phar_compare_dir_name(const void *a, const void *b TSRMLS_DC) /* {{{ */ in phar_compare_dir_name()
188 static php_stream *phar_make_dirstream(char *dir, HashTable *manifest TSRMLS_DC) /* {{{ */ in phar_make_dirstream()
319 …*path, char *mode, int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_… in phar_wrapper_open_dir()
432 …_wrapper *wrapper, char *url_from, int mode, int options, php_stream_context *context TSRMLS_DC) /… in phar_wrapper_mkdir()
564 …mdir(php_stream_wrapper *wrapper, char *url, int options, php_stream_context *context TSRMLS_DC) /… in phar_wrapper_rmdir()
H A Dfunc_interceptors.c442 static void phar_fancy_stat(struct stat *stat_sb, int type, zval *return_value TSRMLS_DC) in phar_fancy_stat()
H A Dphar.c35 static int phar_set_writeable_bit(void *pDest, void *argument TSRMLS_DC) /* {{{ */ in phar_set_writeable_bit()
271 int phar_archive_delref(phar_archive_data *phar TSRMLS_DC) /* {{{ */ in phar_archive_delref()
327 static int phar_unalias_apply(void *pDest, void *argument TSRMLS_DC) /* {{{ */ in phar_unalias_apply()
336 static int phar_tmpclose_apply(void *pDest TSRMLS_DC) /* {{{ */ in phar_tmpclose_apply()
429 int phar_entry_delref(phar_entry_data *idata TSRMLS_DC) /* {{{ */ in phar_entry_delref()
457 void phar_entry_remove(phar_entry_data *idata, char **error TSRMLS_DC) /* {{{ */ in phar_entry_remove()
2142 char *phar_fix_filepath(char *path, int *new_len, int use_cwd TSRMLS_DC) /* {{{ */
2329 int phar_open_executed_filename(char *alias, int alias_len, char **error TSRMLS_DC) /* {{{ */
2504 static int phar_flush_clean_deleted_apply(void *data TSRMLS_DC) /* {{{ */
3330 static size_t phar_zend_stream_fsizer(void *handle TSRMLS_DC) /* {{{ */
[all …]
H A Dphar_internal.h364 static inline php_stream *phar_get_entrypfp(phar_entry_info *entry TSRMLS_DC) in phar_get_entrypfp()
372 static inline php_stream *phar_get_entrypufp(phar_entry_info *entry TSRMLS_DC) in phar_get_entrypufp()
380 static inline void phar_set_entrypfp(phar_entry_info *entry, php_stream *fp TSRMLS_DC) in phar_set_entrypfp()
390 static inline void phar_set_entrypufp(phar_entry_info *entry, php_stream *fp TSRMLS_DC) in phar_set_entrypufp()
400 static inline php_stream *phar_get_pharfp(phar_archive_data *phar TSRMLS_DC) in phar_get_pharfp()
408 static inline php_stream *phar_get_pharufp(phar_archive_data *phar TSRMLS_DC) in phar_get_pharufp()
416 static inline void phar_set_pharfp(phar_archive_data *phar, php_stream *fp TSRMLS_DC) in phar_set_pharfp()
426 static inline void phar_set_pharufp(phar_archive_data *phar, php_stream *fp TSRMLS_DC) in phar_set_pharufp()
450 static inline enum phar_fp_type phar_get_fp_type(phar_entry_info *entry TSRMLS_DC) in phar_get_fp_type()
458 static inline off_t phar_get_fp_offset(phar_entry_info *entry TSRMLS_DC) in phar_get_fp_offset()
[all …]
H A Dphar_object.c39 static int phar_file_type(HashTable *mimes, char *file, char **mime_type TSRMLS_DC) /* {{{ */ in phar_file_type()
333 static void phar_do_403(char *entry, int entry_len TSRMLS_DC) /* {{{ */ in phar_do_403()
1099 static void phar_spl_foreign_dtor(spl_filesystem_object *object TSRMLS_DC) /* {{{ */ in phar_spl_foreign_dtor()
1114 static void phar_spl_foreign_clone(spl_filesystem_object *src, spl_filesystem_object *dst TSRMLS_DC in phar_spl_foreign_clone()
1418 static int phar_build(zend_object_iterator *iter, void *puser TSRMLS_DC) /* {{{ */ in phar_build()
1974 static int phar_copy_file_contents(phar_entry_info *entry, php_stream *fp TSRMLS_DC) /* {{{ */ in phar_copy_file_contents()
3139 static int phar_set_compression(void *pDest, void *argument TSRMLS_DC) /* {{{ */ in phar_set_compression()
3156 static int phar_test_compression(void *pDest, void *argument TSRMLS_DC) /* {{{ */ in phar_test_compression()
3180 static void pharobj_set_compression(HashTable *manifest, php_uint32 compress TSRMLS_DC) /* {{{ */ in pharobj_set_compression()
3186 static int pharobj_cancompress(HashTable *manifest TSRMLS_DC) /* {{{ */ in pharobj_cancompress()
[all …]
H A Dstream.c59 …parse_url(php_stream_wrapper *wrapper, char *filename, char *mode, int options TSRMLS_DC) /* {{{ */ in phar_parse_url()
348 static int phar_stream_close(php_stream *stream, int close_handle TSRMLS_DC) /* {{{ */ in phar_stream_close()
359 static size_t phar_stream_read(php_stream *stream, char *buf, size_t count TSRMLS_DC) /* {{{ */ in phar_stream_read()
390 …phar_stream_seek(php_stream *stream, off_t offset, int whence, off_t *newoffset TSRMLS_DC) /* {{{ … in phar_stream_seek()
434 static size_t phar_stream_write(php_stream *stream, const char *buf, size_t count TSRMLS_DC) /* {{{… in phar_stream_write()
457 static int phar_stream_flush(php_stream *stream TSRMLS_DC) /* {{{ */ in phar_stream_flush()
481 …rchive_data *phar, phar_entry_info *data, php_stream_statbuf *ssb, zend_bool is_temp_dir TSRMLS_DC) in phar_dostat()
549 static int phar_stream_stat(php_stream *stream, php_stream_statbuf *ssb TSRMLS_DC) /* {{{ */ in phar_stream_stat()
567 php_stream_statbuf *ssb, php_stream_context *context TSRMLS_DC) /* {{{ */ in phar_wrapper_stat()
689 …link(php_stream_wrapper *wrapper, char *url, int options, php_stream_context *context TSRMLS_DC) /… in phar_wrapper_unlink()
[all …]
H A Dstub.h21 …ex_php, const char *web, size_t *len, char **stub, const int name_len, const int web_len TSRMLS_DC) in phar_get_stub()
H A Dtar.c127 …t alias_len, int is_data, int options, phar_archive_data** pphar, char **error TSRMLS_DC) /* {{{ */ in phar_open_or_create_tar()
161 static int phar_tar_process_metadata(phar_entry_info *entry, php_stream *fp TSRMLS_DC) /* {{{ */ in phar_tar_process_metadata()
205 …, phar_archive_data** pphar, int is_data, php_uint32 compression, char **error TSRMLS_DC) /* {{{ */ in phar_parse_tarfile()
698 static int phar_tar_writeheaders(void *pDest, void *argument TSRMLS_DC) /* {{{ */ in phar_tar_writeheaders()
847 int phar_tar_setmetadata(zval *metadata, phar_entry_info *entry, char **error TSRMLS_DC) /* {{{ */ in phar_tar_setmetadata()
884 static int phar_tar_setupmetadata(void *pDest, void *argument TSRMLS_DC) /* {{{ */ in phar_tar_setupmetadata()
943 …r_archive_data *phar, char *user_stub, long len, int defaultstub, char **error TSRMLS_DC) /* {{{ */ in phar_tar_flush()
H A Dutil.c45 static char *phar_get_link_location(phar_entry_info *entry TSRMLS_DC) /* {{{ */ in phar_get_link_location()
64 phar_entry_info *phar_get_link_source(phar_entry_info *entry TSRMLS_DC) /* {{{ */ in phar_get_link_source()
90 php_stream *phar_get_efp(phar_entry_info *entry, int follow_links TSRMLS_DC) /* {{{ */ in phar_get_efp()
631 int phar_open_archive_fp(phar_archive_data *phar TSRMLS_DC) /* {{{ */ in phar_open_archive_fp()
652 int phar_copy_entry_fp(phar_entry_info *source, phar_entry_info *dest, char **error TSRMLS_DC) /* {… in phar_copy_entry_fp()
696 int phar_open_entry_fp(phar_entry_info *entry, char **error, int follow_links TSRMLS_DC) /* {{{ */ in phar_open_entry_fp()
865 int phar_separate_entry_fp(phar_entry_info *entry, char **error TSRMLS_DC) /* {{{ */ in phar_separate_entry_fp()
943 int phar_free_alias(phar_archive_data *phar, char *alias, int alias_len TSRMLS_DC) /* {{{ */ in phar_free_alias()
1397 static int phar_hex_str(const char *digest, size_t digest_len, char **signature TSRMLS_DC) /* {{{ */ in phar_hex_str()
2028 static void phar_copy_cached_phar(phar_archive_data **pphar TSRMLS_DC) /* {{{ */
[all …]
H A Dzip.c42 static int phar_zip_process_extra(php_stream *fp, phar_entry_info *entry, php_uint16 len TSRMLS_DC)… in phar_zip_process_extra()
166 …fname_len, char *alias, int alias_len, phar_archive_data** pphar, char **error TSRMLS_DC) /* {{{ */ in phar_parse_zipfile()
722 …t alias_len, int is_data, int options, phar_archive_data** pphar, char **error TSRMLS_DC) /* {{{ */ in phar_open_or_create_zip()
766 static int phar_zip_changed_apply(void *data, void *arg TSRMLS_DC) /* {{{ */ in phar_zip_changed_apply()
1080 smart_str *metadata TSRMLS_DC) /* {{{ */ in phar_zip_applysignature()
1157 …r_archive_data *phar, char *user_stub, long len, int defaultstub, char **error TSRMLS_DC) /* {{{ */ in phar_zip_flush()
/PHP-5.5/ext/posix/
H A Dposix.c696 static int php_posix_stream_get_fd(zval *zfp, int *fd TSRMLS_DC) /* {{{ */ in php_posix_stream_get_fd()
1214 static int posix_addlimit(int limit, char *name, zval *return_value TSRMLS_DC) { in posix_addlimit()
/PHP-5.5/ext/pspell/
H A Dpspell.c223 static void php_pspell_close_config(zend_rsrc_list_entry *rsrc TSRMLS_DC) in php_pspell_close_config()
/PHP-5.5/ext/readline/
H A Dreadline_cli.c82 static size_t readline_shell_write(const char *str, uint str_length TSRMLS_DC) /* {{{ */ in readline_shell_write()
100 static int readline_shell_ub_write(const char *str, uint str_length TSRMLS_DC) /* {{{ */ in readline_shell_ub_write()
110 static void cli_readline_init_globals(zend_cli_readline_globals *rg TSRMLS_DC) in cli_readline_init_globals()
137 static char *cli_get_prompt(char *block, char prompt TSRMLS_DC) /* {{{ */ in cli_get_prompt()
207 static int cli_is_valid_code(char *code, int len, char **prompt TSRMLS_DC) /* {{{ */ in cli_is_valid_code()
409 …ator_ht(const char *text, int textlen, int *state, HashTable *ht, void **pData TSRMLS_DC) /* {{{ */ in cli_completion_generator_ht()
435 static char *cli_completion_generator_var(const char *text, int textlen, int *state TSRMLS_DC) /* {… in cli_completion_generator_var()
449 static char *cli_completion_generator_ini(const char *text, int textlen, int *state TSRMLS_DC) /* {… in cli_completion_generator_ini()
463 …letion_generator_func(const char *text, int textlen, int *state, HashTable *ht TSRMLS_DC) /* {{{ */ in cli_completion_generator_func()
475 static char *cli_completion_generator_class(const char *text, int textlen, int *state TSRMLS_DC) /*… in cli_completion_generator_class()
[all …]
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c254 static zend_function *_copy_function(zend_function *fptr TSRMLS_DC) /* {{{ */ in _copy_function()
272 static void _free_function(zend_function *fptr TSRMLS_DC) /* {{{ */ in _free_function()
284 static void reflection_free_objects_storage(void *object TSRMLS_DC) /* {{{ */ in reflection_free_objects_storage()
336 static zval * reflection_instantiate(zend_class_entry *pce, zval *object TSRMLS_DC) /* {{{ */ in reflection_instantiate()
357 static void _class_string(string *str, zend_class_entry *ce, zval *obj, char *indent TSRMLS_DC) in _class_string()
654 static void _const_string(string *str, char *name, zval *value, char *indent TSRMLS_DC) in _const_string()
1037 static void _extension_string(string *str, zend_module_entry *module, char *indent TSRMLS_DC) in _extension_string()
1191 PHPAPI void zend_reflection_class_factory(zend_class_entry *ce, zval *object TSRMLS_DC) in zend_reflection_class_factory()
1208 static void reflection_extension_factory(zval *object, const char *name_str TSRMLS_DC) in reflection_extension_factory()
1947 static int _zval_array_to_c_array(zval **arg, zval ****params TSRMLS_DC) /* {{{ */ in _zval_array_to_c_array()
[all …]
/PHP-5.5/ext/session/
H A Dmod_files.c121 static void ps_files_open(ps_files *data, const char *key TSRMLS_DC) in ps_files_open()
186 static int ps_files_cleanup_dir(const char *dirname, int maxlifetime TSRMLS_DC) in ps_files_cleanup_dir()
239 static int ps_files_key_exists(ps_files *data, const char *key TSRMLS_DC) in ps_files_key_exists()
H A Dmod_mm.c211 static int ps_mm_key_exists(ps_mm *data, const char *key TSRMLS_DC) in ps_mm_key_exists()
H A Dmod_user.c47 static zval *ps_call_handler(zval *func, int argc, zval **argv TSRMLS_DC) in ps_call_handler()
H A Dsession.c144 PHPAPI void php_add_session_var(char *name, size_t namelen TSRMLS_DC) /* {{{ */ in php_add_session_var()
163 …ssion_var(char *name, size_t namelen, zval *state_val, php_unserialize_data_t *var_hash TSRMLS_DC)… in php_set_session_var()
171 PHPAPI int php_get_session_var(char *name, size_t namelen, zval ***state_var TSRMLS_DC) /* {{{ */ in php_get_session_var()
201 static char *php_session_encode(int *newlen TSRMLS_DC) /* {{{ */ in php_session_encode()
219 static int php_session_decode(const char *val, int vallen TSRMLS_DC) /* {{{ */ in php_session_decode()

Completed in 214 milliseconds

12345678910>>...16