Home
last modified time | relevance | path

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

123

/PHP-5.5/
H A DINSTALL1131 Noteworthy nano commands: ^w (search), ^o (save), and ^x (exit)
1351 After activating an extension, save php.ini, restart the web server and
H A Dconfigure.in159 dnl Catch common errors here to save a few seconds of our users' time
/PHP-5.5/TSRM/
H A Dtsrm_virtual_cwd.c752 int i, j, save; in tsrm_realpath_r() local
828 save = (use_realpath != CWD_EXPAND); in tsrm_realpath_r()
856 save = 0; in tsrm_realpath_r()
859 if (save) { in tsrm_realpath_r()
866 if(save && in tsrm_realpath_r()
1036 if (save) { in tsrm_realpath_r()
1045 save = 0; in tsrm_realpath_r()
1055 save = 0; in tsrm_realpath_r()
1061 if (save && S_ISLNK(st.st_mode)) { in tsrm_realpath_r()
1092 if (save) { in tsrm_realpath_r()
[all …]
/PHP-5.5/Zend/RFCs/
H A D001.txt102 be passed to foo() by value, which most probably will also save
/PHP-5.5/Zend/
H A DZEND_CHANGES1061 any variable, it is automatically destroyed to save memory and
H A Dzend_execute_API.c501 char *save = actual, *slash; in zval_update_constant_ex() local
523 if (save[0] == '\\') { in zval_update_constant_ex()
524 save++; in zval_update_constant_ex()
529 save--; in zval_update_constant_ex()
532 efree(save); in zval_update_constant_ex()
534 save = NULL; in zval_update_constant_ex()
536 if (inline_change && save && save != actual && !IS_INTERNED(save)) { in zval_update_constant_ex()
537 efree(save); in zval_update_constant_ex()
591 const char *save = str_index; in zval_update_constant_ex() local
608 if (save[0] == '\\') { in zval_update_constant_ex()
[all …]
/PHP-5.5/build/
H A Dlibtool.m42751 # save warnings/boilerplate of simple test code
2863 # save warnings/boilerplate of simple test code
/PHP-5.5/ext/dom/
H A Ddocument.c215 PHP_FALIAS(save, dom_document_save, arginfo_dom_document_save)
/PHP-5.5/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";
21 --- save as XML
28 --- save as HTML
/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/gd/
H A Dgd.c207 ZEND_ARG_INFO(0, save)
1785 zend_bool save; in PHP_FUNCTION() local
1788 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rb", &IM, &save) == FAILURE) { in PHP_FUNCTION()
1793 gdImageSaveAlpha(im, save); in PHP_FUNCTION()
/PHP-5.5/ext/hash/
H A Dhash_gost.c230 php_hash_uint32 data[8], temp = 0, save = 0; in GostTransform() local
235 save = context->state[i + 8]; in GostTransform()
237 temp = ((context->state[i + 8] < data[i]) || (context->state[i + 8] < save)) ? 1 : 0; in GostTransform()
/PHP-5.5/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
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregcomp.c4763 OnigOptionType save = env->options; in optimize_node_left() local
4766 env->options = save; in optimize_node_left()
4831 OnigOptionType save = env->options; in optimize_node_left() local
4835 env->options = save; in optimize_node_left()
/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/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/ext/oci8/
H A Doci8.c995 PHP_FALIAS(save, oci_lob_save, arginfo_oci_lob_save_method)
/PHP-5.5/ext/oci8/tests/
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 204 milliseconds

123