Home
last modified time | relevance | path

Searched refs:parameter (Results 126 – 150 of 536) sorted by path

12345678910>>...22

/php-src/Zend/tests/type_declarations/variance/internal_parent/
H A Dunresolvable_inheritance_check_param.phpt2 Test unresolvable inheritance check due to unavailable parameter type when the parent has a tentati…
/php-src/Zend/tests/typehints/
H A Dfq_nullable.phpt2 Fully-qualified nullable parameter type
/php-src/Zend/tests/
H A Dunexpected_ref_bug.phpt2 Crash when function parameter modified via unexpected reference
/php-src/Zend/tests/variadic/
H A Dclosure_invoke.phpt2 Closure::__invoke() with variadic parameter
H A Dno_default_error.phpt10 Fatal error: Variadic parameter cannot have a default value in %s on line %d
H A Donly_last_error.phpt10 Fatal error: Only the last parameter can be variadic in %s on line %d
H A Doptional_params.phpt2 Optional parameter before variadic parameter
H A Dremoving_parameter_error.phpt2 It is possible to remove required parameter before a variadic parameter
/php-src/Zend/
H A Dzend_language_parser.y255 %type <ast> extends_from parameter optional_type_without_static argument global_var
792 attributes parameter { $$ = zend_ast_with_attributes($2, $1); }
793 | parameter { $$ = $1; }
804 parameter:
/php-src/build/
H A Dax_gcc_func_attribute.m417 # The ATTRIBUTE parameter holds the name of the attribute to be checked.
H A Dgen_stub.php1819 $parameter = $doc->createElement('parameter', $arg->name);
1821 $parameterTerm->appendChild($parameter);
2113 $parameter = $doc->createElement('parameter', $arg->name);
2115 $parameter->setAttribute("role", "reference");
2118 $methodparam->appendChild($parameter);
H A Dphp.m4911 dnl dynamically loadable library. Optional parameter "sapi_class" can be set to
H A Dpkg.m4225 dnl parameter.
247 dnl --with-noarch-pkgconfigdir parameter.
/php-src/docs-old/
H A Dparameter-parsing-api.md61 The following list shows the type specifier, its meaning, and the parameter types
63 parameter is non-optional and untouched if optional and the parameter is not
65 on input and is used to verify the PHP parameter is an instance of that class.
102 * `/` - use SEPARATE_ZVAL() on the parameter it follows
103 * `!` - the parameter it follows can be of specified type or NULL. If NULL is
H A Dstreams.md18 Streams use a `php_stream*` parameter just as ANSI stdio (fread etc.) use a
19 `FILE*` parameter.
112 `PHP_STREAM_COPY_ALL` as the maxlen parameter, otherwise maxlen indicates the
151 as the `php_stream_seek` can emulate forward seeking when the whence parameter
195 The `show_err` parameter, if non-zero, will cause the function to display an
305 meaning in the mode parameter, except that it checks for a `w` in the string
308 The mode parameter is passed on to `fdopen/fopencookie` when the stream is cast
309 into a `FILE*`, so it should be compatible with the mode parameter of `fopen()`.
/php-src/docs/source/core/data-structures/
H A Dzend_string.rst51 string at compile time. The ``persistent`` parameter indicates whether the string is allocated using
H A Dzval.rst175 property/parameter initializers, etc.) before they are evaluated. The evaluation of a constant
/php-src/ext/bcmath/tests/
H A Dbug66364.phpt2 Bug #66364 (BCMath bcmul ignores scale parameter)
/php-src/ext/bz2/tests/
H A Dbug72447.phpt19 Warning: stream_filter_append(): Invalid parameter given for number of blocks to allocate (0) in %s…
/php-src/ext/curl/tests/
H A Dcurl_basic_002.phpt2 Test curl_opt() function with CURLOPT_RETURNTRANSFER parameter set to 1
H A Dcurl_basic_006.phpt2 Test curl_opt() function with CURLOPT_WRITEFUNCTION parameter set to a closure
H A Dcurl_basic_015.phpt2 Test curl_init() function with $url parameter defined
H A Dcurl_basic_019.phpt2 Test curl_getinfo() function with CURLINFO_EFFECTIVE_URL parameter
H A Dcurl_basic_020.phpt2 Test curl_getinfo() function with CURLINFO_HTTP_CODE parameter
H A Dcurl_basic_021.phpt2 Test curl_getinfo() function with CURLINFO_CONTENT_TYPE parameter

Completed in 57 milliseconds

12345678910>>...22