Home
last modified time | relevance | path

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

123

/PHP-5.5/ext/oci8/tests/
H A Dlob_033.phpt24 $blob->save("");
29 var_dump($blob->save(""));
30 var_dump($blob->save("data", 100));
38 Warning: OCI-Lob::save(): OCI_INVALID_HANDLE in %s on line %d
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
H A Dlob_038.phpt30 var_dump($clob->save("clob test 1"));
33 var_dump($clob->save("clob test 2"));
36 var_dump($clob->save("clob test 3"));
78 var_dump($blob->save("blob test 1"));
81 var_dump($blob->save("blob test 2"));
84 var_dump($blob->save("blob test 3"));
H A Dlob_010.phpt26 var_dump($blob->save("string"));
27 var_dump($blob->save("string", 3));
H A Doci_execute_segfault.phpt25 var_dump($blob->save("some binary data"));
29 var_dump($blob->save("some more binary data"));
H A Dlob_018.phpt29 $clob->save("data");
38 $clob->save("long data");
70 $clob->save("more stuff");
H A Dlob_null.phpt130 $lob->save(null);
137 $lob->save('');
144 $lob->save('Inserted with RETURNING INTO');
/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 Ddom005.phpt9 print "--- save as XML\n";
12 print "--- save as HTML\n";
21 --- save as XML
28 --- save as HTML
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
/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/phar/
H A Ddirstream.c193 char *entry, *found, *save, *str_key; in phar_make_dirstream() local
271 save = str_key; in phar_make_dirstream()
272 save += dirlen + 1; /* seek to just past the path separator */ in phar_make_dirstream()
274 if (NULL != (found = (char *) memchr(save, '/', keylen - dirlen - 1))) { in phar_make_dirstream()
276 save -= dirlen + 1; in phar_make_dirstream()
277 entry = (char *) safe_emalloc(found - save + dirlen, 1, 1); in phar_make_dirstream()
278 memcpy(entry, save + dirlen + 1, found - save - dirlen - 1); in phar_make_dirstream()
279 keylen = found - save - dirlen - 1; in phar_make_dirstream()
283 save -= dirlen + 1; in phar_make_dirstream()
285 memcpy(entry, save + dirlen + 1, keylen - dirlen - 1); in phar_make_dirstream()
H A Dtar.c105 char save[sizeof(header->checksum)], *bname; in phar_is_tar() local
112 memcpy(save, header->checksum, sizeof(header->checksum)); in phar_is_tar()
115 memcpy(header->checksum, save, sizeof(header->checksum)); in phar_is_tar()
164 size_t save = php_stream_tell(fp), read; in phar_tar_process_metadata() local
172 php_stream_seek(fp, save, SEEK_SET); in phar_tar_process_metadata()
179 php_stream_seek(fp, save, SEEK_SET); in phar_tar_process_metadata()
193 php_stream_seek(fp, save, SEEK_SET); in phar_tar_process_metadata()
307 char *save = *error; in phar_parse_tarfile() local
309 efree(save); in phar_parse_tarfile()
1196 char *save = *error; in phar_tar_flush() local
[all …]
/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_variation1.phpt16 * 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_variation2.phpt15 * 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 Dsession_save_path_variation4.phpt17 * Description : Get and/or set the current session save path
/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/
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/ext/phar/tests/zip/files/
H A Dzipmaker.php.inc26 * save a file inside this package
/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()

Completed in 49 milliseconds

123