Home
last modified time | relevance | path

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

1...<<1112

/PHP-7.2/ext/standard/tests/file/
H A Drename_variation13-win32.phpt33 /* prefix with path separator of a non existing directory*/
H A Dtempnam_variation4-0.phpt20 /* Prototype: string tempnam ( string $dir, string $prefix );
32 $prefix = "tempnamVar4.";
38 $file_name = tempnam($dir_name, $prefix);
H A Dtempnam_variation4-1.phpt20 /* Prototype: string tempnam ( string $dir, string $prefix );
32 $prefix = "tempnamVar4.";
38 $file_name = tempnam($dir_name, $prefix);
/PHP-7.2/
H A DREADME.SELF-CONTAINED-EXTENSIONS121 For example, if you configured PHP with --prefix=/php, you would run
H A Drun-tests.php1372 foreach (array( 'FILE', 'EXPECT', 'EXPECTF', 'EXPECTREGEX' ) as $prefix) {
1373 $key = $prefix . '_EXTERNAL';
1380 $section_text[$prefix] = file_get_contents($section_text[$key], FILE_BINARY);
H A Dacinclude.m42245 dnl Trust icu-config to know better what the install prefix is..
2246 icu_install_prefix=`$ICU_CONFIG --prefix 2> /dev/null`
2249 …AC_MSG_ERROR([Unable to detect ICU prefix or $ICU_CONFIG failed. Please verify ICU install prefix
2520 AC_MSG_ERROR([Please specify the install prefix of iconv with --with-iconv=<DIR>])
H A Dphp.ini-development1543 ; A prefix used for the upload progress key in $_SESSION
1547 ; http://php.net/session.upload-progress.prefix
1548 ;session.upload_progress.prefix = "upload_progress_"
1550 ; The index name (concatenated with the prefix) in $_SESSION
1833 ; to a new line. The filename may be a full path or just a file prefix
H A Dphp.ini-production1545 ; A prefix used for the upload progress key in $_SESSION
1549 ; http://php.net/session.upload-progress.prefix
1550 ;session.upload_progress.prefix = "upload_progress_"
1552 ; The index name (concatenated with the prefix) in $_SESSION
1835 ; to a new line. The filename may be a full path or just a file prefix
/PHP-7.2/ext/pcre/pcrelib/
H A DREADME103 <prefix>/share/doc/pcre, where <prefix> is the installation prefix
108 doc/html and installed in <prefix>/share/doc/pcre/html.
179 CFLAGS='-O2 -Wall' ./configure --prefix=/opt/local
461 <prefix> that is set when "configure" is run):
541 <prefix>/lib/pkgconfig.
564 ./configure --prefix=/usr/gnu --disable-shared
/PHP-7.2/ext/standard/tests/general_functions/
H A Dgettype_settype_variation1.phpt104 "-0x80001", // invalid numerics as its prefix with sign or have decimal points
H A Dgettype_settype_variation6.phpt104 "-0x80001", // invalid numerics as its prefix with sign or have decimal points
H A Dgettype_settype_variation8.phpt104 "-0x80001", // invalid numerics as its prefix with sign or have decimal points
H A Dgettype_settype_variation7.phpt104 "-0x80001", // invalid numerics as its prefix with sign or have decimal points
H A Dgettype_settype_variation5.phpt104 "-0x80001", // invalid numerics as its prefix with sign or have decimal points
H A Dgettype_settype_variation2.phpt107 "-0x80001", // invalid numerics as its prefix with sign or have decimal points
H A Dgettype_settype_variation3.phpt104 "-0x80001", // invalid numerics as its prefix with sign or have decimal points
/PHP-7.2/ext/standard/
H A Dfile.c818 char *dir, *prefix; in PHP_FUNCTION() local
826 Z_PARAM_PATH(prefix, prefix_len) in PHP_FUNCTION()
833 p = php_basename(prefix, prefix_len, NULL, 0); in PHP_FUNCTION()
/PHP-7.2/ext/mbstring/
H A Dconfig.m4367 [ --with-onig[=DIR] MBSTRING: Use external oniguruma. DIR is the oniguruma install prefix.
/PHP-7.2/ext/opcache/
H A DREADME172 to a new line. The filename may be a full path or just a file prefix
/PHP-7.2/win32/build/
H A Dconfig.w3251 ARG_WITH('prefix', 'where PHP will be installed', '');
/PHP-7.2/ext/xsl/
H A Dxsltprocessor.c268 curns->prefix = xmlStrdup((xmlChar *)node->children); in xsl_ext_function_php()
/PHP-7.2/Zend/
H A Dzend_ast.c1727 ZEND_API zend_string *zend_ast_export(const char *prefix, zend_ast *ast, const char *suffix) in zend_ast_export() argument
1731 smart_str_appends(&str, prefix); in zend_ast_export()
/PHP-7.2/ext/oci8/tests/
H A Ddbmsoutput.phpt48 function createoutput($c, $prefix)
52 oci_bind_by_name($s, ":bv2", $prefix);
/PHP-7.2/ext/fileinfo/libmagic/
H A Dcdf.c1338 cdf_dump_sat(const char *prefix, const cdf_sat_t *sat, size_t size) in cdf_dump_sat() argument
1344 SIZE_T_FORMAT "u: ", prefix, i, i * s); in cdf_dump_sat()
/PHP-7.2/sapi/fpm/
H A Dconfig.m4667 php_fpm_prefix=`eval echo $prefix`

Completed in 89 milliseconds

1...<<1112