Home
last modified time | relevance | path

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

12345678

/PHP-5.6/
H A DREADME.SELF-CONTAINED-EXTENSIONS121 For example, if you configured PHP with --prefix=/php, you would run
H A DREADME.namespaces59 The special "empty" namespace (\ prefix) is useful as explicit global
H A Drun-tests.php1295 foreach (array( 'FILE', 'EXPECT', 'EXPECTF', 'EXPECTREGEX' ) as $prefix) {
1296 $key = $prefix . '_EXTERNAL';
1303 $section_text[$prefix] = file_get_contents($section_text[$key], FILE_BINARY);
H A Dacinclude.m42220 dnl Trust icu-config to know better what the install prefix is..
2221 icu_install_prefix=`$ICU_CONFIG --prefix 2> /dev/null`
2224 …AC_MSG_ERROR([Unable to detect ICU prefix or $ICU_CONFIG failed. Please verify ICU install prefix
2491 AC_MSG_ERROR([Please specify the install prefix of iconv with --with-iconv=<DIR>])
2774 elif test -f $prefix/include/php/ext/pdo/php_pdo_driver.h; then
2775 pdo_cv_inc_path=$prefix/include/php/ext
/PHP-5.6/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-5.6/Zend/
H A Dzend_compile.h524 void zend_do_build_full_name(znode *result, znode *prefix, znode *name, int is_class_member TSRMLS_…
650 void zend_do_build_namespace_name(znode *result, znode *prefix, znode *name TSRMLS_DC);
/PHP-5.6/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
H A Dreadfile_basic.phpt19 $file_prefix = "readfile_basic"; // temp files created with this prefix
/PHP-5.6/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_variation3.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
/PHP-5.6/ext/standard/
H A Dfile.c818 char *dir, *prefix; in PHP_FUNCTION() local
825 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "pp", &dir, &dir_len, &prefix, &prefix_len) =… in PHP_FUNCTION()
833 php_basename(prefix, prefix_len, NULL, 0, &p, &p_len TSRMLS_CC); in PHP_FUNCTION()
H A Dstring.c2852 HASH *prefix; /* array of hashes of prefixes by pattern suffix hash order */ member
3021 res->prefix = safe_emalloc(patnum, sizeof(*res->prefix), 0);
3023 res->prefix[i] = php_strtr_hash(S(&res->patterns[i].pat), Bp);
3061 efree(d->prefix);
3091 if (d->prefix[i] != prefix_h)
/PHP-5.6/ext/mbstring/
H A Dconfig.m4358 [ --with-onig[=DIR] MBSTRING: Use external oniguruma. DIR is the oniguruma install prefix.
/PHP-5.6/ext/fileinfo/libmagic/
H A Dcdf.c1101 cdf_dump_sat(const char *prefix, const cdf_sat_t *sat, size_t size) in cdf_dump_sat() argument
1107 SIZE_T_FORMAT "u: ", prefix, i, i * s); in cdf_dump_sat()
/PHP-5.6/ext/opcache/
H A DREADME177 to a new line. The filename may be a full path or just a file prefix
/PHP-5.6/ext/oci8/tests/
H A Ddbmsoutput.phpt48 function createoutput($c, $prefix)
52 oci_bind_by_name($s, ":bv2", $prefix);
/PHP-5.6/ext/xsl/
H A Dxsltprocessor.c278 curns->prefix = xmlStrdup((char *) node->children); in xsl_ext_function_php()
/PHP-5.6/sapi/fpm/
H A Dconfig.m4662 php_fpm_prefix=`eval echo $prefix`
/PHP-5.6/ext/mbstring/oniguruma/
H A DHISTORY328 2006/09/13: [spec] remove 'Is' prefix check for property name
586 2005/08/01: [dist] add mkdir $prefix, mkdir $exec_prefix to make install.
1133 2004/03/16: [spec] allow prefix 'Is' for \p{...} in ONIG_SYNTAX_PERL.
1264 2004/01/16: [spec] change prefix REG_ -> ONIG_, regex_ onig_,
1311 2003/12/15: [spec] rename function prefix regex_get_prev_char_head(),

Completed in 81 milliseconds

12345678