Home
last modified time | relevance | path

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

12345

/PHP-5.6/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-5.6/ext/opcache/Optimizer/
H A Dcompact_literals.c36 #define LITERAL_FLAGS(kind, slots, related) \ argument
37 ((kind) | ((slots) << LITERAL_NUM_SLOTS_SHIFT) | (related))
39 #define LITERAL_INFO(n, kind, merge, slots, related) do { \ argument
43 #define LITERAL_INFO_CLASS(n, kind, merge, slots, related, _num) do { \ argument
48 #define LITERAL_INFO_OBJ(n, kind, merge, slots, related, _num) do { \ argument
59 zend_uint related, in optimizer_literal_obj_info() argument
68 LITERAL_INFO_OBJ(constant, kind, 1, slots, related, op_array->this_var); in optimizer_literal_obj_info()
70 LITERAL_INFO(constant, kind, 0, slots, related); in optimizer_literal_obj_info()
80 zend_uint related, in optimizer_literal_class_info() argument
84 LITERAL_INFO_CLASS(constant, kind, 1, slots, related, op.constant); in optimizer_literal_class_info()
[all …]
/PHP-5.6/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-5.6/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-5.6/Zend/tests/
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. */
/PHP-5.6/ext/bcmath/tests/
H A Dbug60377.phpt2 bcscale related problem on 64bits platforms
/PHP-5.6/ext/pcre/tests/
H A Dbug70345.phpt2 Bug #70345 (Multiple vulnerabilities related to PCRE functions)
/PHP-5.6/ext/bz2/tests/
H A Dwith_strings.phpt15 # This Works: (so, is heredoc related)
/PHP-5.6/ext/pcntl/
H A DREADME3 This module will attempt to implement all features related to process spawning and
/PHP-5.6/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-5.6/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 are 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 are 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 are not supported…
H A Dgmstrftime_variation18.phpt2 Test gmstrftime() function : usage variation - Checking day related formats which are supported oth…
H A Dgmstrftime_variation4.phpt2 Test gmstrftime() function : usage variation - Passing month related format strings to format argum…
H A Dstrftime_variation17.phpt2 Test strftime() function : usage variation - Checking day related formats which are not supported o…
H A Dstrftime_variation18.phpt2 Test strftime() function : usage variation - Checking day related formats which are supported other…

Completed in 32 milliseconds

12345