Home
last modified time | relevance | path

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

12

/PHP-7.1/Zend/RFCs/
H A D002.txt30 contain all types of symbols. Zend will get the notion of a current
34 operator. It will be possible to "import" symbols from one namespace
44 The namespace operator ":" is used to refer to symbols in other
54 To refer to symbols in the global namespace, symbols are prefixed with
116 # Should it be possible to "add" symbols to a namespace by including a
123 It is possible to import symbols from another namespace into the
126 import * from HTML; // all symbols
128 import Form from HTML; // single symbols
130 import Form,Table from HTML; // multiple symbols
141 And finally, you may import all symbols of a given type:
[all …]
/PHP-7.1/win32/
H A Dbuilddef.bat2 rem Generate phpts.def file, which exports symbols from our dll that
/PHP-7.1/ext/standard/tests/url/
H A Dbug52327.phpt11 string(51) "The '=' symbols aren't allowed where i put them o.O"
/PHP-7.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-7.1/Zend/tests/
H A Dbug38047.phpt14 function kalus_error_handler($error_code, $error_string, $filename, $line, $symbols) {
/PHP-7.1/win32/build/
H A Dconfig.w32.phpize.in26 ARG_ENABLE('debug', 'Compile with debugging symbols', PHP_DEBUG);
27 ARG_ENABLE('debug-pack', 'Release binaries with external debug symbols (--enable-debug must not be …
H A Dconfig.w3226 ARG_ENABLE('debug', 'Compile with debugging symbols', "no");
27 ARG_ENABLE('debug-pack', 'Release binaries with external debug symbols (--enable-debug must not be …
H A Dphpize.js.in232 C.WriteLine("ARG_ENABLE('debug', 'Compile with debugging symbols', PHP_DEBUG);");
/PHP-7.1/build/
H A Dlibtool.m44377 # Flag that forces no undefined symbols.
4454 # Set to yes if exported symbols are required.
4457 # The commands to list exported symbols.
4565 hpux*) # Its linker distinguishes data from code symbols
4642 # Now try to grab the symbols.
4652 # Make sure that we snagged all the symbols we need.
4672 /* The mapping between symbol names and symbols. */
4774 # Common symbols not allowed in MH_DYLIB files
4826 # Common symbols not allowed in MH_DYLIB files
5065 # Common symbols not allowed in MH_DYLIB files
[all …]
/PHP-7.1/ext/intl/tests/
H A Dformatter_get_set_symbol.phpt17 $symbols = array(
42 foreach( $symbols as $symb_name => $data )
H A Dformatter_get_set_symbol2.phpt18 $symbols = array(
43 foreach( $symbols as $symb_name => $data )
/PHP-7.1/ext/standard/tests/strings/
H A Dmoney_format_basic1.phpt2 Test money_format() function : basic functionality using national currency symbols
/PHP-7.1/sapi/apache2handler/
H A Dconfig.m490 dnl When using bundles on Darwin, we must resolve all symbols. However,
/PHP-7.1/ext/intl/doc/
H A DTutorial.txt93 symbols that would otherwise be ignored. If very fine distinctions among characters are required,
213 variable characters in the UCA: whitespace, punctuation and symbols. If Alternate is set to
217 In such a case, whitespace, punctuation, and symbols are considered when comparing strings,
/PHP-7.1/
H A DCODING_STANDARDS253 The {{{ symbols are the default folding symbols for the folding mode in
H A Dltmain.sh1520 -export-symbols | -export-symbols-regex)
3862 $echo "*** Since this library must not contain undefined symbols,"
4570 $echo "$modename: not configured to extract global symbols from dlpreopened files" 1>&2
4609 $show "extracting global C symbols from \`$arg'"
4693 /* The mapping between symbol names and symbols. */
H A Dconfigure.in781 PHP_ARG_ENABLE(gcov, whether to include gcov symbols,
862 PHP_ARG_ENABLE(debug, whether to include debugging symbols,
863 [ --enable-debug Compile with debugging symbols], no, no)
H A Dacinclude.m4282 dnl PHP-related symbols.
1546 dnl to let shared objects find symbols. Weird. Ugly.
/PHP-7.1/Zend/
H A Dzend_execute_API.c239 uint32_t symbols; in shutdown_destructors() local
241 symbols = zend_hash_num_elements(&EG(symbol_table)); in shutdown_destructors()
243 } while (symbols != zend_hash_num_elements(&EG(symbol_table))); in shutdown_destructors()
H A DZend.m4146 [ --enable-debug Compile with debugging symbols],[

Completed in 89 milliseconds

12