Home
last modified time | relevance | path

Searched refs:symbols (Results 1 – 25 of 32) sorted by relevance

12

/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_disasm_x86.c70 JIT_G(symbols) = r; in zend_syms_rotateleft()
88 JIT_G(symbols) = l; in zend_syms_rotateright()
114 if (JIT_G(symbols)) { in zend_jit_disasm_add_symbol()
115 zend_sym_node *node = JIT_G(symbols); in zend_jit_disasm_add_symbol()
148 while (sym && sym != JIT_G(symbols) && sym->parent->info == 1) { in zend_jit_disasm_add_symbol()
184 JIT_G(symbols) = sym; in zend_jit_disasm_add_symbol()
186 JIT_G(symbols)->info = 0; in zend_jit_disasm_add_symbol()
203 zend_sym_node *node = JIT_G(symbols); in zend_jit_disasm_find_symbol()
570 if (JIT_G(symbols)) { in zend_jit_disasm_shutdown()
571 zend_jit_disasm_destroy_symbols(JIT_G(symbols)); in zend_jit_disasm_shutdown()
[all …]
H A Dzend_jit.h109 zend_sym_node *symbols; /* symbols for disassembler */ member
/PHP-8.0/ext/ffi/tests/
H A D100.phpt2 FFI 100: PHP symbols
10 die('skip PHP symbols not available');
H A D101.phpt2 FFI 101: PHP symbols (function address)
10 die('skip PHP symbols not available');
H A Dbug77632b.phpt10 die('skip PHP symbols not available');
H A D200.phpt10 die('skip PHP symbols not available');
/PHP-8.0/ext/ffi/
H A Dffi.c2355 if (ffi->symbols) { in zend_ffi_free_obj()
2399 if (ffi->symbols) { in zend_ffi_read_var()
2961 ffi->symbols = FFI_G(symbols); in ZEND_METHOD()
3337 scope->symbols = FFI_G(symbols); in zend_ffi_load()
3349 scope->symbols = FFI_G(symbols); in zend_ffi_load()
3384 ffi->symbols = scope->symbols; in zend_ffi_load()
3390 ffi->symbols = FFI_G(symbols); in zend_ffi_load()
3463 ffi->symbols = scope->symbols; in ZEND_METHOD()
3673 FFI_G(symbols) = ffi->symbols; in ZEND_METHOD()
3817 FFI_G(symbols) = ffi->symbols; in ZEND_METHOD()
[all …]
H A Dphp_ffi.h55 HashTable *symbols; variable
/PHP-8.0/Zend/tests/attributes/
H A D029_reflect_internal_symbols.phpt2 Reflect attributes on different kinds of internal symbols
/PHP-8.0/ext/standard/tests/url/
H A Dbug52327.phpt11 string(51) "The '=' symbols aren't allowed where i put them o.O"
/PHP-8.0/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp1250_to_utf8_0.phpt2 Test fopen() for reading UTF-8 path with cp1250 specific symbols
H A Dtest_cp1250_to_utf8_3.phpt2 Test fopen() for reading UTF-8 path with cp1250 specific symbols
H A Dtest_cp1250_to_utf8_1.phpt2 Test mkdir/rmdir UTF-8 path with cp1250 specific symbols
H A Dtest_cp1250_to_utf8_2.phpt2 Test fopen() for write to UTF-8 path with cp1250 specific symbols
H A Dtest_cp1250_to_utf8_4.phpt2 Test mkdir/rmdir UTF-8 path with cp1250 specific symbols
H A Dtest_cp1250_to_utf8_5.phpt2 Test fopen() for write to UTF-8 path with cp1250 specific symbols
/PHP-8.0/sapi/cli/tests/
H A Dargv_mb_bug77111.phpt2 Bug #77111 php-win.exe corrupts unicode symbols from cli parameters
/PHP-8.0/win32/build/
H A Dconfig.w32.phpize.in28 ARG_ENABLE('debug', 'Compile with debugging symbols', PHP_DEBUG);
29 ARG_ENABLE('debug-pack', 'Release binaries with external debug symbols (--enable-debug must not be …
H A Dconfig.w3228 ARG_ENABLE('debug', 'Compile with debugging symbols', "no");
29 ARG_ENABLE('debug-pack', 'Release binaries with external debug symbols (--enable-debug must not be …
H A Dphpize.js.in235 C.WriteLine("ARG_ENABLE('debug', 'Compile with debugging symbols', PHP_DEBUG);");
/PHP-8.0/ext/intl/tests/
H A Dformatter_get_set_symbol2.phpt17 $symbols = array(
42 foreach( $symbols as $symb_name => $data )
/PHP-8.0/build/
H A Dlibtool.m44374 # Flag that forces no undefined symbols.
4451 # Set to yes if exported symbols are required.
4454 # The commands to list exported symbols.
4562 hpux*) # Its linker distinguishes data from code symbols
4639 # Now try to grab the symbols.
4649 # Make sure that we snagged all the symbols we need.
4669 /* The mapping between symbol names and symbols. */
4771 # Common symbols not allowed in MH_DYLIB files
4823 # Common symbols not allowed in MH_DYLIB files
5062 # Common symbols not allowed in MH_DYLIB files
[all …]
/PHP-8.0/sapi/apache2handler/
H A Dconfig.m490 dnl When using bundles on Darwin, we must resolve all symbols. However, the
/PHP-8.0/Zend/
H A Dzend_execute_API.c243 uint32_t symbols; in shutdown_destructors() local
245 symbols = zend_hash_num_elements(&EG(symbol_table)); in shutdown_destructors()
247 } while (symbols != zend_hash_num_elements(&EG(symbol_table))); in shutdown_destructors()
/PHP-8.0/
H A Dconfigure.ac210 dnl Mark symbols hidden by default if the compiler (for example, gcc >= 4)
730 [whether to include gcov symbols],
767 [whether to include debugging symbols],
769 [Compile with debugging symbols])],

Completed in 74 milliseconds

12