Home
last modified time | relevance | path

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

12

/PHP-7.4/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-7.4/ext/ffi/
H A Dffi.c2322 if (ffi->symbols) { in zend_ffi_free_obj()
2368 if (ffi->symbols) { in zend_ffi_read_var()
2941 ffi->symbols = FFI_G(symbols); in ZEND_METHOD()
3317 scope->symbols = FFI_G(symbols); in zend_ffi_load()
3329 scope->symbols = FFI_G(symbols); in zend_ffi_load()
3364 ffi->symbols = scope->symbols; in zend_ffi_load()
3370 ffi->symbols = FFI_G(symbols); in zend_ffi_load()
3443 ffi->symbols = scope->symbols; in ZEND_METHOD()
3657 FFI_G(symbols) = ffi->symbols; in ZEND_METHOD()
3805 FFI_G(symbols) = ffi->symbols; in ZEND_METHOD()
[all …]
H A Dphp_ffi.h57 HashTable *symbols; variable
/PHP-7.4/ext/standard/tests/url/
H A Dbug52327.phpt11 string(51) "The '=' symbols aren't allowed where i put them o.O"
/PHP-7.4/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-7.4/sapi/cli/tests/
H A Dargv_mb_bug77111.phpt2 Bug #77111 php-win.exe corrupts unicode symbols from cli parameters
/PHP-7.4/Zend/tests/
H A Dbug38047.phpt14 function kalus_error_handler($error_code, $error_string, $filename, $line, $symbols) {
/PHP-7.4/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.in237 C.WriteLine("ARG_ENABLE('debug', 'Compile with debugging symbols', PHP_DEBUG);");
/PHP-7.4/ext/intl/tests/
H A Dformatter_get_set_symbol2.phpt17 $symbols = array(
42 foreach( $symbols as $symb_name => $data )
/PHP-7.4/build/
H A Dlibtool.m44373 # Flag that forces no undefined symbols.
4450 # Set to yes if exported symbols are required.
4453 # The commands to list exported symbols.
4561 hpux*) # Its linker distinguishes data from code symbols
4638 # Now try to grab the symbols.
4648 # Make sure that we snagged all the symbols we need.
4668 /* The mapping between symbol names and symbols. */
4770 # Common symbols not allowed in MH_DYLIB files
4822 # Common symbols not allowed in MH_DYLIB files
5061 # Common symbols not allowed in MH_DYLIB files
[all …]
/PHP-7.4/
H A DUPGRADING.INTERNALS244 - Removed unused build time symbols: PHP_ADA_INCLUDE, PHP_ADA_LFLAGS,
257 - Removed unused symbols: HAVE_CURL_EASY_STRERROR, HAVE_CURL_MULTI_STRERROR,
287 been removed. The following symbols are therefore no longer defined by the
309 - Removed unused check and symbols HAVE_SHM_MMAP_ZERO, HAVE_SHM_MMAP_FILE.
H A DCODING_STANDARDS.md292 The `{{{` symbols are the default folding symbols for the folding mode in Emacs
/PHP-7.4/ext/standard/tests/strings/
H A Dmoney_format_basic1.phpt2 Test money_format() function : basic functionality using national currency symbols
/PHP-7.4/sapi/apache2handler/
H A Dconfig.m487 dnl When using bundles on Darwin, we must resolve all symbols. However, the
/PHP-7.4/Zend/
H A Dzend_execute_API.c242 uint32_t symbols; in shutdown_destructors() local
244 symbols = zend_hash_num_elements(&EG(symbol_table)); in shutdown_destructors()
246 } while (symbols != zend_hash_num_elements(&EG(symbol_table))); in shutdown_destructors()

Completed in 115 milliseconds

12