Home
last modified time | relevance | path

Searched refs:code (Results 776 – 800 of 802) sorted by relevance

1...<<313233

/PHP-8.3/Zend/
H A Dzend_language_scanner.l661 zend_string *code, zend_arena **ast_arena, zend_string *filename) { in zend_compile_string_to_ast() argument
667 ZVAL_STR_COPY(&code_zv, code); in zend_compile_string_to_ast()
H A Dzend_API.c5092 zend_string *code = zend_string_concat3( in get_default_via_ast() local
5095 ast = zend_compile_string_to_ast(code, &ast_arena, ZSTR_EMPTY_ALLOC()); in get_default_via_ast()
5096 zend_string_release(code); in get_default_via_ast()
/PHP-8.3/ext/openssl/
H A Dxp_ssl.c674 #define RETURN_CERT_VERIFY_FAILURE(code) X509_STORE_CTX_set_error(x509_store_ctx, code); return 0; argument
/PHP-8.3/ext/mbstring/tests/
H A Dsjis_mobile_encodings.phpt206 * represented a different ku code */
H A Dmb_encode_mimeheader_indent.phpt9 * Source code: ext/mbstring/mbstring.c
/PHP-8.3/ext/fileinfo/
H A Dlibmagic.patch824 /* Compatibility with old code that looked in .mime */
846 /* Compatibility with old code that looked in .mime */
870 ubuf, ulen, code, type, text);
1772 - /* TODO add code to handle V7 MUX and Blit MUX files */
/PHP-8.3/
H A Dconfigure.ac250 AC_MSG_CHECKING([whether to force non-PIC code in shared modules])
839 [Enable GCOV code coverage - FOR DEVELOPERS ONLY!!])],
/PHP-8.3/ext/soap/tests/bugs/
H A Dbug37083.phpt2 Bug #37083 (Frequent crashs in SOAP extension with new WSDL caching code in multithread WS)
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg.c88 efree((char*) brake->code); in php_phpdbg_destroy_bp_condition()
/PHP-8.3/sapi/litespeed/
H A Dlsapilib.c4108 int LSAPI_ErrResponse_r( LSAPI_Request * pReq, int code, const char ** pRespHeaders, in LSAPI_ErrResponse_r() argument
4111 LSAPI_SetRespStatus_r( pReq, code ); in LSAPI_ErrResponse_r()
/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c13691 static int jit_compile(pcre2_code *code, sljit_u32 mode) in jit_compile() argument
13693 pcre2_real_code *re = (pcre2_real_code *)code; in jit_compile()
14382 pcre2_jit_compile(pcre2_code *code, uint32_t options) in pcre2_jit_compile() argument
14384 pcre2_real_code *re = (pcre2_real_code *)code; in pcre2_jit_compile()
14390 if (code == NULL) in pcre2_jit_compile()
14473 int result = jit_compile(code, options & ~excluded_options); in pcre2_jit_compile()
14481 int result = jit_compile(code, options & ~excluded_options); in pcre2_jit_compile()
14489 int result = jit_compile(code, options & ~excluded_options); in pcre2_jit_compile()
/PHP-8.3/build/
H A Dphp.m440 dnl PHP_RUN_ONCE(namespace, variable, code)
42 dnl Execute code, if variable is not set in namespace.
/PHP-8.3/ext/hash/sha3/generic64lc/
H A DKeccakP-1600-64.macros12 and related or neighboring rights to the source code in this file.
/PHP-8.3/ext/mbstring/tests/data/
H A DJISX0212.txt18 # for all uses. For more information on the mappings between various code
24 # Column #1 is the JIS X 0212 code (in hex as 0xXXXX)
29 # where XXXX is the code point. Including all these
H A DJISX0208.txt18 # for all uses. For more information on the mappings between various code
24 # Column #1 is the shift-JIS code (in hex)
25 # Column #2 is the JIS X 0208 code (in hex as 0xXXXX)
30 # where XXXX is the code point. Including all these
H A DSHIFTJIS.txt18 # for all uses. For more information on the mappings between various code
24 # Column #1 is the shift-JIS code (in hex)
29 # where XXXX is the code point. Including all these
H A DBIG5.txt18 # for all uses. For more information on the mappings between various code
61 # Column #1 is the BIG5 code (in hex as 0xXXXX)
66 # where XXXX is the code point. Including all these
H A DKSX1001.txt64 # To get EUC Korean(EUC-KR) code points, add 0x8080.
H A DCP932.txt13 # Column #1 is the cp932 code (in hex)
H A DCP950.txt13 # Column #1 is the cp950 code (in hex)
/PHP-8.3/docs/
H A Drelease-process.md3 A release manager's role includes making packaged source code from the canonical
/PHP-8.3/ext/date/lib/
H A Dparse_date.re2175 return format_map->code;
H A Dparse_date.c25025 return format_map->code; in timelib_lookup_format()
/PHP-8.3/ext/standard/tests/misc/
H A Duser_agents.txt1096 ; success; BB-code not working; message must go through moderation;
H A Dget_browser_variation3.phpt2205 Agent ; success; BB-code not working; message must go through moderation;

Completed in 326 milliseconds

1...<<313233