Home
last modified time | relevance | path

Searched refs:saved (Results 1 – 13 of 13) sorted by relevance

/PHP-5.3/tests/classes/
H A Dbug26737.phpt2 Bug #26737 (Protected and private variables are not saved on serialization when a user defined __sl…
/PHP-5.3/tests/basic/
H A Drfc1867_max_file_uploads_empty_files_debug.phpt45 Warning: Uploaded file size 0 - file [file4=file4.txt] not saved in Unknown on line 0
/PHP-5.3/ext/pcre/pcrelib/
H A DNEWS80 . When a compiled pattern was saved to a file and later reloaded on a host
262 WARNING: saved patterns that were compiled by earlier versions of PCRE must be
327 you have saved compiled patterns from a previous release, you will have to
370 the interal format of compiled patterns. Any saved compiled patterns that
430 tables at exec time. This is useful if compiled regex are saved and re-used
432 default internal tables are used, the pointer saved with the compiled
H A DREADME294 pcre_stack_free() to save data that would otherwise be saved on the stack. To
H A DChangeLog1558 is smaller, the saved offsets during recursion go onto a local stack
3078 compiled form incompatibly. Anybody with saved compiled patterns that use
3438 a compiled regex to be saved and re-used at a later time by a different
3472 This is a straight binary dump of the data, with the saved pointer to
3490 As for any compiled expression that is saved and used later, the tables
/PHP-5.3/Zend/
H A Dzend_API.c3629 ZEND_API void zend_restore_error_handling(zend_error_handling *saved TSRMLS_DC) /* {{{ */ in zend_restore_error_handling()
3631 EG(error_handling) = saved->handling; in zend_restore_error_handling()
3632 EG(exception_class) = saved->handling == EH_THROW ? saved->exception : NULL; in zend_restore_error_handling()
3633 if (saved->user_handler && saved->user_handler != EG(user_error_handler)) { in zend_restore_error_handling()
3637 EG(user_error_handler) = saved->user_handler; in zend_restore_error_handling()
3638 } else if (saved->user_handler) { in zend_restore_error_handling()
3639 zval_ptr_dtor(&saved->user_handler); in zend_restore_error_handling()
3641 saved->user_handler = NULL; in zend_restore_error_handling()
H A Dzend.h772 ZEND_API void zend_restore_error_handling(zend_error_handling *saved TSRMLS_DC);
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_poll_mixing_insert_select.phpt116 printf("[004] Error state not saved for query '%s', %d != %d\n", $link['query'],
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dpager.c1803 u32 saved; in sqlitepager_write() local
1806 saved = *(u32*)PGHDR_TO_EXTRA(pPg); in sqlitepager_write()
1818 *(u32*)PGHDR_TO_EXTRA(pPg) = saved; in sqlitepager_write()
/PHP-5.3/
H A DREADME.TESTING19 type "make test" to execute all or some test scripts saved under
/PHP-5.3/ext/fileinfo/tests/
H A Dmagic155 >12 belong !0x0A0D1A00 saved game data, CORRUPTED
157 >>(16.s+32) string >\0 %s saved game data
163 >>14 string >\0 %s saved game data
2998 >7 string =_ saved as 32-bits
3011 >7 string =- saved as 64-bits
6224 >>>>>0x20C ulelong >0 \b, saved entry %d
9056 0 string =\210OPS Interleaf saved data
9685 # Summary: Xen saved domain file
9687 0 string LinuxGuestRecord Xen saved domain
9693 0 string LinuxGuestRecord Xen saved domain
[all …]
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt1835 The compiled form of a regular expression can be saved and re-used at a
2553 The pointer that is passed to pcre_compile() is saved with the compiled
2591 anness error can occur if a compiled pattern is saved and reloaded on a
2835 be saved and restored (see the pcreprecompile documentation for
3059 using patterns that have been saved after compiling with an external
3591 This error is given if a pattern that was compiled and saved is
4032 been saved by giving this only once, but it was decided to retain some
4469 (j) Patterns compiled by PCRE can be saved and re-used at a later time,
7977 saved (in a file or database) and restored later like the bytecode and
7981 run pcre_study() on a saved and restored pattern, and thereby recreate
[all …]
/PHP-5.3/build/
H A Dlibtool.m44435 # Variables whose values should be saved in libtool wrapper scripts and

Completed in 103 milliseconds