Home
last modified time | relevance | path

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

12

/PHP-8.1/ext/ffi/tests/
H A D100.phpt2 FFI 100: PHP symbols
11 die('skip PHP symbols not available');
H A D101.phpt2 FFI 101: PHP symbols (function address)
11 die('skip PHP symbols not available');
H A Dbug77632b.phpt11 die('skip PHP symbols not available');
H A D200.phpt11 die('skip PHP symbols not available');
/PHP-8.1/ext/ffi/
H A Dffi.c2368 if (ffi->symbols) { in zend_ffi_free_obj()
2420 if (ffi->symbols) { in zend_ffi_read_var()
2982 ffi->symbols = FFI_G(symbols); in ZEND_METHOD()
3358 scope->symbols = FFI_G(symbols); in zend_ffi_load()
3370 scope->symbols = FFI_G(symbols); in zend_ffi_load()
3405 ffi->symbols = scope->symbols; in zend_ffi_load()
3411 ffi->symbols = FFI_G(symbols); in zend_ffi_load()
3484 ffi->symbols = scope->symbols; in ZEND_METHOD()
3694 FFI_G(symbols) = ffi->symbols; in ZEND_METHOD()
3836 FFI_G(symbols) = ffi->symbols; in ZEND_METHOD()
[all …]
H A Dphp_ffi.h55 HashTable *symbols; variable
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_disasm.c78 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()
774 if (JIT_G(symbols)) {
775 zend_jit_disasm_destroy_symbols(JIT_G(symbols));
[all …]
H A Dzend_jit.h120 zend_sym_node *symbols; /* symbols for disassembler */ member
/PHP-8.1/Zend/tests/attributes/
H A D029_reflect_internal_symbols.phpt2 Reflect attributes on different kinds of internal symbols
/PHP-8.1/ext/standard/tests/url/
H A Dbug52327.phpt11 string(51) "The '=' symbols aren't allowed where i put them o.O"
/PHP-8.1/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.1/sapi/cli/tests/
H A Dargv_mb_bug77111.phpt2 Bug #77111 php-win.exe corrupts unicode symbols from cli parameters
/PHP-8.1/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.1/ext/intl/tests/
H A Dformatter_get_set_symbol2.phpt18 $symbols = array(
43 foreach( $symbols as $symb_name => $data )
/PHP-8.1/build/
H A Dlibtool.m44382 # 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.1/sapi/apache2handler/
H A Dconfig.m490 dnl When using bundles on Darwin, we must resolve all symbols. However, the
/PHP-8.1/ext/mbstring/tests/data/
H A DEmojiSources.txt10 # 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.
/PHP-8.1/Zend/
H A Dzend_execute_API.c253 uint32_t symbols; in shutdown_destructors() local
255 symbols = zend_hash_num_elements(&EG(symbol_table)); in shutdown_destructors()
257 } while (symbols != zend_hash_num_elements(&EG(symbol_table))); in shutdown_destructors()

Completed in 72 milliseconds

12