Home
last modified time | relevance | path

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

123

/PHP-5.5/ext/session/tests/
H A Dsession_save_path_error.phpt16 * 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/win32/build/
H A DDSP.README29 Simply save them with DOS line endings, and bug it to me if basic
/PHP-5.5/ext/pspell/
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()
H A DREADME48 pspell_save_wordlist() to save it.
/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 Dphar.c817 char *save = *error; local
819 efree(save);
846 char *save = *error; local
848 efree(save);
875 efree(save);
913 efree(save);
940 efree(save);
2260 char *save; local
2276 save = filename;
2285 *arch = save;
[all …]
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 …]
H A Dfunc_interceptors.c686 char *save; in phar_file_stat() local
691 save = PHAR_G(cwd); in phar_file_stat()
701 PHAR_G(cwd) = save; in phar_file_stat()
711 PHAR_G(cwd) = save; in phar_file_stat()
732 PHAR_G(cwd) = save; in phar_file_stat()
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()
/PHP-5.5/ext/oci8/tests/
H A Ddefine3.phpt37 $fileimage->save($data);
H A Dreflection2.phpt164 Method [ <internal%s> public method save ] {
/PHP-5.5/ext/mysql/tests/
H A Dbug53649.phpt2 Bug #53649 (mysql_query with "load data" unable to save result set)
/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
/PHP-5.5/sapi/apache/
H A Dconfig.m46 save=$CPPFLAGS
14 CPPFLAGS=$save
/PHP-5.5/sapi/apache_hooks/
H A Dconfig.m46 save=$CPPFLAGS
14 CPPFLAGS=$save
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic170 # "TADS2 save\n\r\032\0" and the interpreter version.
171 0 string TADS2\ save/g TADS
177 0 string TADS2\ save TADS
8211 24 string LxD\ 203 Linuxdoom save
8224 #0 string 5\x0a Quake I save
8344 # Summary: Warcraft 3 save
9280 >8 belong &0x80000000 save fp regs
9287 >8 belong &0x80000000 save fp regs
9294 >8 belong &0x80000000 save fp regs
9302 >8 belong &0x80000000 save fp regs
[all …]
/PHP-5.5/ext/pdo_odbc/tests/
H A Dlong_columns.phpt34 // 6. click 'Create' and select a file to save the database as
/PHP-5.5/Zend/RFCs/
H A D001.txt102 be passed to foo() by value, which most probably will also save
/PHP-5.5/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-5.5/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c1672 zend_uchar save = *(p + len); in php_mysqlnd_rowp_read_text_protocol() local
1708 *(p + len) = save; in php_mysqlnd_rowp_read_text_protocol()
1710 zend_uchar save = *(p + len); in php_mysqlnd_rowp_read_text_protocol() local
1714 *(p + len) = save; in php_mysqlnd_rowp_read_text_protocol()
/PHP-5.5/sapi/litespeed/
H A DREADME135 and start children process on demand to save system resource. This is

Completed in 117 milliseconds

123