Searched refs:locations (Results 1 – 9 of 9) sorted by relevance
4 $locations = [9 foreach ($locations as $location) {
7 // openssl locations differ per distro.
37 unspecified, the default locations are searched])],
154 locations.260 PECL extensions have their own bug tracker locations and different contributing
9 ; PHP attempts to find and load this configuration from a number of locations.513 ; Besides displaying errors, PHP can also log errors to locations such as a
9 ; PHP attempts to find and load this configuration from a number of locations.515 ; Besides displaying errors, PHP can also log errors to locations such as a
6189 $locations = array_slice($argv, $optind); variable6190 $locationCount = count($locations);6208 $manualTarget = array_pop($locations);6210 if ($locations === []) {6211 $locations = ['.']; variable6215 foreach (array_unique($locations) as $location) {
9137 # The SMS boot ROM checks the header at three locations.9187 # SMS/GG header locations.
Completed in 165 milliseconds