Go to the source code of this file.
Variables | |
| $fail | |
| $localFile = tempnam(sys_get_temp_dir(), 'dbx-install-config-') | |
| if(!is_string($localFile)|| $localFile==='') | try |
| $api = dbx() | |
| $legacy = $method->invoke($api, 'dbx', $localFile, array()) | |
| if(($legacy['install'] ?? null) !==0) | $explicitInstaller = $method->invoke($api, 'dbx', $localFile, array('install' => 1)) |
| if(($explicitInstaller['install'] ?? null) !==1) | $otherModule = $method->invoke($api, 'dbxLogin', $localFile, array()) |
| if(array_key_exists('install', $otherModule)) | $missingFile = $method->invoke($api, 'dbx', $localFile . '.missing', array()) |
| if(array_key_exists('install', $missingFile)) | finally |
| $api = dbx() |
Definition at line 18 of file dbxLegacyInstallConfig_test.php.
| if (( $legacy[ 'install'] ?? null) !==0) $explicitInstaller = $method->invoke($api, 'dbx', $localFile, array('install' => 1)) |
Definition at line 25 of file dbxLegacyInstallConfig_test.php.
| $fail |
Definition at line 6 of file dbxLegacyInstallConfig_test.php.
| $legacy = $method->invoke($api, 'dbx', $localFile, array()) |
Definition at line 20 of file dbxLegacyInstallConfig_test.php.
Referenced by dbx\dbxContent\dbxContent_permalink\canonicalFromLegacy().
| $localFile = tempnam(sys_get_temp_dir(), 'dbx-install-config-') |
Definition at line 11 of file dbxLegacyInstallConfig_test.php.
| if (array_key_exists( 'install', $otherModule)) $missingFile = $method->invoke($api, 'dbx', $localFile . '.missing', array()) |
Definition at line 35 of file dbxLegacyInstallConfig_test.php.
| if (( $explicitInstaller[ 'install'] ?? null) !==1) $otherModule = $method->invoke($api, 'dbxLogin', $localFile, array()) |
Definition at line 30 of file dbxLegacyInstallConfig_test.php.
| if (array_key_exists( 'install', $missingFile)) finally |
Definition at line 39 of file dbxLegacyInstallConfig_test.php.
| if (!is_string( $localFile)||$localFile==='') try |
Definition at line 16 of file dbxLegacyInstallConfig_test.php.