Home
last modified time | relevance | path

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

123

/PHP-5.5/win32/build/
H A DDSP.README29 Simply save them with DOS line endings, and bug it to me if basic
/PHP-5.5/sapi/litespeed/
H A DREADME135 and start children process on demand to save system resource. This is
/PHP-5.5/sapi/apache_hooks/
H A Dconfig.m46 save=$CPPFLAGS
14 CPPFLAGS=$save
/PHP-5.5/sapi/apache/
H A Dconfig.m46 save=$CPPFLAGS
14 CPPFLAGS=$save
/PHP-5.5/
H A Dphp.ini-development1357 ; http://php.net/session.save-handler
1386 ; http://php.net/session.save-path
H A Dphp.ini-production1357 ; http://php.net/session.save-handler
1386 ; http://php.net/session.save-path
/PHP-5.5/main/
H A Dnetwork.c289 # define SET_SOCKET_BLOCKING_MODE(sock, save) \ argument
290 save = TRUE; ioctlsocket(sock, FIONBIO, &save)
291 # define RESTORE_SOCKET_BLOCKING_MODE(sock, save) \ argument
292 ioctlsocket(sock, FIONBIO, &save)
295 # define SET_SOCKET_BLOCKING_MODE(sock, save) \ argument
296 save = fcntl(sock, F_GETFL, 0); \
297 fcntl(sock, F_SETFL, save | O_NONBLOCK)
298 # define RESTORE_SOCKET_BLOCKING_MODE(sock, save) \ argument
299 fcntl(sock, F_SETFL, save)
/PHP-5.5/ext/session/tests/
H A Dsession_save_path_basic.phpt16 * Description : Get and/or set the current session save path
H A Dsession_save_path_error.phpt16 * Description : Get and/or set the current session save path
H A Dsession_save_path_variation1.phpt16 * 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_variation3.phpt15 * 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 Dsession_save_path_variation5.phpt18 * 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-5.5/ext/pspell/
H A DREADME48 pspell_save_wordlist() to save it.
H A Dpspell.c175 ZEND_ARG_INFO(0, save)
901 zend_bool save; in PHP_FUNCTION() local
904 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "lb", &conf, &save) == FAILURE) { in PHP_FUNCTION()
910 pspell_config_replace(config, "save-repl", save ? "true" : "false"); in PHP_FUNCTION()
/PHP-5.5/ext/phar/
H A Dzip.c302 #define PHAR_ZIP_FAIL_FREE(errmsg, save) \ in phar_parse_zipfile() argument
324 efree(save); \ in phar_parse_zipfile()
442 char *save; in phar_parse_zipfile() local
444 spprintf(&save, 4096, "signature cannot be verified: %s", *error); in phar_parse_zipfile()
446 PHAR_ZIP_FAIL_FREE(save, save); in phar_parse_zipfile()
1108 char *save = *(pass->error); in phar_zip_applysignature() local
1109 spprintf(pass->error, 0, "phar error: unable to write signature to zip-based phar: %s", save); in phar_zip_applysignature()
1110 efree(save); in phar_zip_applysignature()
H A Dutil.c969 char *my_realpath, *save; in phar_get_archive() local
1046 save = fname; in phar_get_archive()
1102 …if (SUCCESS == zend_hash_quick_find(&(PHAR_GLOBALS->phar_alias_map), save, save_len, fhash, (void*… in phar_get_archive()
1114 …if (PHAR_G(manifest_cached) && SUCCESS == zend_hash_quick_find(&cached_alias, save, save_len, fhas… in phar_get_archive()
H A Dphar_object.c1546 if (save) { in phar_build()
1559 if (save) { in phar_build()
1576 if (save) { in phar_build()
1612 if (save) { in phar_build()
1613 efree(save); in phar_build()
1627 if (save) { in phar_build()
1644 if (save) { in phar_build()
1657 if (save) { in phar_build()
1680 if (save) { in phar_build()
1722 if (save) { in phar_build()
[all …]
/PHP-5.5/ext/phar/tests/zip/files/
H A Dzipmaker.php.inc26 * save a file inside this package
/PHP-5.5/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
H A Dmake.dangerous.tar.php.inc35 * save a file inside this package

Completed in 60 milliseconds

123