Home
last modified time | relevance | path

Searched refs:prefix (Results 226 – 250 of 270) sorted by relevance

1234567891011

/PHP-7.4/ext/xml/
H A Dxml.c1078 void _xml_startNamespaceDeclHandler(void *userData,const XML_Char *prefix, const XML_Char *uri) in _xml_startNamespaceDeclHandler() argument
1086 _xml_xmlchar_zval(prefix, 0, parser->target_encoding, &args[1]); in _xml_startNamespaceDeclHandler()
1095 void _xml_endNamespaceDeclHandler(void *userData, const XML_Char *prefix) in _xml_endNamespaceDeclHandler() argument
1103 _xml_xmlchar_zval(prefix, 0, parser->target_encoding, &args[1]); in _xml_endNamespaceDeclHandler()
/PHP-7.4/ext/session/
H A Dsession.c2273 zend_string *prefix = NULL, *new_id; in PHP_FUNCTION() local
2276 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|S", &prefix) == FAILURE) { in PHP_FUNCTION()
2280 if (prefix && ZSTR_LEN(prefix)) { in PHP_FUNCTION()
2281 if (php_session_valid_key(ZSTR_VAL(prefix)) == FAILURE) { in PHP_FUNCTION()
2286 smart_str_append(&id, prefix); in PHP_FUNCTION()
2692 ZEND_ARG_INFO(0, prefix)
/PHP-7.4/Zend/
H A Dzend_ast.h276 ZEND_API zend_string *zend_ast_export(const char *prefix, zend_ast *ast, const char *suffix);
/PHP-7.4/
H A DREADME.md82 Depending on your permissions and prefix, `make install` may need super user
H A Drun-tests.php1876 foreach (array('FILE', 'EXPECT', 'EXPECTF', 'EXPECTREGEX') as $prefix) {
1877 $key = $prefix . '_EXTERNAL';
1884 … $section_text[$prefix] = file_get_contents($section_text[$key], FILE_BINARY);
/PHP-7.4/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-7.4/ext/standard/tests/file/
H A Drename_variation13-win32.phpt35 /* prefix with path separator of a non existing directory*/
H A Dtempnam_variation4-1.phpt12 /* Prototype: string tempnam ( string $dir, string $prefix );
24 $prefix = "tempnamVar4.";
30 $file_name = tempnam($dir_name, $prefix);
H A Dtempnam_variation4-0.phpt12 /* Prototype: string tempnam ( string $dir, string $prefix );
24 $prefix = "tempnamVar4.";
30 $file_name = tempnam($dir_name, $prefix);
/PHP-7.4/ext/imap/
H A Dconfig.m492 [Include IMAP support. DIR is the c-client install prefix])])
/PHP-7.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.phpt108 "-0x80001", // invalid numerics as its prefix with sign or have decimal points
/PHP-7.4/ext/standard/
H A Dfile.c819 char *dir, *prefix; in PHP_FUNCTION() local
827 Z_PARAM_PATH(prefix, prefix_len) in PHP_FUNCTION()
830 p = php_basename(prefix, prefix_len, NULL, 0); in PHP_FUNCTION()
/PHP-7.4/build/
H A Dpkg.m4171 installed software in a non-standard prefix.
/PHP-7.4/ext/date/lib/
H A Dparse_date.re1991 // No prefix required by default.
2056 * 1. No prefix has been specified yet in the format, so expect 1:1
2058 * 2. Sequential prefix characters indicating that the second
2059 * prefix is escaped. (e.g. "%%" is expecting literal "%")
2078 /* Fall through case is that the prefix has been found and the next
/PHP-7.4/ext/xsl/
H A Dxsltprocessor.c269 curns->prefix = xmlStrdup((xmlChar *)node->children); in xsl_ext_function_php()
/PHP-7.4/win32/build/
H A Dconfig.w3253 ARG_WITH('prefix', 'where PHP will be installed', '');
/PHP-7.4/ext/oci8/tests/
H A Ddbmsoutput.phpt48 function createoutput($c, $prefix)
52 oci_bind_by_name($s, ":bv2", $prefix);
/PHP-7.4/ext/fileinfo/libmagic/
H A Dcdf.c1323 cdf_dump_sat(const char *prefix, const cdf_sat_t *sat, size_t size) in cdf_dump_sat() argument
1329 SIZE_T_FORMAT "u: ", prefix, i, i * s); in cdf_dump_sat()
/PHP-7.4/sapi/fpm/
H A Dconfig.m4604 php_fpm_prefix=`eval echo $prefix`

Completed in 138 milliseconds

1234567891011