Home
last modified time | relevance | path

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

123

/PHP-8.0/ext/session/tests/
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 Dgh9583.phpt2 GH-9583: session_create_id() fails with user defined save handler that doesn't have a validateId() …
H A Dgh9583-extra.phpt2 GH-9583: session_create_id() fails with user defined save handler that doesn't have a validateId() …
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-8.0/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);
/PHP-8.0/Zend/
H A Dzend_virtual_cwd.c494 int directory = 0, save; in tsrm_realpath_r() local
577 save = (use_realpath != CWD_EXPAND); in tsrm_realpath_r()
601 if (save) { in tsrm_realpath_r()
614 save = 0; in tsrm_realpath_r()
624 if(save && in tsrm_realpath_r()
883 if (save) { in tsrm_realpath_r()
893 if (save && php_sys_lstat(path, &st) < 0) { in tsrm_realpath_r()
899 save = 0; in tsrm_realpath_r()
905 if (save && S_ISLNK(st.st_mode)) { in tsrm_realpath_r()
936 if (save) { in tsrm_realpath_r()
[all …]
/PHP-8.0/ext/pdo_oci/tests/
H A Dpdo_oci_debugdumpparams.phpt20 …control functions can be used to capture the output of this function, and save it in a string (for…
32 …control functions can be used to capture the output of this function, and save it in a string (for…
/PHP-8.0/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()
198 php_stream_seek(fp, save, SEEK_SET); in phar_tar_process_metadata()
322 char *save = *error; in phar_parse_tarfile() local
324 efree(save); in phar_parse_tarfile()
1225 char *save = *error; in phar_tar_flush() local
1226 spprintf(error, 0, "phar error: unable to write signature to tar-based phar: %s", save); in phar_tar_flush()
[all …]
H A Dphar.c911 char *save = *error; in phar_parse_pharfile() local
913 efree(save); in phar_parse_pharfile()
939 char *save = *error; in phar_parse_pharfile() local
941 efree(save); in phar_parse_pharfile()
968 efree(save); in phar_parse_pharfile()
995 efree(save); in phar_parse_pharfile()
1022 efree(save); in phar_parse_pharfile()
2255 char *save; in phar_split_fname() local
2281 *arch = save; in phar_split_fname()
2315 if (filename != save) { in phar_split_fname()
[all …]
H A Dzip.c315 #define PHAR_ZIP_FAIL_FREE(errmsg, save) \ in phar_parse_zipfile() argument
335 efree(save); \ in phar_parse_zipfile()
459 char *save; in phar_parse_zipfile() local
461 spprintf(&save, 4096, "signature cannot be verified: %s", *error); in phar_parse_zipfile()
463 PHAR_ZIP_FAIL_FREE(save, save); in phar_parse_zipfile()
1155 char *save = *(pass->error); in phar_zip_applysignature() local
1156 spprintf(pass->error, 0, "phar error: unable to write signature to zip-based phar: %s", save); in phar_zip_applysignature()
1157 efree(save); in phar_zip_applysignature()
H A Dphar_object.c1507 if (save) { in phar_build()
1520 if (save) { in phar_build()
1537 if (save) { in phar_build()
1573 if (save) { in phar_build()
1574 efree(save); in phar_build()
1590 if (save) { in phar_build()
1591 efree(save); in phar_build()
1603 if (save) { in phar_build()
1626 if (save) { in phar_build()
1678 if (save) { in phar_build()
[all …]
H A Dfunc_interceptors.c659 char *save; in phar_file_stat() local
664 save = PHAR_G(cwd); in phar_file_stat()
674 PHAR_G(cwd) = save; in phar_file_stat()
684 PHAR_G(cwd) = save; in phar_file_stat()
699 PHAR_G(cwd) = save; in phar_file_stat()
/PHP-8.0/ext/pspell/
H A Dpspell.stub.php48 function pspell_config_save_repl(int $config, bool $save): bool {} argument
H A Dpspell.c722 zend_bool save; in PHP_FUNCTION() local
725 if (zend_parse_parameters(ZEND_NUM_ARGS(), "lb", &conf, &save) == FAILURE) { in PHP_FUNCTION()
731 pspell_config_replace(config, "save-repl", save ? "true" : "false"); in PHP_FUNCTION()
H A Dpspell_arginfo.h89 ZEND_ARG_TYPE_INFO(0, save, _IS_BOOL, 0)
/PHP-8.0/ext/pdo/tests/
H A Dbug_69356.phpt24 …control functions can be used to capture the output of this function, and save it in a string (for…
36 …control functions can be used to capture the output of this function, and save it in a string (for…
/PHP-8.0/ext/phar/tests/zip/files/
H A Dzipmaker.php.inc26 * save a file inside this package
/PHP-8.0/ext/standard/tests/file/
H A Dftruncate_bug76422.phpt41 // because there wouldn't be any free disk space to save a new php file.
/PHP-8.0/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 75 milliseconds

123