Home
last modified time | relevance | path

Searched refs:code (Results 1 – 25 of 789) sorted by last modified time

12345678910>>...32

/php-src/
H A DUPGRADING141 is a child class of RuntimeException, code that uses RuntimeException
H A Dconfigure.ac241 AC_MSG_CHECKING([whether to force non-PIC code in shared modules])
802 [Enable GCOV code coverage - FOR DEVELOPERS ONLY!!])],
/php-src/ext/opcache/jit/ir/
H A Dir_x86.dasc5139 |.code
5154 |.code
5171 |.code
5186 |.code
6204 |.code
8358 |.code
9243 |.code
10703 |.code
10885 |.code
10930 IR_ASSERT(code[0] == 0xff && code[1] == 0x25);
[all …]
H A Dir_aarch64.dasc1109 /* code generation */
4582 |.code
5225 uint32_t code;
5235 | .long code
5241 | .long code
6221 |.code
6517 |.code
6562 code[0] = (code[0] & 0xffe0001f) | (uint32_t)((uint64_t)(addr) & 0xffff) << 5;
6563 code[1] = (code[1] & 0xffe0001f) | (uint32_t)(((uint64_t)(addr) >> 16) & 0xffff) << 5;
6564 code[2] = (code[2] & 0xffe0001f) | (uint32_t)(((uint64_t)(addr) >> 32) & 0xffff) << 5;
[all …]
H A Dir.h886 int ir_patch(const void *code, size_t size, uint32_t jmp_table_size, const void *from_addr, const v…
/php-src/build/
H A Dlibtool.m4247 # the simple compiler test code.
261 # the simple link test code.
1462 # libtool to hard-code these into programs
2757 # save warnings/boilerplate of simple test code
2868 # save warnings/boilerplate of simple test code
3828 dnl because it contains code intended for an executable,
4755 # All AIX code is PIC.
4813 # All AIX code is PIC.
5042 # All AIX code is PIC.
5189 # All Alpha code is PIC.
[all …]
H A Dphp.m440 dnl PHP_RUN_ONCE(namespace, variable, code)
42 dnl Execute code, if variable is not set in namespace.
/php-src/sapi/cli/tests/
H A D017.phpt20 foreach ($codes as $key => $code) {
23 fwrite($pipes[0], $code);
127 Parse error: Unmatched ')' in php shell code on line 1
/php-src/ext/readline/
H A Dreadline_cli.c183 char *code; in cli_get_prompt() local
193 efree(code); in cli_get_prompt()
227 switch(code[i]) { in cli_is_valid_code()
294 if (i + 2 < len && code[i+1] == '<' && code[i+2] == '<') { in cli_is_valid_code()
307 if (code[i] == '\\') { in cli_is_valid_code()
336 if (code[i-1] == '*' && code[i] == '/') { in cli_is_valid_code()
342 switch(code[i]) { in cli_is_valid_code()
676 code = erealloc(code, size); in readline_shell_run()
680 code[pos] = '\n'; in readline_shell_run()
681 code[++pos] = '\0'; in readline_shell_run()
[all …]
/php-src/Zend/tests/
H A Dgh7771_3.phpt15 Fatal error: Constant expression contains invalid operations in %sgh7771_3.php(7) : eval()'d code o…
H A Ddeprecation_to_exception_during_inheritance.phpt10 set_error_handler(function($code, $message) {
H A Dbug61767.phpt5 set_error_handler(function($code, $msg, $file = null, $line = null) {
7 throw new \ErrorException($msg, $code, 0, $file, $line);
H A Dbug72101.phpt2 Bug #72101 (crash on complex code)
H A Dbug31102.phpt50 thrown in %sbug31102.php(%d) : eval()'d code on line 1
/php-src/docs/
H A Drelease-process.md3 A release manager's role includes making packaged source code from the canonical
/php-src/ext/opcache/
H A Dconfig.m47 PHP_ARG_ENABLE([huge-code-pages],
9 [AS_HELP_STRING([--disable-huge-code-pages],
/php-src/ext/dom/
H A Dphp_dom.stub.php899 public $code = 0; // TODO add proper type (i.e. int|string) variable in DOMException
/php-src/ext/mbstring/
H A Dconfig.w3248 … /* XXX libonig is only usable as a static library ATM, code change required to link with a DLL. */
/php-src/.github/actions/verify-generated-files/
H A Daction.yml15 git add . -N && git diff --exit-code
/php-src/sapi/phpdbg/tests/
H A Dexceptions_002.phpt17 Fatal error: Uncaught Error: Call to undefined function next_error() in eval()'d code:1
22 thrown in eval()'d code on line 1
/php-src/Zend/
H A Dzend_language_parser.y22 %code top {
41 %code requires {
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c16426 static int zend_jit_link_side_trace(const void *code, size_t size, uint32_t jmp_table_size, uint32_… argument
16428 return ir_patch(code, size, jmp_table_size, zend_jit_trace_get_exit_addr(exit_num), addr);
/php-src/sapi/cgi/
H A Dcgi_main.c420 while (err->code != 0) { in sapi_cgi_send_headers()
421 if (err->code == SG(sapi_headers).http_response_code) { in sapi_cgi_send_headers()
/php-src/ext/sockets/
H A Dsockets.c1949 cbpf[0].code = (BPF_LD|BPF_W|BPF_ABS);
1951 cbpf[1].code = (BPF_RET|BPF_A);
/php-src/ext/opcache/tests/opt/
H A Dsccp_026.phpt2 SCCP 026: Elimination of dead code due to conflicting type checks

Completed in 153 milliseconds

12345678910>>...32