Home
last modified time | relevance | path

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

123

/PHP-8.0/ext/phar/tests/tar/files/
H A Dmake.dangerous.tar.php.inc35 * save a file inside this package
/PHP-8.0/ext/dom/
H A Dphp_dom.stub.php312 public function save(string $filename, int $options = 0) {} function in DOMDocument
H A Dphp_dom_arginfo.h530 ZEND_METHOD(DOMDocument, save);
751 ZEND_ME(DOMDocument, save, arginfo_class_DOMDocument_save, ZEND_ACC_PUBLIC)
H A Ddocument.c1376 PHP_METHOD(DOMDocument, save) in PHP_METHOD() argument
/PHP-8.0/ext/openssl/tests/
H A Dopenssl_error_string_basic.phpt79 // internally OpenSSL ERR won't save more than 15 (16 - 1) errors so lets test it
/PHP-8.0/win32/build/
H A Dconfig.w32344 // Config profiles (--with-config-profile=<name>) will save a certain config to php-src/config.<nam…
348 ARG_WITH('config-profile', 'Name of the configuration profile to save this to in php-src/config.nam…
/PHP-8.0/ext/pdo_odbc/tests/
H A Dlong_columns.phpt34 // 6. click 'Create' and select a file to save the database as
/PHP-8.0/ext/phar/
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()
/PHP-8.0/
H A D.gitignore53 # Helper(s) generated by *nix build system to save the last configure command
H A DNEWS86 . Fixed bug GH-9583 (session_create_id() fails with user defined save handler
927 . Fixed bug #80889 (Cannot set save handler when save_handler is invalid).
H A Dphp.ini-development1319 ; http://php.net/session.save-handler
1348 ; http://php.net/session.save-path
H A Dphp.ini-production1321 ; http://php.net/session.save-handler
1350 ; http://php.net/session.save-path
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_debug_mysqlnd_control_string.phpt75 …// currently PHP is not multi-threaded, so it should be save to test for the PID of this PHP proce…
/PHP-8.0/ext/oci8/
H A Doci8.stub.php550 public function save(string $data, int $offset = 0) {} function in OCILob
H A Doci8_arginfo.h755 ZEND_ME_MAPPING(save, oci_lob_save, arginfo_class_OCILob_save, ZEND_ACC_PUBLIC)
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c1632 zend_uchar save = *(p + len); in php_mysqlnd_rowp_read_text_protocol_aux() local
1668 *(p + len) = save; in php_mysqlnd_rowp_read_text_protocol_aux()
1670 zend_uchar save = *(p + len); in php_mysqlnd_rowp_read_text_protocol_aux() local
1674 *(p + len) = save; in php_mysqlnd_rowp_read_text_protocol_aux()
/PHP-8.0/sapi/litespeed/
H A DREADME.md133 start children process on demand to save system resource. This is preferred in
/PHP-8.0/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます209 # "TADS2 save\n\r\032\0" and the interpreter version.
210 0 string TADS2\ save/g TADS
217 0 string TADS2\ save TADS
14086 24 string LxD\ 203 Linuxdoom save
14135 #0 string 5\x0a Quake I save
14255 # Summary: Warcraft 3 save
15438 >8 belong &0x80000000 save fp regs
15445 >8 belong &0x80000000 save fp regs
15452 >8 belong &0x80000000 save fp regs
15460 >8 belong &0x80000000 save fp regs
[all …]
H A Dmagic209 # "TADS2 save\n\r\032\0" and the interpreter version.
210 0 string TADS2\ save/g TADS
217 0 string TADS2\ save TADS
14086 24 string LxD\ 203 Linuxdoom save
14135 #0 string 5\x0a Quake I save
14255 # Summary: Warcraft 3 save
15438 >8 belong &0x80000000 save fp regs
15445 >8 belong &0x80000000 save fp regs
15452 >8 belong &0x80000000 save fp regs
15460 >8 belong &0x80000000 save fp regs
[all …]
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_x86.dasc3052 | mov aword T2, FP // save FP
3053 | mov aword T3, RX // save IP
3437 // mov aword T2, FP // save FP
3438 // mov aword T3, RX // save IP
5181 | mov aword T1, r0 // save
5244 | mov aword T1, r0 // save
8067 | mov T1, FCARG2a // save
8462 | mov aword T1, r0 // save
8904 | mov aword T1, r0 // save
10770 | mov aword T1, r0 // save
[all …]
/PHP-8.0/ext/gd/
H A Dgd.c993 zend_bool save; in PHP_FUNCTION() local
996 if (zend_parse_parameters(ZEND_NUM_ARGS(), "Ob", &IM, gd_image_ce, &save) == FAILURE) { in PHP_FUNCTION()
1002 gdImageSaveAlpha(im, save); in PHP_FUNCTION()
/PHP-8.0/sapi/fpm/tests/
H A Dlogtool.inc507 if ($this->getError()) { // quick bail out to save some CPU
/PHP-8.0/ext/opcache/jit/dynasm/
H A Dminilua.c2671 #define save_and_next(ls)(save(ls,ls->current),next(ls))
2672 static void save(LexState*ls,int c){
2704 save(ls,'\0');
2771 save(ls,'\0');
2807 save(ls,'\n');
2845 case'\r':save(ls,'\n');inclinenumber(ls);continue;
2859 save(ls,c);
2864 save(ls,c);
/PHP-8.0/build/
H A Dconfig.guess1744 # eval: (add-hook 'before-save-hook 'time-stamp)
H A Dlibtool.m42748 # save warnings/boilerplate of simple test code
2860 # save warnings/boilerplate of simple test code

Completed in 290 milliseconds

123