Home
last modified time | relevance | path

Searched refs:prefix (Results 151 – 175 of 191) sorted by relevance

12345678

/PHP-7.0/ext/pdo_oci/
H A Dconfig.m460 Use --with-pdo-oci=instantclient,prefix,version
/PHP-7.0/
H A DREADME.namespaces59 The special "empty" namespace (\ prefix) is useful as explicit global
H A Drun-tests.php1344 foreach (array( 'FILE', 'EXPECT', 'EXPECTF', 'EXPECTREGEX' ) as $prefix) {
1345 $key = $prefix . '_EXTERNAL';
1352 $section_text[$prefix] = file_get_contents($section_text[$key], FILE_BINARY);
H A Dacinclude.m42224 dnl Trust icu-config to know better what the install prefix is..
2225 icu_install_prefix=`$ICU_CONFIG --prefix 2> /dev/null`
2228 …AC_MSG_ERROR([Unable to detect ICU prefix or $ICU_CONFIG failed. Please verify ICU install prefix
2495 AC_MSG_ERROR([Please specify the install prefix of iconv with --with-iconv=<DIR>])
H A Dphp.ini-development1519 ; A prefix used for the upload progress key in $_SESSION
1523 ; http://php.net/session.upload-progress.prefix
1524 ;session.upload_progress.prefix = "upload_progress_"
1526 ; The index name (concatenated with the prefix) in $_SESSION
1824 ; to a new line. The filename may be a full path or just a file prefix
H A Dphp.ini-production1519 ; A prefix used for the upload progress key in $_SESSION
1523 ; http://php.net/session.upload-progress.prefix
1524 ;session.upload_progress.prefix = "upload_progress_"
1526 ; The index name (concatenated with the prefix) in $_SESSION
1824 ; to a new line. The filename may be a full path or just a file prefix
/PHP-7.0/ext/standard/tests/file/
H A Dtempnam_variation4.phpt20 /* Prototype: string tempnam ( string $dir, string $prefix );
32 $prefix = "tempnamVar4.";
41 $file_name = tempnam($dir_name, $prefix);
H A Dreadfile_basic-win32.phpt19 $file_prefix = "readfile_basic"; // temp files created with this prefix
/PHP-7.0/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.0/win32/build/
H A Dconfig.w3251 ARG_WITH('prefix', 'where PHP will be installed', '');
/PHP-7.0/ext/standard/
H A Dfile.c804 char *dir, *prefix; in PHP_FUNCTION() local
810 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "pp", &dir, &dir_len, &prefix, &prefix_len) == FAILURE)… in PHP_FUNCTION()
818 p = php_basename(prefix, prefix_len, NULL, 0); in PHP_FUNCTION()
/PHP-7.0/ext/mbstring/
H A Dconfig.m4358 [ --with-onig[=DIR] MBSTRING: Use external oniguruma. DIR is the oniguruma install prefix.
/PHP-7.0/ext/opcache/
H A DREADME172 to a new line. The filename may be a full path or just a file prefix
/PHP-7.0/ext/xsl/
H A Dxsltprocessor.c269 curns->prefix = xmlStrdup((char *)node->children); in xsl_ext_function_php()
/PHP-7.0/ext/oci8/tests/
H A Ddbmsoutput.phpt48 function createoutput($c, $prefix)
52 oci_bind_by_name($s, ":bv2", $prefix);
/PHP-7.0/ext/fileinfo/libmagic/
H A Dcdf.c1214 cdf_dump_sat(const char *prefix, const cdf_sat_t *sat, size_t size) in cdf_dump_sat() argument
1220 SIZE_T_FORMAT "u: ", prefix, i, i * s); in cdf_dump_sat()
/PHP-7.0/Zend/
H A Dzend_ast.c1720 ZEND_API zend_string *zend_ast_export(const char *prefix, zend_ast *ast, const char *suffix) in zend_ast_export() argument
1724 smart_str_appends(&str, prefix); in zend_ast_export()
/PHP-7.0/sapi/fpm/
H A Dconfig.m4662 php_fpm_prefix=`eval echo $prefix`
/PHP-7.0/ext/mbstring/oniguruma/
H A DHISTORY333 2006/09/13: [spec] remove 'Is' prefix check for property name
591 2005/08/01: [dist] add mkdir $prefix, mkdir $exec_prefix to make install.
1138 2004/03/16: [spec] allow prefix 'Is' for \p{...} in ONIG_SYNTAX_PERL.
1269 2004/01/16: [spec] change prefix REG_ -> ONIG_, regex_ onig_,
1316 2003/12/15: [spec] rename function prefix regex_get_prev_char_head(),

Completed in 103 milliseconds

12345678