Home
last modified time | relevance | path

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

123

/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/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/pcre/pcrelib/
H A Dpcre_jit_compile.c1672 BOOL save, int stackptr, int stacktop, BOOL needs_control_head) in copy_private_data() argument
1687 status = save ? start : loop; in copy_private_data()
1691 if (!save) in copy_private_data()
1715 SLJIT_ASSERT(save && common->recursive_head_ptr != 0); in copy_private_data()
1905 if (save) in copy_private_data()
1961 if (save) in copy_private_data()
1990 SLJIT_ASSERT(cc == ccend && stackptr == stacktop && (save || (tmp1empty && tmp2empty))); in copy_private_data()
H A DHACKING47 in the pattern, to save on compiling time. However, because of the greater
H A DChangeLog247 (a) A crash if /K and /F were both set with the option to save the compiled
1420 26. If study data was being save in a file and studying had not found a set of
1936 time, I abstracted some of the common code into auxiliary macros to save
3022 feature to save stack. However, when a subpattern that can match an empty
3024 optimization. That gives it a stack frame in which to save the data for
4482 When matching the same subject several times, it may save resources to use
5797 of the largest back reference, and gets some temporary memory in which to save
H A DREADME323 pcre_stack_free() to save data that would otherwise be saved on the stack. To
/PHP-5.5/ext/dom/
H A Ddocument.c215 PHP_FALIAS(save, dom_document_save, arginfo_dom_document_save)
/PHP-5.5/Zend/
H A DZEND_CHANGES1061 any variable, it is automatically destroyed to save memory and
/PHP-5.5/
H A Dphp.ini-development1357 ; http://php.net/session.save-handler
1386 ; http://php.net/session.save-path
H A Dphp.ini-production1357 ; http://php.net/session.save-handler
1386 ; http://php.net/session.save-path
H A Dconfigure.in159 dnl Catch common errors here to save a few seconds of our users' time
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
/PHP-5.5/ext/oci8/
H A Doci8.c995 PHP_FALIAS(save, oci_lob_save, arginfo_oci_lob_save_method)
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt130 and subsequent matches to save redundant checks.
3081 is possible to save compiled patterns and study data, and then use them
4051 tern. When your callout function is called, extract and save the cur-
9216 not possible to save and reload the JIT data.
9218 If you save compiled patterns to a file, you can copy them to a differ-
9237 save the data in any appropriate manner. Here is sample code for the
9269 If the pattern has been studied, it is also possible to save the normal
9277 study data, and this is what you must save (not the pcre[16|32]_extra
9281 before trying to save the study data.
9315 save/restore cycle.
[all …]
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput122 successful and an unsuccessful JIT compile and save and restore behaviour,
H A Dtestoutput122 successful and an unsuccessful JIT compile and save and restore behaviour,
/PHP-5.5/build/
H A Dlibtool.m42751 # save warnings/boilerplate of simple test code
2863 # save warnings/boilerplate of simple test code

Completed in 201 milliseconds

123