Home
last modified time | relevance | path

Searched refs:save (Results 26 – 50 of 69) sorted by relevance

123

/PHP-7.4/ext/session/tests/
H A Dsession_set_save_handler_class_014.phpt31 PHP Recoverable fatal error: PHP Startup: Cannot set 'user' save handler by ini_set() or session_m…
H A Dsave_handler.inc51 // NOTE: All production session save handler MUST implement "exclusive" lock.
53 // read() would be the best place for locking for most save handlers.
133 // security reasons for production save handler.
157 // All save handlers MUST implement this handler.
H A Dbug60634_error_3.phpt53 Warning: Unknown: Cannot call session save handler in a recursive manner in Unknown on line 0
H A Dbug60634_error_4.phpt53 Warning: Unknown: Cannot call session save handler in a recursive manner in Unknown on line 0
H A Dsession_save_path_variation3.phpt15 * Description : Get and/or set the current session save path
H A Dsession_save_path_variation2.phpt15 * Description : Get and/or set the current session save path
H A Dsession_save_path_variation5.phpt18 * Description : Get and/or set the current session save path
H A Dsession_save_path_variation4.phpt17 * Description : Get and/or set the current session save path
H A D005.phpt2 custom save handler, multiple session_start()s, complex data structure test.
H A D025.phpt2 custom save handler, multiple session_start()s, complex data structure test.
/PHP-7.4/ext/phar/
H A Dtar.c105 char save[sizeof(header->checksum)], *bname; in phar_is_tar() local
112 memcpy(save, header->checksum, sizeof(header->checksum)); in phar_is_tar()
115 memcpy(header->checksum, save, sizeof(header->checksum)); in phar_is_tar()
164 size_t save = php_stream_tell(fp), read; in phar_tar_process_metadata() local
172 php_stream_seek(fp, save, SEEK_SET); in phar_tar_process_metadata()
179 php_stream_seek(fp, save, SEEK_SET); in phar_tar_process_metadata()
201 php_stream_seek(fp, save, SEEK_SET); in phar_tar_process_metadata()
325 char *save = *error; in phar_parse_tarfile() local
327 efree(save); in phar_parse_tarfile()
1231 char *save = *error; in phar_tar_flush() local
[all …]
H A Dphar.c836 char *save = *error; in phar_parse_pharfile() local
838 efree(save); in phar_parse_pharfile()
864 char *save = *error; in phar_parse_pharfile() local
866 efree(save); in phar_parse_pharfile()
893 efree(save); in phar_parse_pharfile()
920 efree(save); in phar_parse_pharfile()
947 efree(save); in phar_parse_pharfile()
2204 char *save; in phar_split_fname() local
2230 *arch = save; in phar_split_fname()
2264 if (filename != save) { in phar_split_fname()
[all …]
H A Dzip.c322 #define PHAR_ZIP_FAIL_FREE(errmsg, save) \ in phar_parse_zipfile() argument
342 efree(save); \ in phar_parse_zipfile()
463 char *save; in phar_parse_zipfile() local
465 spprintf(&save, 4096, "signature cannot be verified: %s", *error); in phar_parse_zipfile()
467 PHAR_ZIP_FAIL_FREE(save, save); in phar_parse_zipfile()
1173 char *save = *(pass->error); in phar_zip_applysignature() local
1174 spprintf(pass->error, 0, "phar error: unable to write signature to zip-based phar: %s", save); in phar_zip_applysignature()
1175 efree(save); in phar_zip_applysignature()
H A Dphar_object.c1536 if (save) { in phar_build()
1549 if (save) { in phar_build()
1566 if (save) { in phar_build()
1602 if (save) { in phar_build()
1603 efree(save); in phar_build()
1619 if (save) { in phar_build()
1620 efree(save); in phar_build()
1632 if (save) { in phar_build()
1655 if (save) { in phar_build()
1707 if (save) { in phar_build()
[all …]
H A Dfunc_interceptors.c655 char *save; in phar_file_stat() local
660 save = PHAR_G(cwd); in phar_file_stat()
670 PHAR_G(cwd) = save; in phar_file_stat()
680 PHAR_G(cwd) = save; in phar_file_stat()
695 PHAR_G(cwd) = save; in phar_file_stat()
/PHP-7.4/ext/oci8/tests/
H A Dbug70700.phpt42 $desc->save($string1);
73 $desc->save($string2);
104 $desc->save($string3);
135 $desc->save($string4);
H A Dlob_null.phpt130 $lob->save(null);
137 $lob->save('');
144 $lob->save('Inserted with RETURNING INTO');
H A Ddefine3.phpt37 $fileimage->save($data);
H A Dreflection2.phpt164 Method [ <internal%s> public method save ] {
/PHP-7.4/Zend/
H A Dzend_virtual_cwd.c500 int directory = 0, save; in tsrm_realpath_r() local
583 save = (use_realpath != CWD_EXPAND); in tsrm_realpath_r()
607 if (save) { in tsrm_realpath_r()
620 save = 0; in tsrm_realpath_r()
630 if(save && in tsrm_realpath_r()
889 if (save) { in tsrm_realpath_r()
899 if (save && php_sys_lstat(path, &st) < 0) { in tsrm_realpath_r()
905 save = 0; in tsrm_realpath_r()
911 if (save && S_ISLNK(st.st_mode)) { in tsrm_realpath_r()
942 if (save) { in tsrm_realpath_r()
[all …]
/PHP-7.4/ext/pdo/tests/
H A Dbug_69356.phpt23 …control functions can be used to capture the output of this function, and save it in a string (for…
35 …control functions can be used to capture the output of this function, and save it in a string (for…
/PHP-7.4/ext/phar/tests/zip/files/
H A Dzipmaker.php.inc26 * save a file inside this package
/PHP-7.4/ext/pspell/
H A Dpspell.c171 ZEND_ARG_INFO(0, save)
892 zend_bool save; in PHP_FUNCTION() local
895 if (zend_parse_parameters(ZEND_NUM_ARGS(), "lb", &conf, &save) == FAILURE) { in PHP_FUNCTION()
901 pspell_config_replace(config, "save-repl", save ? "true" : "false"); in PHP_FUNCTION()
/PHP-7.4/ext/phar/tests/tar/files/
H A Dtarmaker.php.inc34 * save a file inside this package
H A Dcorrupt_tarmaker.php.inc34 * save a file inside this package

Completed in 72 milliseconds

123