Home
last modified time | relevance | path

Searched refs:PHP_MAXPATHLEN (Results 1 – 14 of 14) sorted by relevance

/php-src/ext/phar/tests/
H A Dbug66960.phpt12 var_dump(file_exists("phar://$file/". str_repeat('a', PHP_MAXPATHLEN-1)));
13 var_dump(file_exists("phar://$file/". str_repeat('a', PHP_MAXPATHLEN)));
14 var_dump(file_exists("phar://$file/". str_repeat('a', PHP_MAXPATHLEN+1)));
H A DGHSA-jqcx-ccgc-xwhv.phpt11 $phar->addFromString(str_repeat('A', PHP_MAXPATHLEN - 1), 'This is the content of file 1.');
12 $phar->addFromString(str_repeat('B', PHP_MAXPATHLEN - 1).'C', 'This is the content of file 2.');
17 // Must not be a string of length PHP_MAXPATHLEN+1
H A Dbug77396.phpt7 $path = '../' . str_repeat("x", PHP_MAXPATHLEN) . '.tar';
/php-src/ext/xmlwriter/tests/
H A Dbug48204.phpt2 xmlwriter_open_uri with PHP_MAXPATHLEN + 1
7 $path = str_repeat('a', PHP_MAXPATHLEN + 1);
/php-src/ext/fileinfo/tests/
H A Dfinfo_open_003.phpt7 $buggyPath = str_repeat('a', PHP_MAXPATHLEN + 1);
H A Dfinfo_open_004.phpt9 $buggyPath = str_repeat('a', PHP_MAXPATHLEN + 1);
/php-src/ext/standard/tests/strings/
H A D007-win32.phpt7 $file = str_repeat("A", PHP_MAXPATHLEN - strlen(__DIR__ . DIRECTORY_SEPARATOR . __FILE__));
H A D007.phpt7 $file = str_repeat("A", PHP_MAXPATHLEN - strlen(__DIR__ . DIRECTORY_SEPARATOR . __FILE__));
/php-src/ext/dom/tests/
H A DDOMDocument_schemaValidate_error6.phpt18 var_dump($doc->schemaValidate(str_repeat(" ", PHP_MAXPATHLEN + 1)));
H A DDOMDocument_load_error6.phpt22 var_dump($dom->load(str_repeat(" ", PHP_MAXPATHLEN + 1)));
/php-src/tests/security/
H A Dbug53226.phpt13 $file = str_repeat('x', 2 * PHP_MAXPATHLEN);
/php-src/ext/standard/tests/file/
H A Dfnmatch_maxpathlen.phpt9 $longstring = str_pad('blah', PHP_MAXPATHLEN);
/php-src/ext/standard/tests/dir/
H A Dbug80960.phpt11 opendir(str_pad("longname", PHP_MAXPATHLEN - strlen(getcwd()), "_"));
/php-src/main/
H A Dmain.stub.php138 const PHP_MAXPATHLEN = UNKNOWN; define

Completed in 37 milliseconds