Home
last modified time | relevance | path

Searched refs:save (Results 1 – 25 of 69) sorted by path

123

/PHP-7.4/
H A D.gitignore53 # Helper(s) generated by *nix build system to save the last configure command
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()).
/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/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/ext/com_dotnet/tests/
H A Dbug66322.phpt2 Bug #66322 (COMPersistHelper::SaveToFile can save to wrong location)
/PHP-7.4/ext/dom/
H A Ddocument.c214 PHP_FALIAS(save, dom_document_save, arginfo_dom_document_save)
/PHP-7.4/ext/dom/tests/
H A DDOMDocument_save_basic.phpt2 DOMDocument::save Test basic function of save method
24 echo 'Wrote: ' . $doc->save($temp_filename) . ' bytes'; // Wrote: 72 bytes
H A DDOMDocument_savexml_basic.phpt2 DOM Document : save and saveXML
31 var_dump($dom->save($filename));
H A DDOMNode_hasChildNodes.phpt24 echo "Remove node and save\n";
43 Remove node and save
H A Ddom005.phpt9 print "--- save as XML\n";
12 print "--- save as HTML\n";
20 --- save as XML
27 --- save as HTML
/PHP-7.4/ext/fileinfo/tests/
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
13299 24 string LxD\ 203 Linuxdoom save
13348 #0 string 5\x0a Quake I save
13468 # Summary: Warcraft 3 save
14599 >8 belong &0x80000000 save fp regs
14606 >8 belong &0x80000000 save fp regs
14613 >8 belong &0x80000000 save fp regs
14621 >8 belong &0x80000000 save fp regs
[all …]
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
13299 24 string LxD\ 203 Linuxdoom save
13348 #0 string 5\x0a Quake I save
13468 # Summary: Warcraft 3 save
14599 >8 belong &0x80000000 save fp regs
14606 >8 belong &0x80000000 save fp regs
14613 >8 belong &0x80000000 save fp regs
14621 >8 belong &0x80000000 save fp regs
[all …]
/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/gd/tests/
H A Dimagesetclip_basic.phpt16 // save image for manual inspection
/PHP-7.4/ext/libxml/tests/
H A Dbug61367-write.phpt14 var_dump($doc->save(dirname(getcwd()) . '/bad'));
43 Warning: DOMDocument::save(): open_basedir restriction in effect. File(%s) is not within the allowe…
45 Warning: DOMDocument::save(%s): failed to open stream: Operation not permitted in %s on line %d
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/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/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/ext/oci8/
H A Doci8.c871 PHP_FALIAS(save, oci_lob_save, arginfo_oci_lob_save_method)
/PHP-7.4/ext/oci8/tests/
H A Dbug70700.phpt42 $desc->save($string1);
73 $desc->save($string2);
104 $desc->save($string3);
135 $desc->save($string4);
H A Ddefine3.phpt37 $fileimage->save($data);
H A Dlob_010.phpt26 var_dump($blob->save("string"));
27 var_dump($blob->save("string", 3));
H A Dlob_018.phpt29 $clob->save("data");
38 $clob->save("long data");
70 $clob->save("more stuff");
H A Dlob_022.phpt26 $clob->save();
39 $clob->save("long data");
40 $clob->save("long data", -1);
41 $clob->save("long data", 0);
72 Warning: OCI-Lob::save() expects at least 1 parameter, 0 given in %s on line %d
78 Warning: OCI-Lob::save(): Offset parameter must be greater than or equal to 0 in %s on line %d

Completed in 255 milliseconds

123