Home
last modified time | relevance | path

Searched refs:prefix (Results 301 – 325 of 341) sorted by relevance

1...<<11121314

/PHP-8.3/ext/imap/
H A Dconfig.m4104 [Include IMAP support. DIR is the c-client install prefix])])
/PHP-8.3/ext/standard/tests/general_functions/
H A Dgettype_settype_variation8.phpt93 "-0x80001", // invalid numerics as its prefix with sign or have decimal points
H A Dgettype_settype_variation6.phpt93 "-0x80001", // invalid numerics as its prefix with sign or have decimal points
H A Dgettype_settype_variation5.phpt82 "-0x80001", // invalid numerics as its prefix with sign or have decimal points
H A Dgettype_settype_variation7.phpt93 "-0x80001", // invalid numerics as its prefix with sign or have decimal points
H A Dgettype_settype_variation2.phpt97 "-0x80001", // invalid numerics as its prefix with sign or have decimal points
H A Dgettype_settype_variation3.phpt91 "-0x80001", // invalid numerics as its prefix with sign or have decimal points
/PHP-8.3/.github/workflows/
H A Dpush.yml281 --prefix=/usr \
/PHP-8.3/build/
H A Dpkg.m4171 installed software in a non-standard prefix.
/PHP-8.3/ext/xsl/
H A Dxsltprocessor.c191 curns->prefix = xmlStrdup((xmlChar *)node->children); in xsl_ext_function_php()
/PHP-8.3/ext/date/lib/
H A Dparse_date.re2163 // No prefix required by default.
2228 * 1. No prefix has been specified yet in the format, so expect 1:1
2230 * 2. Sequential prefix characters indicating that the second
2231 * prefix is escaped. (e.g. "%%" is expecting literal "%")
2250 /* Fall through case is that the prefix has been found and the next
/PHP-8.3/ext/standard/tests/file/
H A Dtempnam_variation4-0.phpt20 $prefix = "tempnamVar4.";
26 $file_name = tempnam($dir_name, $prefix);
H A Dtempnam_variation4-1.phpt20 $prefix = "tempnamVar4.";
26 $file_name = tempnam($dir_name, $prefix);
H A Dreadfile_basic-win32.phpt16 $file_prefix = "readfile_basic"; // temp files created with this prefix
H A Dreadfile_basic.phpt16 $file_prefix = "readfile_basic"; // temp files created with this prefix
/PHP-8.3/ext/oci8/tests/
H A Ddbmsoutput.phpt51 function createoutput($c, $prefix)
55 oci_bind_by_name($s, ":bv2", $prefix);
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_x86.dasc295 |.macro _MEM_OP, mem_ins, prefix, addr, op2, tmp_reg
298 | mem_ins prefix [addr], op2
301 | mem_ins prefix [tmp_reg], op2
304 | mem_ins prefix [addr], op2
311 | mem_ins reg, prefix [addr]
314 | mem_ins reg, prefix [tmp_reg]
317 | mem_ins reg, prefix [addr]
321 |.macro MEM_LOAD, op1, prefix, addr, tmp_reg
322 | MEM_LOAD_OP mov, op1, prefix, addr, tmp_reg
335 | _MEM_OP_ZTS mov, prefix, struct, field, op2, tmp_reg
[all …]
/PHP-8.3/ext/fileinfo/libmagic/
H A Dcdf.c1348 cdf_dump_sat(const char *prefix, const cdf_sat_t *sat, size_t size) in cdf_dump_sat() argument
1354 SIZE_T_FORMAT "u: ", prefix, i, i * s); in cdf_dump_sat()
/PHP-8.3/win32/build/
H A Dconfig.w3255 ARG_WITH('prefix', 'where PHP will be installed', '');
/PHP-8.3/sapi/fpm/
H A Dconfig.m4669 php_fpm_prefix=`eval echo $prefix`
/PHP-8.3/ext/standard/
H A Dbasic_functions_arginfo.h164 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, prefix, IS_STRING, 0, "\"\"")
705 ZEND_ARG_TYPE_INFO(0, prefix, IS_STRING, 0)
1303 ZEND_ARG_TYPE_INFO(0, prefix, IS_STRING, 0)
2083 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, prefix, IS_STRING, 0, "\"\"")
/PHP-8.3/ext/libxml/
H A Dlibxml.c128 doc->oldNs->prefix = xmlStrdup((const xmlChar *)"xml"); in php_libxml_set_old_ns_list()
/PHP-8.3/
H A Dphp.ini-production1564 ; A prefix used for the upload progress key in $_SESSION
1568 ; https://php.net/session.upload-progress.prefix
1569 ;session.upload_progress.prefix = "upload_progress_"
1571 ; The index name (concatenated with the prefix) in $_SESSION
1834 ; to a new line. The filename may be a full path or just a file prefix
H A Dphp.ini-development1562 ; A prefix used for the upload progress key in $_SESSION
1566 ; https://php.net/session.upload-progress.prefix
1567 ;session.upload_progress.prefix = "upload_progress_"
1569 ; The index name (concatenated with the prefix) in $_SESSION
1832 ; to a new line. The filename may be a full path or just a file prefix
/PHP-8.3/ext/dom/
H A Dphp_dom_arginfo.h95 ZEND_ARG_TYPE_INFO(0, prefix, IS_STRING, 1)
529 ZEND_ARG_TYPE_INFO(0, prefix, IS_STRING, 0)

Completed in 139 milliseconds

1...<<11121314