Searched defs:prefix (Results 26 – 43 of 43) sorted by relevance
12
/PHP-8.3/sapi/fpm/fpm/ |
H A D | fpm_conf.h | 56 char *prefix; member
|
H A D | fpm_conf.c | 783 char *prefix = NULL; in fpm_evaluate_full_path() local
|
H A D | zlog.c | 273 const char *prefix, const char *msg) /* {{{ */ in zlog_msg_ex()
|
/PHP-8.3/ext/opcache/jit/libudis86/ |
H A D | decode.h | 179 uint32_t prefix; member
|
/PHP-8.3/ext/xml/ |
H A D | xml.c | 932 void _xml_startNamespaceDeclHandler(void *userData,const XML_Char *prefix, const XML_Char *uri) in _xml_startNamespaceDeclHandler() 951 void _xml_endNamespaceDeclHandler(void *userData, const XML_Char *prefix) in _xml_endNamespaceDeclHandler()
|
/PHP-8.3/ext/spl/ |
H A D | spl_iterators.c | 95 zend_string *prefix[6]; member 1107 zend_string *prefix; in PHP_METHOD() local 1225 zend_string *prefix = spl_recursive_tree_iterator_get_prefix(object); in PHP_METHOD() local 1264 zend_string *prefix = spl_recursive_tree_iterator_get_prefix(object); in PHP_METHOD() local
|
/PHP-8.3/ext/soap/ |
H A D | php_encoding.c | 293 smart_str prefix = {0}; in soap_check_zval_ref() local 3443 xmlChar* prefix; in encode_add_ns() local 3448 smart_str prefix = {0}; in encode_add_ns() local
|
/PHP-8.3/Zend/ |
H A D | zend_vm_gen.php | 167 $prefix = array( variable
|
H A D | zend_exceptions.c | 982 zend_string *prefix = zend_vstrpprintf(0, format, va); in zend_exception_uncaught_error() local
|
H A D | zend_ast.c | 2559 ZEND_API ZEND_COLD zend_string *zend_ast_export(const char *prefix, zend_ast *ast, const char *suff… in zend_ast_export()
|
H A D | zend_compile.c | 8032 zend_string *prefix = ZSTR_KNOWN(ZEND_STR_CLASS); in zend_generate_anon_class_name() local
|
/PHP-8.3/ext/dom/ |
H A D | document.c | 843 char *localname = NULL, *prefix = NULL; in PHP_METHOD() local 903 char *localname = NULL, *prefix = NULL; in PHP_METHOD() local
|
/PHP-8.3/ext/fileinfo/libmagic/ |
H A D | cdf.c | 1348 cdf_dump_sat(const char *prefix, const cdf_sat_t *sat, size_t size) in cdf_dump_sat()
|
/PHP-8.3/ext/standard/ |
H A D | file.c | 695 char *dir, *prefix; in PHP_FUNCTION() local
|
H A D | basic_functions.stub.php | 1636 function extract(array &$array, int $flags = EXTR_OVERWRITE, string $prefix = ""): int {}
|
/PHP-8.3/ext/session/ |
H A D | session.c | 2373 zend_string *prefix = NULL, *new_id; in PHP_FUNCTION() local
|
/PHP-8.3/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeX86_common.c | 1219 #define ENCODE_PREFIX(prefix) \ argument
|
/PHP-8.3/ext/ffi/ |
H A D | ffi.c | 1732 static zend_string *zend_ffi_get_class_name(zend_string *prefix, const zend_ffi_type *type) /* {{{ … in zend_ffi_get_class_name()
|
Completed in 233 milliseconds
12