Home
last modified time | relevance | path

Searched refs:backup (Results 1 – 10 of 10) sorted by relevance

/PHP-7.2/ext/simplexml/tests/
H A Dbug72957.phpt10 echo 'elem2 is: ' . ($xml->elem2 ?? 'backup string') . "\n";
11 echo 'elem2 is: ' . (isset($xml->elem2) ? $xml->elem2 : 'backup string') . "\n";
15 elem2 is: backup string
16 elem2 is: backup string
/PHP-7.2/ext/standard/tests/array/
H A Dusort_variation11.phpt13 $backup = $array = range(0, $r);
16 if ($array != $backup) {
18 var_dump($backup);
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_watch.h82 } backup; member
105 } backup; /* backup for when watchpoint gets dissociated */ member
H A Dphpdbg_watch.c322 memcpy(&watch->backup, watch->addr.ptr, watch->size);
325 if (watch->backup.str) {
326 zend_string_release(watch->backup.str);
354 zend_string_release(coll->reference.backup.str);
402 coll->reference.backup.str = NULL;
675 char *oldPtr = ((char *) &element->backup.ht) + HT_WATCH_OFFSET;
808 …memcpy(&element->backup, &element->watch->backup, /* element->watch->size */ sizeof(element->backu…
999 comparePtr = &ZSTR_LEN(watch->backup.str);
1002 comparePtr = (char *) &watch->backup.ht + HT_WATCH_OFFSET;
1005 comparePtr = &watch->backup;
[all …]
/PHP-7.2/appveyor/
H A Dbuild_task.bat38 cmd /c phpsdk_deps --update --no-backup --branch %BRANCH% --stability %STABILITY% --deps %DEPS_DIR%…
44 …cmd /c phpsdk_deps --update --force --no-backup --branch %BRANCH% --stability %STABILITY% --deps %…
/PHP-7.2/
H A DREADME.TESTING8 it failed on your system without providing substantial backup information
/PHP-7.2/ext/mbstring/oniguruma/
H A DHISTORY1865 2003/02/10: [inst] change backup file suffix name from '.orig' to '.ruby_orig'.
1877 2003/02/07: [inst] change backup file suffix name from '.orig' to '.ruby_orig'.
/PHP-7.2/ext/fileinfo/tests/
H A Dmagic2606 >8 byte &0x20 backup,
18456 # DOS backup 2.0 to 3.2
18500 # backup name is original filename
18508 # DOS backup 3.3 to 5.x
23677 >0x00003B byte 0x13 (backup)
23694 >0x00003B byte 0x0F (backup)
23712 >0x00003B byte 0x13 (backup)
23730 >0x00003B byte 0x13 (backup)
23762 >0x00003B byte 0x1D (backup)
23795 >0x00003B byte 0x1D (backup)
[all …]
H A Dmagic私はガラスを食べられます2606 >8 byte &0x20 backup,
18456 # DOS backup 2.0 to 3.2
18500 # backup name is original filename
18508 # DOS backup 3.3 to 5.x
23677 >0x00003B byte 0x13 (backup)
23694 >0x00003B byte 0x0F (backup)
23712 >0x00003B byte 0x13 (backup)
23730 >0x00003B byte 0x13 (backup)
23762 >0x00003B byte 0x1D (backup)
23795 >0x00003B byte 0x1D (backup)
[all …]
/PHP-7.2/win32/
H A Dinstall.txt141 to backup these files as you might break the entire system. The old

Completed in 146 milliseconds