Home
last modified time | relevance | path

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

1...<<11121314

/PHP-8.3/sapi/fpm/tests/
H A Dlogtool.inc220 * @param bool $decorated Whether the output is decorated with prefix and suffix.
/PHP-8.3/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.3/Zend/
H A Dzend_ast.c2559 ZEND_API ZEND_COLD zend_string *zend_ast_export(const char *prefix, zend_ast *ast, const char *suff… in zend_ast_export() argument
2563 smart_str_appends(&str, prefix); in zend_ast_export()
H A Dzend_language_parser.y45 %define api.prefix {zend}
H A Dzend_compile.c8031 zend_string *prefix = ZSTR_KNOWN(ZEND_STR_CLASS); in zend_generate_anon_class_name() local
8033 prefix = zend_resolve_const_class_name_reference(decl->child[0], "class name"); in zend_generate_anon_class_name()
8036 prefix = zend_resolve_const_class_name_reference(list->child[0], "interface name"); in zend_generate_anon_class_name()
8040 ZSTR_VAL(prefix), '\0', ZSTR_VAL(filename), start_lineno, CG(rtd_key_counter)++); in zend_generate_anon_class_name()
8041 zend_string_release(prefix); in zend_generate_anon_class_name()
/PHP-8.3/
H A DNEWS972 . Fix various namespace prefix conflict resolution bugs. (nielsdos)
973 . Fix calling createAttributeNS() without prefix causing the default
H A DREADME.REDIST.BINS182 This implementation is mostly compatible with OpenBSD's bcrypt.c (prefix
/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_common.c1219 #define ENCODE_PREFIX(prefix) \ argument
1224 *inst = U8(prefix); \
/PHP-8.3/build/
H A Dlibtool.m4230 # Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
1488 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
1493 # MinGW DLLs use traditional 'lib' prefix
1509 # pw32 DLLs use 'pw' prefix rather than 'lib'
4280 # Do we need the lib prefix for modules?
4313 # Format of library name prefix.
4621 # Try without a prefix undercore, then with it.
H A Dgen_stub.php85 foreach ($prefixes as $prefix) {
86 $depFile = $prefix . $dependency;
H A Dltmain.sh1558 -inst-prefix-dir)
H A Dphp.m41985 AC_MSG_ERROR([Please specify the install prefix of iconv with --with-iconv=<DIR>])
/PHP-8.3/ext/ffi/
H A Dffi.c1732 static zend_string *zend_ffi_get_class_name(zend_string *prefix, const zend_ffi_type *type) /* {{{ … in zend_ffi_get_class_name() argument
1738 return zend_string_copy(prefix); in zend_ffi_get_class_name()
1741 ZSTR_VAL(prefix), ZSTR_LEN(prefix), ":", 1, buf.start, buf.end - buf.start); in zend_ffi_get_class_name()
/PHP-8.3/ext/soap/
H A Dsoap.c3498 xmlChar *code = xmlBuildQName(BAD_CAST(ZSTR_VAL(str)), nsptr->prefix, NULL, 0);
3525 xmlChar *code = xmlBuildQName(BAD_CAST(ZSTR_VAL(str)), nsptr->prefix, NULL, 0);
/PHP-8.3/ext/fileinfo/tests/
H A Dmagic2809 # prefix[155]
2810 >>345 string >\0 \b, prefix %-.155s
H A Dmagic私はガラスを食べられます2809 # prefix[155]
2810 >>345 string >\0 \b, prefix %-.155s

Completed in 352 milliseconds

1...<<11121314