Home
last modified time | relevance | path

Searched refs:parameter (Results 201 – 225 of 536) sorted by last modified time

12345678910>>...22

/php-src/sapi/phpdbg/
H A Dphpdbg_parser.y78 …: parameter { phpdbg_stack_push(PHPDBG_G(parser_stack), &$1); $$.top = PHPDBG_G(parser_stack)->top…
79 …| parameters parameter { phpdbg_stack_push(PHPDBG_G(parser_stack), &$2); $$.top = PHPDBG_G(parser_…
83 parameter
/php-src/sapi/litespeed/
H A DREADME.md151 This parameter can help reducing memory usage of leaky PHP functions.
/php-src/ext/zlib/tests/
H A Dzlib_filter_deflate2.phpt2 zlib.deflate (with level parameter set)
H A Dgzclose_basic.phpt7 // note that gzclose is an alias to fclose. parameter checking tests will be
H A Dgzeof_basic.phpt7 // note that gzeof is an alias to gzeof. parameter checking tests will be
H A Dgzgetc_basic_1.phpt16 // note that gzgets is an alias to fgets. parameter checking tests will be
H A Dgzgets_basic.phpt8 // note that gzgets is an alias to fgets. parameter checking tests will be
H A Dgzgetc_basic.phpt16 // note that gzgets is an alias to fgets. parameter checking tests will be
H A Dgzpassthru_basic.phpt8 // note that gzpassthru is an alias to fpassthru. parameter checking tests will be
H A Dgzread_basic.phpt7 // note that gzread is an alias to fread. parameter checking tests will be
/php-src/ext/xsl/tests/
H A Dxsltprocessor_registerPHPFunctions-array-multiple.phpt5 registerPHPFunctions adds the new functions to the allowed parameter
H A Dxsltprocessor_registerPHPFunctions-null.phpt5 registerPHPFunctions adds the new functions to the allowed parameter
H A Dxsltprocessor_registerPHPFunctions-string-multiple.phpt5 registerPHPFunctions adds the new function to the allowed parameter
H A Dbug70078.phpt2 Bug #70078 (XSL callbacks with nodes as parameter leak memory)
H A Dxsltprocessor_getParameter-invalidparam.phpt2 Check xsltprocessor::getParameter with undefined parameter
H A Dxsltprocessor_hasExsltSupport_wrongparam_001.phpt2 Check XSLTProcessor::hasExsltSupport() with 1 parameter
H A Dxsltprocessor_removeParameter-invalidparam.phpt2 Check xsltprocessor::removeParameter with invalid parameter
/php-src/ext/zend_test/tests/
H A Dattribute_arguments.phpt2 Verify that parameter attributes for native functions correctly support arguments.
34 public function override(string $parameter): int
94 ["parameter"]=>
102 ["parameter"]=>
110 ["parameter"]=>
118 ["parameter"]=>
126 ["parameter"]=>
134 ["parameter"]=>
143 ["parameter"]=>
151 ["parameter"]=>
[all …]
H A Dattribute_hash_table_leak.phpt2 Verify that parameter attributes for native functions do not leak.
19 public function override(string $parameter): int
30 public function override(#[ZendTestParameterAttribute] string $parameter): int
46 public function override(#[SomeAttribute] string $parameter): int
/php-src/ext/xmlreader/tests/
H A D015-get-errors.phpt49 Deprecated: XMLReader::getAttributeNs(): Passing null to parameter #2 ($namespace) of type string i…
H A D015-move-errors.phpt44 Deprecated: XMLReader::moveToAttributeNs(): Passing null to parameter #2 ($namespace) of type strin…
/php-src/ext/xmlwriter/tests/
H A Dxmlwriter_open_uri_error_001.phpt2 xmlwriter_open_uri with empty string as parameter
/php-src/ext/standard/tests/strings/
H A Dstrpos.phpt248 Deprecated: strpos(): Passing null to parameter #2 ($needle) of type string is deprecated in %s on …
251 Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in %s o…
253 Deprecated: strpos(): Passing null to parameter #2 ($needle) of type string is deprecated in %s on …
256 Deprecated: strpos(): Passing null to parameter #2 ($needle) of type string is deprecated in %s on …
H A Dstrstr.phpt299 Deprecated: strstr(): Passing null to parameter #2 ($needle) of type string is deprecated in %s on …
302 Deprecated: strstr(): Passing null to parameter #1 ($haystack) of type string is deprecated in %s o…
304 Deprecated: strstr(): Passing null to parameter #2 ($needle) of type string is deprecated in %s on …
307 Deprecated: strstr(): Passing null to parameter #2 ($needle) of type string is deprecated in %s on …
H A Dstrstr2.phpt2 strstr() - New parameter: before_needle

Completed in 55 milliseconds

12345678910>>...22