Home
last modified time | relevance | path

Searched refs:prefix (Results 251 – 275 of 318) sorted by relevance

1...<<111213

/PHP-8.1/ext/standard/tests/file/
H A Dfile.inc158 $name_prefix = common name prefix, default is "file"
204 $name_prefix = prefix to be used for names, name is suffix with a
326 $link_name_prefix = prefix to be used for names, name is suffix with a
453 $name_prefix = prefix for the filename, rest of the name is incremental(increment by 1 only)
497 $link_name_prefix = prefix for the linkname, rest of the name is incremental(increment by 1 only)
H A Dtempnam_variation1.phpt10 /* Creating number of unique files by passing a file name as prefix */
H A Dbasename_variation1-win32.phpt45 foreach ($prefixes as $prefix) {
47 $input = $prefix . $path;
H A Dbasename_variation1.phpt45 foreach ($prefixes as $prefix) {
47 $input = $prefix . $path;
H A Drename_variation13-win32.phpt25 /* prefix with path separator of a non existing directory*/
/PHP-8.1/ext/pdo_mysql/
H A Dconfig.m411 [PDO_MySQL: Set the path to libz install prefix])],
/PHP-8.1/ext/json/
H A Djson_parser.y44 %define api.prefix {php_json_yy}
/PHP-8.1/ext/simplexml/
H A Dsimplexml_arginfo.h30 ZEND_ARG_TYPE_INFO(0, prefix, IS_STRING, 0)
/PHP-8.1/sapi/fpm/fpm/
H A Dzlog.c268 const char *prefix, const char *msg) /* {{{ */ in zlog_msg_ex() argument
271 size_t prefix_len = strlen(prefix); in zlog_msg_ex()
276 zlog_stream_str(&stream, prefix, prefix_len); in zlog_msg_ex()
/PHP-8.1/win32/build/
H A Dconfutils.js2259 var prefix;
2261 prefix = PHP_PREFIX.replace(new RegExp("\\\\", "g"), "\\\\");
2271 indata = indata.replace(new RegExp("@PREFIX@", "g"), prefix);
2335 prefix = get_define("PHP_PREFIX");
2336 prefix = prefix.replace(new RegExp("/", "g"), "\\");
2337 prefix = prefix.replace(new RegExp("\\\\", "g"), "\\\\");
2338 MF.WriteLine("var PHP_PREFIX=" + '"' + prefix + '"');
/PHP-8.1/.circleci/
H A Dconfig.yml95 --prefix=/usr \
/PHP-8.1/ext/mbstring/tests/
H A Diso2022jp_ms_encoding.phpt131 function testAllValidCharsWithPrefix($validChars, $prefix, $bothWays) {
142 testValid($prefix . $from, $to, 'ISO-2022-JP-MS', $bothWays);
/PHP-8.1/ext/session/
H A Dsession_arginfo.h21 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, prefix, IS_STRING, 0, "\"\"")
H A Dsession.c2296 zend_string *prefix = NULL, *new_id; in PHP_FUNCTION() local
2299 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|S", &prefix) == FAILURE) { in PHP_FUNCTION()
2303 if (prefix && ZSTR_LEN(prefix)) { in PHP_FUNCTION()
2304 if (php_session_valid_key(ZSTR_VAL(prefix)) == FAILURE) { in PHP_FUNCTION()
2309 smart_str_append(&id, prefix); in PHP_FUNCTION()
/PHP-8.1/ext/gmp/tests/
H A Dbug80560.phpt2 Bug #80560: Strings containing only a base prefix return 0 object
/PHP-8.1/ext/phar/
H A Dtar.c289 …if (((!old && hdr->prefix[0] == 0) || old) && strnlen(hdr->name, 100) == sizeof(".phar/signature.b… in phar_parse_tarfile()
424 } else if (!last_was_longlink && !old && hdr->prefix[0] != 0) { in phar_parse_tarfile()
429 name[i] = hdr->prefix[i]; in phar_parse_tarfile()
756 memcpy(header.prefix, entry->filename, boundary - entry->filename); in phar_tar_writeheaders_int()
/PHP-8.1/ext/xml/
H A Dxml.c972 void _xml_startNamespaceDeclHandler(void *userData,const XML_Char *prefix, const XML_Char *uri) in _xml_startNamespaceDeclHandler() argument
980 _xml_xmlchar_zval(prefix, 0, parser->target_encoding, &args[1]); in _xml_startNamespaceDeclHandler()
989 void _xml_endNamespaceDeclHandler(void *userData, const XML_Char *prefix) in _xml_endNamespaceDeclHandler() argument
997 _xml_xmlchar_zval(prefix, 0, parser->target_encoding, &args[1]); in _xml_endNamespaceDeclHandler()
/PHP-8.1/
H A Dconfigure.ac1058 o foobar package install prefix is /usr/local/foobar/
1308 test "$prefix" = "NONE" && prefix=/usr/local
1309 test "$exec_prefix" = "NONE" && exec_prefix='${prefix}'
1319 '${prefix}/share')
1367 datarootdir=$prefix/share
1370 datarootdir=$prefix/php
1456 PHP_SUBST(prefix)
H A DREADME.md94 Depending on your permissions and prefix, `make install` may need super user
/PHP-8.1/ext/xmlreader/
H A Dphp_xmlreader_arginfo.h28 ZEND_ARG_TYPE_INFO(0, prefix, IS_STRING, 0)
/PHP-8.1/Zend/
H A Dzend_ini_parser.y283 %define api.prefix {ini_}
H A Dzend_ast.h301 ZEND_API zend_string *zend_ast_export(const char *prefix, zend_ast *ast, const char *suffix);
/PHP-8.1/docs/
H A Dunix-build-system.md92 Make sure to prefix *all* relative paths correctly with either `$(builddir)` or
H A Dself-contained-extensions.md117 For example, if you configured PHP with `--prefix=/php`, you would run
/PHP-8.1/ext/standard/
H A Dbasic_functions.stub.php144 function extract(array &$array, int $flags = EXTR_OVERWRITE, string $prefix = ""): int {} argument
636 function openlog(string $prefix, int $flags, int $facility): bool {} argument
1130 function tempnam(string $directory, string $prefix): string|false {} argument
1839 function uniqid(string $prefix = "", bool $more_entropy = false): string {} argument

Completed in 68 milliseconds

1...<<111213