Home
last modified time | relevance | path

Searched refs:prefix (Results 101 – 125 of 270) sorted by relevance

1234567891011

/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp1250_to_utf8_1.phpt24 $prefix = create_data("dir_cp1250", "${item}42");
25 $path = $prefix . DIRECTORY_SEPARATOR . "${item}42";
H A Dtest_cp1256_to_utf8_2.phpt24 $prefix = create_data("dir_cp1256", "${item}42}");
25 $fn = $prefix . DIRECTORY_SEPARATOR . "${item}33";
H A Dtest_cp1253_2.phpt27 $prefix = create_data("dir_cp1253", "${item}42}", 1253);
28 $fn = $prefix . DIRECTORY_SEPARATOR . "${item}33";
H A Dtest_cp1253_to_utf8_2.phpt24 $prefix = create_data("dir_cp1253", "${item}42}");
25 $fn = $prefix . DIRECTORY_SEPARATOR . "${item}33";
H A Dtest_cp1256_2.phpt27 $prefix = create_data("dir_cp1256", "${item}42}", 1256);
28 $fn = $prefix . DIRECTORY_SEPARATOR . "${item}33";
H A Dtest_cp1254_1.phpt27 $prefix = create_data("dir_cp1254", "${item}42", 1254);
28 $path = $prefix . DIRECTORY_SEPARATOR . "${item}42";
H A Dtest_big5_1.phpt27 $prefix = create_data("dir_big5", $item . "5", 950);
28 $path = $prefix . DIRECTORY_SEPARATOR . "${item}5";
H A Dtest_cp936_to_utf8_2.phpt24 $prefix = create_data("file_cp936", $item . "25");
25 $fn = $prefix . DIRECTORY_SEPARATOR . "{$item}25";
H A Dtest_cp1255_2.phpt27 $prefix = create_data("dir_cp1255", "${item}42}", 1255);
28 $fn = $prefix . DIRECTORY_SEPARATOR . "${item}33";
H A Dtest_cp1250_to_utf8_2.phpt24 $prefix = create_data("dir_cp1250", "${item}42}");
25 $fn = $prefix . DIRECTORY_SEPARATOR . "${item}33";
H A Dtest_cp1251_2.phpt27 $prefix = create_data("file_cp1251", $item . "7", 1251);
28 $fn = $prefix . DIRECTORY_SEPARATOR . "${item}7";
H A Dtest_cp1251_to_utf8_2.phpt24 $prefix = create_data("file_cp1251", $item . "7");
25 $fn = $prefix . DIRECTORY_SEPARATOR . "${item}7";
H A Dtest_cp1254_to_utf8_1.phpt24 $prefix = create_data("dir_cp1254", "${item}42");
25 $path = $prefix . DIRECTORY_SEPARATOR . "${item}42";
H A Dtest_eucjp_to_utf8_2.phpt24 $prefix = create_data("dir_eucjp", "${item}42}");
25 $fn = $prefix . DIRECTORY_SEPARATOR . "${item}33";
H A Dtest_cp1254_2.phpt27 $prefix = create_data("dir_cp1254", "${item}42}", 1254);
28 $fn = $prefix . DIRECTORY_SEPARATOR . "${item}33";
H A Dtest_cp1252_to_utf8_2.phpt24 $prefix = create_data("dir_cp1252", "${item}3");
25 $fn = $prefix . DIRECTORY_SEPARATOR . "${item}7";
H A Dtest_cp1252_to_utf8_5.phpt24 $prefix = create_data("dir2_cp1252", "${item}3");
25 $fn = $prefix . DIRECTORY_SEPARATOR . "${item}7";
H A Dtest_cp932_to_utf8_2.phpt24 $prefix = create_data("dir_cp932", "${item}42}");
25 $fn = $prefix . DIRECTORY_SEPARATOR . "${item}33";
H A Dtest_cp936_2.phpt27 $prefix = create_data("file_cp936", $item . "25", 936);
28 $fn = $prefix . DIRECTORY_SEPARATOR . "{$item}25";
H A Dtest_big5_to_utf8_2.phpt24 $prefix = create_data("file_big5", $item . "25");
25 $fn = $prefix . DIRECTORY_SEPARATOR . "{$item}25";
H A Dtest_cp1251_zend_multibyte_2.phpt27 $prefix = create_data("file_cp1251", $item);
28 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
/PHP-7.4/sapi/fpm/
H A Dphp-fpm.conf.in6 ; prefix (@prefix@). This prefix can be dynamically changed by using the
15 ; Note: the default prefix is @EXPANDED_LOCALSTATEDIR@
22 ; Note: the default prefix is @EXPANDED_LOCALSTATEDIR@
46 ; all logged characters including message prefix and suffix if present. However
141 ; - the global prefix if it's been set (-p argument)
142 ; - @prefix@ otherwise
/PHP-7.4/ext/session/tests/
H A Dsession_create_id_basic.phpt14 * Prototype : string session_create_id([string $prefix])
15 * Description : Create new session ID with prefix optionally.
/PHP-7.4/ext/standard/
H A Dcrypt_blowfish.h26 extern char *_crypt_gensalt_blowfish_rn(const char *prefix,
/PHP-7.4/ext/xmlwriter/
H A Dphp_xmlwriter.c198 ZEND_ARG_INFO(0, prefix)
204 ZEND_ARG_INFO(0, prefix)
211 ZEND_ARG_INFO(0, prefix)
218 ZEND_ARG_INFO(0, prefix)
246 ZEND_ARG_INFO(0, prefix)
252 ZEND_ARG_INFO(0, prefix)
270 ZEND_ARG_INFO(0, prefix)
277 ZEND_ARG_INFO(0, prefix)
820 char *name, *prefix, *uri; in PHP_FUNCTION() local
906 char *name, *prefix, *uri, *content; in PHP_FUNCTION() local
[all …]

Completed in 34 milliseconds

1234567891011