Home
last modified time | relevance | path

Searched refs:related (Results 1 – 25 of 103) sorted by relevance

12345

/PHP-7.0/ext/spl/
H A Ddoxygen.cfg4 # Project related configuration options
32 # Build related configuration options
69 # configuration options related to the input files
88 # configuration options related to source browsing
103 # configuration options related to the HTML output
123 # configuration options related to the LaTeX output
138 # configuration options related to the RTF output
147 # configuration options related to the man page output
154 # configuration options related to the XML output
173 # Configuration options related to the preprocessor
[all …]
/PHP-7.0/ext/opcache/Optimizer/
H A Dcompact_literals.c63 #define LITERAL_FLAGS(kind, slots, related) \ argument
64 ((kind) | ((slots) << LITERAL_NUM_SLOTS_SHIFT) | (related))
66 #define LITERAL_INFO(n, kind, merge, slots, related) do { \ argument
70 #define LITERAL_INFO_CLASS(n, kind, merge, slots, related, _num) do { \ argument
75 #define LITERAL_INFO_OBJ(n, kind, merge, slots, related, _num) do { \ argument
86 uint32_t related, in optimizer_literal_obj_info() argument
95 LITERAL_INFO_OBJ(constant, kind, 1, slots, related, op_array->this_var); in optimizer_literal_obj_info()
97 LITERAL_INFO(constant, kind, 0, slots, related); in optimizer_literal_obj_info()
107 uint32_t related, in optimizer_literal_class_info() argument
111 LITERAL_INFO_CLASS(constant, kind, 1, slots, related, op.constant); in optimizer_literal_class_info()
[all …]
/PHP-7.0/ext/standard/tests/url/
H A Dparse_url_basic_010.phpt2 Test parse_url() function : check values of URL related constants
12 * check values of URL related constants
/PHP-7.0/ext/standard/tests/streams/
H A Dbug61115-2.phpt2 Bug #61115: Stream related segfault on fatal error in php_stream_context_del_link - variation 2
H A Dbug61115.phpt2 Bug #61115: Stream related segfault on fatal error in php_stream_context_del_link.
H A Dbug61115-1.phpt2 Bug #61115: Stream related segfault on fatal error in php_stream_context_del_link - variation 1
/PHP-7.0/Zend/tests/
H A Dbug70288.phpt2 Bug #70288 (Apache crash related to ZEND_SEND_REF)
H A Dbug36071.phpt2 Bug #36071 (Engine Crash related with 'clone')
H A Dbug54547.phpt13 /* not exactly what the bug is about, but closely related problem: */
H A Dbug41961.phpt7 /** Class X is related to neither ParentClass nor ChildClass. */
H A Dbug60536_004.phpt16 // but they are distinct, and not related to each other, so no warning.
/PHP-7.0/ext/bcmath/tests/
H A Dbug60377.phpt2 bcscale related problem on 64bits platforms
/PHP-7.0/ext/pcre/tests/
H A Dbug70345.phpt2 Bug #70345 (Multiple vulnerabilities related to PCRE functions)
/PHP-7.0/ext/bz2/tests/
H A Dwith_strings.phpt15 # This Works: (so, is heredoc related)
/PHP-7.0/ext/pcntl/
H A DREADME3 This module will attempt to implement all features related to process spawning and
/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_get_connection_stats.phpt44 printf("[005] The hashes should be identical except of the memory related fields\n");
59 printf("[007] The hashes should be identical except of the memory related fields\n");
/PHP-7.0/ext/date/tests/
H A Dstrftime_variation8.phpt2 Test strftime() function : usage variation - Passing literal related strings to format argument.
H A Dgmstrftime_variation8.phpt2 Test gmstrftime() function : usage variation - Passing literal related strings to format argument.
H A Dgmstrftime_variation11.phpt2 Test gmstrftime() function : usage variation - Checking month related formats which was not support…
H A Dgmstrftime_variation12.phpt2 Test gmstrftime() function : usage variation - Checking month related formats which are supported o…
H A Dstrftime_variation11.phpt2 Test strftime() function : usage variation - Checking month related formats which was not supported…
H A Dstrftime_variation12.phpt2 Test strftime() function : usage variation - Checking month related formats which are supported oth…
H A Dgmstrftime_variation17.phpt2 Test gmstrftime() function : usage variation - Checking day related formats which was not supported…
H A Dgmstrftime_variation18.phpt2 Test gmstrftime() function : usage variation - Checking day related formats which are supported oth…
/PHP-7.0/Zend/tests/traits/
H A Dproperty006.phpt16 // but they are distinct, and not related to each other, so no warning.

Completed in 31 milliseconds

12345