Home
last modified time | relevance | path

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

12345678

/PHP-5.4/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.4/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-5.4/ext/standard/
H A Dfile.c809 char *dir, *prefix; in PHP_FUNCTION() local
816 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "pp", &dir, &dir_len, &prefix, &prefix_len) =… in PHP_FUNCTION()
824 php_basename(prefix, prefix_len, NULL, 0, &p, &p_len TSRMLS_CC); in PHP_FUNCTION()
H A Dstring.c2832 HASH *prefix; /* array of hashes of prefixes by pattern suffix hash order */ member
3051 res->prefix = safe_emalloc(patnum, sizeof(*res->prefix), 0);
3053 res->prefix[i] = php_strtr_hash(S(&res->patterns[i].pat), Bp);
3091 efree(d->prefix);
3121 if (d->prefix[i] != prefix_h)
H A Dbasic_functions.c336 ZEND_ARG_INFO(0, prefix)
1089 ZEND_ARG_INFO(0, prefix)
1518 ZEND_ARG_INFO(0, prefix)
2573 ZEND_ARG_INFO(0, prefix)
/PHP-5.4/
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
H A DREADME.RELEASE_PROCESS210 g. if the windows builds aren't ready yet prefix the "windows" key with a dot (".windows")
H A Dphp.ini-development1557 ; A prefix used for the upload progress key in $_SESSION
1561 ; http://php.net/session.upload-progress.prefix
1562 ;session.upload_progress.prefix = "upload_progress_"
1564 ; The index name (concatenated with the prefix) in $_SESSION
H A Dphp.ini-production1557 ; A prefix used for the upload progress key in $_SESSION
1561 ; http://php.net/session.upload-progress.prefix
1562 ;session.upload_progress.prefix = "upload_progress_"
1564 ; The index name (concatenated with the prefix) in $_SESSION
/PHP-5.4/ext/mbstring/
H A Dconfig.m4358 [ --with-onig[=DIR] MBSTRING: Use external oniguruma. DIR is the oniguruma install prefix.
/PHP-5.4/ext/fileinfo/libmagic/
H A Dcdf.c1098 cdf_dump_sat(const char *prefix, const cdf_sat_t *sat, size_t size) in cdf_dump_sat() argument
1104 SIZE_T_FORMAT "u: ", prefix, i, i * s); in cdf_dump_sat()
/PHP-5.4/sapi/fpm/
H A Dconfig.m4604 php_fpm_prefix=`eval echo $prefix`
/PHP-5.4/ext/oci8/tests/
H A Ddbmsoutput.phpt48 function createoutput($c, $prefix)
52 oci_bind_by_name($s, ":bv2", $prefix);
/PHP-5.4/win32/build/
H A Dconfig.w32123 ARG_WITH('prefix', 'where PHP will be installed', '');
/PHP-5.4/ext/xsl/
H A Dxsltprocessor.c274 curns->prefix = xmlStrdup((char *) node->children); in xsl_ext_function_php()
/PHP-5.4/ext/xmlreader/
H A Dphp_xmlreader.c1202 ZEND_ARG_INFO(0, prefix)
/PHP-5.4/ext/mbstring/oniguruma/
H A DHISTORY362 2005/08/01: [dist] add mkdir $prefix, mkdir $exec_prefix to make install.
909 2004/03/16: [spec] allow prefix 'Is' for \p{...} in ONIG_SYNTAX_PERL.
1040 2004/01/16: [spec] change prefix REG_ -> ONIG_, regex_ onig_,
1087 2003/12/15: [spec] rename function prefix regex_get_prev_char_head(),

Completed in 99 milliseconds

12345678