Home
last modified time | relevance | path

Searched refs:component (Results 1 – 25 of 29) sorted by relevance

12

/PHP-8.0/ext/standard/tests/url/
H A Dparse_url_error_002.phpt2 Test parse_url() function: url component specifier out of range
5 echo "*** Testing parse_url() : error conditions: url component specifier out of range ***\n";
21 *** Testing parse_url() : error conditions: url component specifier out of range ***
43 parse_url(): Argument #2 ($component) must be a valid URL component identifier, 99 given
H A Dparse_url_basic_004.phpt2 Test parse_url() function: Parse a load of URLs without specifying PHP_URL_PORT as the URL component
6 * Parse a load of URLs without specifying PHP_URL_PORT as the URL component
H A Dparse_url_basic_006.phpt2 Test parse_url() function: Parse a load of URLs without specifying PHP_URL_PASS as the URL component
6 * Parse a load of URLs without specifying PHP_URL_PASS as the URL component
H A Dparse_url_basic_002.phpt2 …t parse_url() function: Parse a load of URLs without specifying PHP_URL_SCHEME as the URL component
6 * Parse a load of URLs without specifying PHP_URL_SCHEME as the URL component
H A Dparse_url_basic_008.phpt2 …st parse_url() function: Parse a load of URLs without specifying PHP_URL_QUERY as the URL component
6 * Parse a load of URLs without specifying PHP_URL_QUERY as the URL component
H A Dparse_url_basic_009.phpt2 …parse_url() function: Parse a load of URLs without specifying PHP_URL_FRAGMENT as the URL component
6 * Parse a load of URLs without specifying PHP_URL_FRAGMENT as the URL component
H A Dparse_url_basic_005.phpt2 Test parse_url() function: Parse a load of URLs without specifying PHP_URL_USER as the URL component
6 * Parse a load of URLs without specifying PHP_URL_USER as the URL component
H A Dparse_url_basic_003.phpt2 Test parse_url() function: Parse a load of URLs without specifying PHP_URL_HOST as the URL component
6 * Parse a load of URLs without specifying PHP_URL_HOST as the URL component
H A Dparse_url_basic_007.phpt2 Test parse_url() function: Parse a load of URLs without specifying PHP_URL_PATH as the URL component
6 * Parse a load of URLs without specifying PHP_URL_PATH as the URL component
H A Dparse_url_basic_001.phpt2 Test parse_url() function: Parse a load of URLs without specifying the component
6 * Parse a load of URLs without specifying the component
/PHP-8.0/ext/filter/tests/
H A D032.phpt9 'component' => '10dhsajkkdhk <do>',
17 'component' => array(//'filter' => FILTER_VALIDATE_INT,
41 ["component"]=>
/PHP-8.0/ext/gd/tests/
H A Dimagecopyresampled_variation1.phpt44 /* assign actual component values */
50 /* test for expected component values */
/PHP-8.0/ext/exif/tests/
H A Dbug68547.phpt2 Bug #68547 (Exif Header component value check error)
/PHP-8.0/ext/date/tests/
H A Dbug75851.phpt2 Test for bug #75851: Year component overflow with date formats "c", "o", "r" and "y"
/PHP-8.0/sapi/cgi/
H A Dconfig9.m416 [Define if sockaddr_un in sys/un.h contains a sun_len component])],
/PHP-8.0/ext/phar/phar/
H A Dpharcommand.inc218 foreach ($path as $component) {
219 if (file_exists($component . DIRECTORY_SEPARATOR . 'pear')
220 && is_executable($component . DIRECTORY_SEPARATOR . 'pear')) {
271 * @param string $arg The new phar component.
/PHP-8.0/.github/workflows/
H A Dnightly.yml342 … for component in $(find src/Symfony -mindepth 2 -type f -name phpunit.xml.dist -printf '%h\n'); do
343 …php ./phpunit $component --exclude-group tty,benchmark,intl-data,transient --exclude-group skip ||…
/PHP-8.0/ext/gd/
H A Dgd.c1027 #define CHECK_RGBA_RANGE(component, name, argument_number) \ argument
1028 if (component < 0 || component > gd##name##Max) { \
/PHP-8.0/ext/standard/
H A Dbasic_functions.stub.php1426 function parse_url(string $url, int $component = -1): int|string|array|null|false {} argument
H A Dbasic_functions_arginfo.h2100 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, component, IS_LONG, 0, "-1")
/PHP-8.0/ext/mbstring/libmbfl/
H A DLICENSE324 which the executable runs, unless that component itself accompanies
/PHP-8.0/ext/bcmath/libbcmath/
H A DLICENSE327 which the executable runs, unless that component itself accompanies
/PHP-8.0/
H A DUPGRADING596 locale component from the default.
/PHP-8.0/build/
H A Dphp.m41373 dnl component of the path has execute but not read permissions.
/PHP-8.0/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます10040 >>>1 byte 0x01 component file 32-bit non-journaled non-checksummed
10041 #>>>1 byte 0x01 component file
10056 >>>1 byte 0x09 component file 64-bit non-journaled non-checksummed
10060 >>>1 byte 0x0d component file 32-bit level 1 journaled checksummed
10061 >>>1 byte 0x0e component file 64-bit level 1 journaled checksummed
10062 >>>1 byte 0x0f component file 32-bit level 2 journaled checksummed
10063 >>>1 byte 0x10 component file 64-bit level 2 journaled checksummed
10066 >>>1 byte 0x13 component file 32-bit non-journaled checksummed
10067 >>>1 byte 0x14 component file 64-bit non-journaled checksummed
10068 >>>1 byte 0x15 component file under construction
[all …]

Completed in 156 milliseconds

12