Home
last modified time | relevance | path

Searched refs:prefix (Results 276 – 293 of 293) sorted by relevance

1...<<1112

/PHP-8.0/ext/standard/tests/file/
H A Dreadfile_basic.phpt16 $file_prefix = "readfile_basic"; // temp files created with this prefix
/PHP-8.0/sapi/fpm/tests/
H A Dlogtool.inc206 * @param bool $decorated Whether the output is decorated with prefix and suffix.
/PHP-8.0/
H A DNEWS448 . Fixed bug GH-7972 (MariaDB version prefix 5.5.5- is not stripped). (Kamil Tekiela)
1074 . Fixed bug #80560 (Strings containing only a base prefix return 0 object).
1557 . Implemented FR #79344 (xmlwriter_write_attribute_ns: $prefix should be
H A DREADME.REDIST.BINS180 This implementation is mostly compatible with OpenBSD's bcrypt.c (prefix
H A DUPGRADING850 treated as arbitrary string prefix (for consistency with the add_path
/PHP-8.0/Zend/
H A Dzend_ast.c2243 ZEND_API ZEND_COLD zend_string *zend_ast_export(const char *prefix, zend_ast *ast, const char *suff… in zend_ast_export() argument
2247 smart_str_appends(&str, prefix); in zend_ast_export()
H A Dzend_language_parser.y45 %define api.prefix {zend}
H A Dzend_compile.c7308 zend_string *prefix = ZSTR_KNOWN(ZEND_STR_CLASS); in zend_generate_anon_class_name() local
7310 prefix = zend_resolve_const_class_name_reference(decl->child[0], "class name"); in zend_generate_anon_class_name()
7313 prefix = zend_resolve_const_class_name_reference(list->child[0], "interface name"); in zend_generate_anon_class_name()
7317 ZSTR_VAL(prefix), '\0', ZSTR_VAL(filename), start_lineno, CG(rtd_key_counter)++); in zend_generate_anon_class_name()
7318 zend_string_release(prefix); in zend_generate_anon_class_name()
/PHP-8.0/ext/standard/tests/general_functions/
H A Dgettype_settype_variation4.phpt100 "-0x80001", // invalid numerics as its prefix with sign or have decimal points
/PHP-8.0/.github/workflows/
H A Dnightly.yml484 --prefix=/usr \
/PHP-8.0/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_common.c1085 #define ENCODE_PREFIX(prefix) \ argument
1090 *inst = (prefix); \
/PHP-8.0/build/
H A Dlibtool.m4230 # Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
1478 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
1483 # MinGW DLLs use traditional 'lib' prefix
1499 # pw32 DLLs use 'pw' prefix rather than 'lib'
4272 # Do we need the lib prefix for modules?
4305 # Format of library name prefix.
4613 # Try without a prefix undercore, then with it.
H A Dltmain.sh1558 -inst-prefix-dir)
H A Dphp.m41959 AC_MSG_ERROR([Please specify the install prefix of iconv with --with-iconv=<DIR>])
/PHP-8.0/ext/ffi/
H A Dffi.c1661 static zend_string *zend_ffi_get_class_name(zend_string *prefix, const zend_ffi_type *type) /* {{{ … in zend_ffi_get_class_name() argument
1667 return zend_string_copy(prefix); in zend_ffi_get_class_name()
1670 ZSTR_VAL(prefix), ZSTR_LEN(prefix), ":", 1, buf.start, buf.end - buf.start); in zend_ffi_get_class_name()
/PHP-8.0/ext/soap/
H A Dsoap.c3666 xmlChar *code = xmlBuildQName(BAD_CAST(ZSTR_VAL(str)), nsptr->prefix, NULL, 0);
3691 xmlChar *code = xmlBuildQName(BAD_CAST(ZSTR_VAL(str)), nsptr->prefix, NULL, 0);
/PHP-8.0/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます2483 # prefix[155]
2484 >>345 string >\0 \b, prefix %-.155s
H A Dmagic2483 # prefix[155]
2484 >>345 string >\0 \b, prefix %-.155s

Completed in 245 milliseconds

1...<<1112