Home
last modified time | relevance | path

Searched refs:prefix (Results 276 – 300 of 341) sorted by relevance

1...<<11121314

/PHP-8.3/win32/build/
H A Dconfutils.js2261 var prefix;
2263 prefix = PHP_PREFIX.replace(new RegExp("\\\\", "g"), "\\\\");
2273 indata = indata.replace(new RegExp("@PREFIX@", "g"), prefix);
2337 prefix = get_define("PHP_PREFIX");
2338 prefix = prefix.replace(new RegExp("/", "g"), "\\");
2339 prefix = prefix.replace(new RegExp("\\\\", "g"), "\\\\");
2340 MF.WriteLine("var PHP_PREFIX=" + '"' + prefix + '"');
/PHP-8.3/.circleci/
H A Dconfig.yml95 --prefix=/usr \
/PHP-8.3/ext/standard/tests/file/
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.3/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.3/ext/json/
H A Djson_parser.y44 %define api.prefix {php_json_yy}
/PHP-8.3/ext/gmp/tests/
H A Dbug80560.phpt2 Bug #80560: Strings containing only a base prefix return 0 object
/PHP-8.3/ext/phar/
H A Dtar.c282 …if (((!old && hdr->prefix[0] == 0) || old) && zend_strnlen(hdr->name, 100) == sizeof(".phar/signat… in phar_parse_tarfile()
417 } else if (!last_was_longlink && !old && hdr->prefix[0] != 0) { in phar_parse_tarfile()
422 name[i] = hdr->prefix[i]; in phar_parse_tarfile()
749 memcpy(header.prefix, entry->filename, boundary - entry->filename); in phar_tar_writeheaders_int()
/PHP-8.3/ext/xml/
H A Dxml.c932 void _xml_startNamespaceDeclHandler(void *userData,const XML_Char *prefix, const XML_Char *uri) in _xml_startNamespaceDeclHandler() argument
943 _xml_xmlchar_zval(prefix, 0, parser->target_encoding, &args[1]); in _xml_startNamespaceDeclHandler()
951 void _xml_endNamespaceDeclHandler(void *userData, const XML_Char *prefix) in _xml_endNamespaceDeclHandler() argument
962 _xml_xmlchar_zval(prefix, 0, parser->target_encoding, &args[1]); in _xml_endNamespaceDeclHandler()
/PHP-8.3/ext/session/
H A Dsession_arginfo.h21 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, prefix, IS_STRING, 0, "\"\"")
H A Dsession.c2363 zend_string *prefix = NULL, *new_id; in PHP_FUNCTION() local
2366 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|S", &prefix) == FAILURE) { in PHP_FUNCTION()
2370 if (prefix && ZSTR_LEN(prefix)) { in PHP_FUNCTION()
2371 if (php_session_valid_key(ZSTR_VAL(prefix)) == FAILURE) { in PHP_FUNCTION()
2376 smart_str_append(&id, prefix); in PHP_FUNCTION()
/PHP-8.3/
H A Dconfigure.ac1125 o foobar package install prefix is /usr/local/foobar/
1399 test "$prefix" = "NONE" && prefix=/usr/local
1400 test "$exec_prefix" = "NONE" && exec_prefix='${prefix}'
1410 '${prefix}/share')
1458 datarootdir=$prefix/share
1461 datarootdir=$prefix/php
1547 PHP_SUBST(prefix)
H A DREADME.md94 Depending on your permissions and prefix, `make install` may need super user
H A DUPGRADING59 . createAttributeNS() without specifying a prefix would incorrectly create
63 when the prefix was already used for a different uri. It now correctly
64 chooses a different prefix when there's a prefix name conflict.
H A DUPGRADING.INTERNALS67 * The prefix of the PHP_HRTIME_ macros was changed to ZEND_HRTIME_
/PHP-8.3/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.3/Zend/
H A Dzend_ini_parser.y330 %define api.prefix {ini_}
H A Dzend_ast.h306 ZEND_API zend_string *zend_ast_export(const char *prefix, zend_ast *ast, const char *suffix);
H A Dzend_exceptions.c976 zend_string *prefix = zend_vstrpprintf(0, format, va); in zend_exception_uncaught_error() local
986 "%s: Uncaught %s", ZSTR_VAL(prefix), ZSTR_VAL(exception_str)); in zend_exception_uncaught_error()
/PHP-8.3/ext/standard/
H A Dbasic_functions.stub.php1636 function extract(array &$array, int $flags = EXTR_OVERWRITE, string $prefix = ""): int {} argument
2203 function openlog(string $prefix, int $flags, int $facility): true {}
2805 function tempnam(string $directory, string $prefix): string|false {}
3632 function uniqid(string $prefix = "", bool $more_entropy = false): string {}
H A Dfile.c695 char *dir, *prefix; in PHP_FUNCTION() local
703 Z_PARAM_PATH(prefix, prefix_len) in PHP_FUNCTION()
706 p = php_basename(prefix, prefix_len, NULL, 0); in PHP_FUNCTION()
/PHP-8.3/ext/xmlreader/
H A Dphp_xmlreader_arginfo.h28 ZEND_ARG_TYPE_INFO(0, prefix, IS_STRING, 0)
/PHP-8.3/ext/standard/tests/general_functions/
H A Dgettype_settype_variation1.phpt93 "-0x80001", // invalid numerics as its prefix with sign or have decimal points

Completed in 86 milliseconds

1...<<11121314