/PHP-8.2/ext/ffi/tests/ |
H A D | 100.phpt | 2 FFI 100: PHP symbols 11 die('skip PHP symbols not available');
|
H A D | 101.phpt | 2 FFI 101: PHP symbols (function address) 11 die('skip PHP symbols not available');
|
H A D | bug77632b.phpt | 11 die('skip PHP symbols not available');
|
H A D | 200.phpt | 11 die('skip PHP symbols not available');
|
/PHP-8.2/ext/ffi/ |
H A D | ffi.c | 2419 if (ffi->symbols) { in zend_ffi_free_obj() 2471 if (ffi->symbols) { in zend_ffi_read_var() 3039 ffi->symbols = FFI_G(symbols); in ZEND_METHOD() 3419 scope->symbols = FFI_G(symbols); in zend_ffi_load() 3431 scope->symbols = FFI_G(symbols); in zend_ffi_load() 3466 ffi->symbols = scope->symbols; in zend_ffi_load() 3472 ffi->symbols = FFI_G(symbols); in zend_ffi_load() 3545 ffi->symbols = scope->symbols; in ZEND_METHOD() 3755 FFI_G(symbols) = ffi->symbols; in ZEND_METHOD() 3897 FFI_G(symbols) = ffi->symbols; in ZEND_METHOD() [all …]
|
H A D | php_ffi.h | 55 HashTable *symbols; variable
|
/PHP-8.2/ext/opcache/jit/ |
H A D | zend_jit_disasm.c | 78 JIT_G(symbols) = r; in zend_syms_rotateleft() 96 JIT_G(symbols) = l; in zend_syms_rotateright() 122 if (JIT_G(symbols)) { in zend_jit_disasm_add_symbol() 123 zend_sym_node *node = JIT_G(symbols); in zend_jit_disasm_add_symbol() 156 while (sym && sym != JIT_G(symbols) && sym->parent->info == 1) { in zend_jit_disasm_add_symbol() 192 JIT_G(symbols) = sym; in zend_jit_disasm_add_symbol() 194 JIT_G(symbols)->info = 0; in zend_jit_disasm_add_symbol() 211 zend_sym_node *node = JIT_G(symbols); in zend_jit_disasm_find_symbol() 776 if (JIT_G(symbols)) { 777 zend_jit_disasm_destroy_symbols(JIT_G(symbols)); [all …]
|
H A D | zend_jit.h | 120 zend_sym_node *symbols; /* symbols for disassembler */ member
|
/PHP-8.2/Zend/tests/attributes/ |
H A D | 029_reflect_internal_symbols.phpt | 2 Reflect attributes on different kinds of internal symbols
|
/PHP-8.2/ext/standard/tests/url/ |
H A D | bug52327.phpt | 11 string(51) "The '=' symbols aren't allowed where i put them o.O"
|
/PHP-8.2/ext/standard/tests/file/windows_mb_path/ |
H A D | test_cp1250_to_utf8_0.phpt | 2 Test fopen() for reading UTF-8 path with cp1250 specific symbols
|
H A D | test_cp1250_to_utf8_3.phpt | 2 Test fopen() for reading UTF-8 path with cp1250 specific symbols
|
H A D | test_cp1250_to_utf8_1.phpt | 2 Test mkdir/rmdir UTF-8 path with cp1250 specific symbols
|
H A D | test_cp1250_to_utf8_2.phpt | 2 Test fopen() for write to UTF-8 path with cp1250 specific symbols
|
H A D | test_cp1250_to_utf8_4.phpt | 2 Test mkdir/rmdir UTF-8 path with cp1250 specific symbols
|
H A D | test_cp1250_to_utf8_5.phpt | 2 Test fopen() for write to UTF-8 path with cp1250 specific symbols
|
/PHP-8.2/sapi/cli/tests/ |
H A D | argv_mb_bug77111.phpt | 2 Bug #77111 php-win.exe corrupts unicode symbols from cli parameters
|
/PHP-8.2/win32/build/ |
H A D | config.w32.phpize.in | 30 ARG_ENABLE('debug', 'Compile with debugging symbols', PHP_DEBUG); 31 ARG_ENABLE('debug-pack', 'Release binaries with external debug symbols (--enable-debug must not be …
|
H A D | config.w32 | 30 ARG_ENABLE('debug', 'Compile with debugging symbols', "no"); 31 ARG_ENABLE('debug-pack', 'Release binaries with external debug symbols (--enable-debug must not be …
|
/PHP-8.2/ext/intl/tests/ |
H A D | formatter_get_set_symbol2.phpt | 18 $symbols = array( 43 foreach( $symbols as $symb_name => $data )
|
/PHP-8.2/build/ |
H A D | libtool.m4 | 4382 # Flag that forces no undefined symbols. 4459 # Set to yes if exported symbols are required. 4462 # The commands to list exported symbols. 4570 hpux*) # Its linker distinguishes data from code symbols 4647 # Now try to grab the symbols. 4657 # Make sure that we snagged all the symbols we need. 4677 /* The mapping between symbol names and symbols. */ 4779 # Common symbols not allowed in MH_DYLIB files 4831 # Common symbols not allowed in MH_DYLIB files 5070 # Common symbols not allowed in MH_DYLIB files [all …]
|
/PHP-8.2/sapi/apache2handler/ |
H A D | config.m4 | 90 dnl When using bundles on Darwin, we must resolve all symbols. However, the
|
/PHP-8.2/ |
H A D | UPGRADING.INTERNALS | 69 * Unsupported libxml2 2.10.0 symbols are no longer exported on Windows.
|
/PHP-8.2/ext/mbstring/tests/ |
H A D | mb_convert_kana.phpt | 52 echo "Convert selected punctuation/symbols to full-width and back:\n"; 178 Convert selected punctuation/symbols to full-width and back:
|
/PHP-8.2/ext/mbstring/tests/data/ |
H A D | EmojiSources.txt | 10 # and Shift-JIS codes for cell phone carrier symbols on the other hand. 12 # symbols or sequences. This file does not include best-fit ("fallback") 13 # mappings to similar but not equivalent symbols in either mapping direction.
|