Searched refs:saved (Results 1 – 15 of 15) sorted by relevance
/PHP-7.2/tests/classes/ |
H A D | bug26737.phpt | 2 Bug #26737 (Protected and private variables are not saved on serialization when a user defined __sl…
|
/PHP-7.2/ext/gd/tests/ |
H A D | func.inc | 137 * The image is saved right beside the temporary .php test file with the
|
/PHP-7.2/Zend/ |
H A D | zend.h | 322 ZEND_API void zend_restore_error_handling(zend_error_handling *saved);
|
H A D | zend_API.c | 4259 ZEND_API void zend_restore_error_handling(zend_error_handling *saved) /* {{{ */ in zend_restore_error_handling() argument 4261 EG(error_handling) = saved->handling; in zend_restore_error_handling() 4262 EG(exception_class) = saved->handling == EH_THROW ? saved->exception : NULL; in zend_restore_error_handling() 4263 if (Z_TYPE(saved->user_handler) != IS_UNDEF in zend_restore_error_handling() 4264 && !same_zval(&saved->user_handler, &EG(user_error_handler))) { in zend_restore_error_handling() 4266 ZVAL_COPY_VALUE(&EG(user_error_handler), &saved->user_handler); in zend_restore_error_handling() 4267 } else if (Z_TYPE(saved->user_handler)) { in zend_restore_error_handling() 4268 zval_ptr_dtor(&saved->user_handler); in zend_restore_error_handling() 4270 ZVAL_UNDEF(&saved->user_handler); in zend_restore_error_handling()
|
/PHP-7.2/ext/mysqli/tests/ |
H A D | mysqli_poll_mixing_insert_select.phpt | 120 printf("[004] Error state not saved for query '%s', %d != %d\n", $link['query'],
|
/PHP-7.2/ext/pcre/pcrelib/ |
H A D | NEWS | 206 . When a compiled pattern was saved to a file and later reloaded on a host 388 WARNING: saved patterns that were compiled by earlier versions of PCRE must be 453 you have saved compiled patterns from a previous release, you will have to 496 the interal format of compiled patterns. Any saved compiled patterns that 556 tables at exec time. This is useful if compiled regex are saved and re-used 558 default internal tables are used, the pointer saved with the compiled
|
H A D | ChangeLog | 387 that had to be saved was greater than ten. 935 pcre_dfa_exec() is for use only with saved/restored patterns. 1098 and saved regex was reloaded on a host of different endianness. 2681 is smaller, the saved offsets during recursion go onto a local stack 4201 compiled form incompatibly. Anybody with saved compiled patterns that use 4561 a compiled regex to be saved and re-used at a later time by a different 4595 This is a straight binary dump of the data, with the saved pointer to 4613 As for any compiled expression that is saved and used later, the tables
|
H A D | README | 323 pcre_stack_free() to save data that would otherwise be saved on the stack. To
|
/PHP-7.2/ |
H A D | README.TESTING | 19 type "make test" to execute all or some test scripts saved under
|
/PHP-7.2/ext/pcre/pcrelib/testdata/ |
H A D | testinput14 | 292 /-- Although this saved pattern was compiled with link-size=2, it does no harm
|
H A D | testoutput14 | 368 /-- Although this saved pattern was compiled with link-size=2, it does no harm
|
/PHP-7.2/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 1888 The compiled form of a regular expression can be saved and re-used at a 2668 The pointer that is passed to pcre_compile() is saved with the compiled 2677 vided for use with pre-compiled patterns that have been saved and 2678 reloaded. Character tables are not saved with patterns, so if a non- 2711 anness error can occur if a compiled pattern is saved and reloaded on a 3014 option so that it can be saved and restored (see the pcreprecompile 3206 compiled using custom character tables, saved to disc or elsewhere, and 3208 are not saved with it. See the pcreprecompile documentation for a dis- 3755 This error is given if a pattern that was compiled and saved is 4197 been saved by giving this only once, but it was decided to retain some [all …]
|
/PHP-7.2/ext/fileinfo/tests/ |
H A D | magic | 179 >>(16.s+32) string >\0 %s saved game data 186 >>14 string >\0 %s saved game data 4495 >7 string =_ saved as 32-bits 4508 >7 string =- saved as 64-bits 9757 >>>>>0x20C ulelong >0 \b, saved entry %d 14795 0 string =\210OPS Interleaf saved data 15541 # Summary: Xen saved domain file 16491 0 string/t Article saved news text 20866 # Type: Poly/ML saved data 20869 0 string POLYSAVE Poly/ML saved state [all …]
|
H A D | magic私はガラスを食べられます | 179 >>(16.s+32) string >\0 %s saved game data 186 >>14 string >\0 %s saved game data 4495 >7 string =_ saved as 32-bits 4508 >7 string =- saved as 64-bits 9757 >>>>>0x20C ulelong >0 \b, saved entry %d 14795 0 string =\210OPS Interleaf saved data 15541 # Summary: Xen saved domain file 16491 0 string/t Article saved news text 20866 # Type: Poly/ML saved data 20869 0 string POLYSAVE Poly/ML saved state [all …]
|
/PHP-7.2/build/ |
H A D | libtool.m4 | 4438 # Variables whose values should be saved in libtool wrapper scripts and
|
Completed in 145 milliseconds