Home
last modified time | relevance | path

Searched refs:prefix (Results 151 – 175 of 270) sorted by last modified time

1234567891011

/PHP-7.4/ext/standard/tests/general_functions/
H A Dgettype_settype_variation8.phpt104 "-0x80001", // invalid numerics as its prefix with sign or have decimal points
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dbug54028.phpt19 $prefix = __DIR__ . DIRECTORY_SEPARATOR . "testBug54028" . DIRECTORY_SEPARATOR;
23 mkdir($prefix);
25 mkdir($prefix . $d);
28 $directory = dir($prefix);
34 if ($content != get_basename_with_cp($prefix . $content, 65001, false)) {
41 rmdir($prefix . $d);
43 rmdir($prefix);
H A Dbug54977.phpt19 $prefix = __DIR__ . DIRECTORY_SEPARATOR . "testBug54977" . DIRECTORY_SEPARATOR;
23 mkdir($prefix);
25 mkdir($prefix . $d);
26 file_put_contents($prefix . $d . ".test", $d);
29 $myDirectory = opendir($prefix);
31 echo get_basename_with_cp($prefix . $entryName, 65001, false) . "\n";
36 rmdir($prefix . $d);
37 unlink($prefix . $d . ".test");
39 rmdir($prefix);
H A Dbug61315.phpt19 $prefix = __DIR__ . DIRECTORY_SEPARATOR . "testBug61315" . DIRECTORY_SEPARATOR;
21 $d0 = $prefix . "ソフト";
22 $d1 = $prefix . "フォルダ";
24 mkdir($prefix);
44 rmdir($prefix);
H A Dbug64699.phpt22 $prefix = __DIR__ . DIRECTORY_SEPARATOR . "testBug64699" . DIRECTORY_SEPARATOR;
26 mkdir($prefix);
28 mkdir($prefix . $d);
31 $dir = $prefix;
44 rmdir($prefix . $d);
46 rmdir($prefix);
H A Dbug70903.phpt19 $prefix = __DIR__ . DIRECTORY_SEPARATOR . "testBug70903" . DIRECTORY_SEPARATOR;
21 $d0 = $prefix . "ı";
23 mkdir($prefix);
37 rmdir($prefix);
H A Dbug75063_cp1251.phpt22 $prefix = __DIR__ . DIRECTORY_SEPARATOR . "bug75063-cp1251";
23 $d0 = $prefix . DIRECTORY_SEPARATOR . $dir_basename;
25 mkdir($prefix);
26 create_verify_dir($prefix, $dir_basename, 1251);
58 $prefix = __DIR__ . DIRECTORY_SEPARATOR . "bug75063-cp1251";
59 $d0 = $prefix . DIRECTORY_SEPARATOR . $dir_basename;
68 rmdir($prefix);
H A Dbug75063_utf8.phpt20 $prefix = __DIR__ . DIRECTORY_SEPARATOR . "bug75063-utf8";
21 $d0 = $prefix . DIRECTORY_SEPARATOR . $dir_basename;
23 mkdir($prefix);
24 create_verify_dir($prefix, $dir_basename);
59 $prefix = __DIR__ . DIRECTORY_SEPARATOR . "bug75063-utf8";
60 $d0 = $prefix . DIRECTORY_SEPARATOR . $dir_basename;
69 rmdir($prefix);
/PHP-7.4/ext/standard/tests/file/
H A Dreadfile_variation10-win32.phpt34 /* prefix with path separator of a non existing directory*/
H A Dreadfile_variation10.phpt35 /* prefix with path separator of a non existing directory*/
H A Drename_variation13-win32.phpt35 /* prefix with path separator of a non existing directory*/
H A Drename_variation13.phpt38 /* prefix with path separator of a non existing directory*/
H A Dtempnam_variation3-win32.phpt12 /* Prototype: string tempnam ( string $dir, string $prefix );
16 /* Passing invalid/non-existing args for $prefix */
41 /* prefix with path separator of a non existing directory*/
57 /* prefix with path separator of a non existing directory*/
H A Dtempnam_variation3.phpt12 /* Prototype: string tempnam ( string $dir, string $prefix );
16 /* Passing invalid/non-existing args for $prefix */
34 /* prefix with path separator of a non existing directory*/
H A Dtempnam_variation7-win32.phpt12 /* Prototype: string tempnam ( string $dir, string $prefix );
H A Dtempnam_variation7.phpt12 /* Prototype: string tempnam ( string $dir, string $prefix );
H A Dfile_get_contents_variation8.phpt34 /* prefix with path separator of a non existing directory*/
H A Dfile_put_contents_variation8-win32.phpt33 /* prefix with path separator of a non existing directory*/
H A Dfile_get_contents_variation8-win32.phpt35 /* prefix with path separator of a non existing directory*/
/PHP-7.4/ext/standard/tests/array/
H A Dextract_error.phpt28 /* Two Arguments, second as prefix but without prefix string as third argument */
56 Warning: extract(): specified extract type requires the prefix parameter in %s on line %d
/PHP-7.4/ext/standard/
H A Dhttp.c238 char *prefix = NULL, *arg_sep=NULL; in PHP_FUNCTION() local
246 Z_PARAM_STRING(prefix, prefix_len) in PHP_FUNCTION()
251 …if (php_url_encode_hash_ex(HASH_OF(formdata), &formstr, prefix, prefix_len, NULL, 0, NULL, 0, (Z_T… in PHP_FUNCTION()
H A Dbasic_functions.h159 PHPAPI int php_prefix_varname(zval *result, const zval *prefix, const char *var_name, size_t var_na…
/PHP-7.4/ext/simplexml/tests/
H A D031.phpt41 /* Does not add prefix here although name is valid (but discouraged) - change behavior? */
H A Dbug43221.phpt16 Warning: SimpleXMLElement::addAttribute(): Attribute requires prefix for namespace in %sbug43221.ph…
H A Dprofile13.phpt2 SimpleXML [profile]: Accessing by namespace prefix

Completed in 71 milliseconds

1234567891011