Home
last modified time | relevance | path

Searched refs:save (Results 1 – 25 of 69) sorted by last modified time

123

/PHP-7.4/
H A DNEWS398 . Fixed bug #80889 (Cannot set save handler when save_handler is invalid).
1007 . Fixed bug #66322 (COMPersistHelper::SaveToFile can save to wrong location).
1116 . Fixed bug #79191 (Error in SoapClient ctor disables DOMDocument::save()).
H A Dphp.ini-development1312 ; http://php.net/session.save-handler
1341 ; http://php.net/session.save-path
H A Dphp.ini-production1312 ; http://php.net/session.save-handler
1341 ; http://php.net/session.save-path
/PHP-7.4/ext/gd/
H A Dgd.c217 ZEND_ARG_INFO(0, save)
1818 zend_bool save; in PHP_FUNCTION() local
1821 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rb", &IM, &save) == FAILURE) { in PHP_FUNCTION()
1829 gdImageSaveAlpha(im, save); in PHP_FUNCTION()
/PHP-7.4/ext/phar/
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 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 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 Dutil.c957 char *my_realpath, *save; in phar_get_archive() local
1031 save = fname; in phar_get_archive()
1087 if (NULL != (fd_ptr = zend_hash_str_find_ptr(&(PHAR_G(phar_alias_map)), save, save_len))) { in phar_get_archive()
1099 …if (PHAR_G(manifest_cached) && NULL != (fd_ptr = zend_hash_str_find_ptr(&cached_alias, save, save_… in phar_get_archive()
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 Ddirstream.c184 char *entry, *found, *save; in phar_make_dirstream() local
256 save = ZSTR_VAL(str_key); in phar_make_dirstream()
257 save += dirlen + 1; /* seek to just past the path separator */ in phar_make_dirstream()
259 if (NULL != (found = (char *) memchr(save, '/', keylen - dirlen - 1))) { in phar_make_dirstream()
261 save -= dirlen + 1; in phar_make_dirstream()
262 entry = (char *) safe_emalloc(found - save + dirlen, 1, 1); in phar_make_dirstream()
263 memcpy(entry, save + dirlen + 1, found - save - dirlen - 1); in phar_make_dirstream()
264 keylen = found - save - dirlen - 1; in phar_make_dirstream()
268 save -= dirlen + 1; in phar_make_dirstream()
270 memcpy(entry, save + dirlen + 1, keylen - dirlen - 1); in phar_make_dirstream()
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c1643 zend_uchar save = *(p + len); in php_mysqlnd_rowp_read_text_protocol_aux() local
1679 *(p + len) = save; in php_mysqlnd_rowp_read_text_protocol_aux()
1681 zend_uchar save = *(p + len); in php_mysqlnd_rowp_read_text_protocol_aux() local
1685 *(p + len) = save; in php_mysqlnd_rowp_read_text_protocol_aux()
/PHP-7.4/build/
H A Dconfig.guess1744 # eval: (add-hook 'before-save-hook 'time-stamp)
H A Dlibtool.m42747 # save warnings/boilerplate of simple test code
2859 # save warnings/boilerplate of simple test code
/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/session/tests/
H A Dbug80889a.phpt2 Bug #80889 (Cannot set save handler when save_handler is invalid)
H A Dbug80889.phpt2 Bug #80889 (Cannot set save handler when save_handler is invalid)
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_debug_mysqlnd_control_string.phpt76 …// currently PHP is not multi-threaded, so it should be save to test for the PID of this PHP proce…
/PHP-7.4/ext/dom/
H A Ddocument.c214 PHP_FALIAS(save, dom_document_save, arginfo_dom_document_save)
/PHP-7.4/main/
H A Dnetwork.c287 # define SET_SOCKET_BLOCKING_MODE(sock, save) \ argument
288 save = TRUE; ioctlsocket(sock, FIONBIO, &save)
289 # define RESTORE_SOCKET_BLOCKING_MODE(sock, save) \ argument
290 ioctlsocket(sock, FIONBIO, &save)
293 # define SET_SOCKET_BLOCKING_MODE(sock, save) \ argument
294 save = fcntl(sock, F_GETFL, 0); \
295 fcntl(sock, F_SETFL, save | O_NONBLOCK)
296 # define RESTORE_SOCKET_BLOCKING_MODE(sock, save) \ argument
297 fcntl(sock, F_SETFL, save)
/PHP-7.4/win32/build/
H A Dconfig.w32345 // Config profiles (--with-config-profile=<name>) will save a certain config to php-src/config.<nam…
349 ARG_WITH('config-profile', 'Name of the configuration profile to save this to in php-src/config.nam…
/PHP-7.4/ext/com_dotnet/tests/
H A Dbug66322.phpt2 Bug #66322 (COMPersistHelper::SaveToFile can save to wrong location)
/PHP-7.4/ext/libxml/tests/
H A Dbug79191.phpt2 Bug #79191 (Error in SoapClient ctor disables DOMDocument::save())
17 var_dump($dom->save(__DIR__ . '/bug79191.xml'));
/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/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/oci8/tests/
H A Dlob_018.phpt29 $clob->save("data");
38 $clob->save("long data");
70 $clob->save("more stuff");

Completed in 144 milliseconds

123