Home
last modified time | relevance | path

Searched refs:param (Results 126 – 150 of 304) sorted by relevance

12345678910>>...13

/PHP-7.2/ext/soap/tests/bugs/
H A Dbug38067.phpt9 function Test($param) {
11 $g = $param->str;
H A Dbug50762.phpt12 public function testHeader($param){
44 echo $cl->testHeader('param') . PHP_EOL;
/PHP-7.2/ext/xmlrpc/tests/
H A D002.phpt16 $r = xmlrpc_encode_request("method", 'param');
41 string(5) "param"
H A Dbug44996.phpt10 …sion=\"1.0\"?><methodResponse><params><param><value><dateTime.iso8601>$datetime</dateTime.iso8601>…
/PHP-7.2/ext/spl/examples/
H A Dregexfindfile.inc22 * @param $path the directory to search in
25 * @param $regex perl style regular expression to find files with
H A Dkeyfilter.inc32 * @param it Object that implements at least spl_forward
33 * @param regex Regular expression used as a filter.
/PHP-7.2/ext/openssl/tests/
H A Dbug38255.phpt33 Warning: openssl_verify(): supplied key param cannot be coerced into a public key in %s on line %d
35 Warning: openssl_verify(): supplied key param cannot be coerced into a public key in %s on line %d
38 Warning: openssl_verify(): supplied key param cannot be coerced into a public key in %s on line %d
/PHP-7.2/ext/reflection/
H A Dphp_reflection.c1435 param = intern->ptr; in _reflection_param_get_default_param()
1441 return param; in _reflection_param_get_default_param()
1450 if (param == NULL) { in _reflection_param_get_default_precv()
1454 precv = _get_recv_op((zend_op_array*)param->fptr, param->offset); in _reflection_param_get_default_precv()
2506 _parameter_string(&str, param->fptr, param->arg_info, param->offset, param->required, ""); in ZEND_METHOD()
2789 precv = _get_recv_op((zend_op_array*)param->fptr, param->offset); in ZEND_METHOD()
2809 if (!param) { in ZEND_METHOD()
2837 if (!param) { in ZEND_METHOD()
2862 if (!param) { in ZEND_METHOD()
2894 type_reference *param; in ZEND_METHOD() local
[all …]
/PHP-7.2/ext/spl/internal/
H A Dspldoublylinkedlist.inc71 * @param $data variable to add to the DLL.
80 * @param $data variable to add to the DLL.
128 * @param $mode new mode of iteration
195 * @param $offset The offset
210 * @param $offset The offset
231 * @param $offset The offset
232 * @param $value New value
257 * @param $offset The offset
H A Diteratoriterator.inc44 * @param iterator inner iterator
45 * @param classname optional class the iterator has to be downcasted to
107 * @param func Name of method to invoke
108 * @param params Array of parameters to pass to method
H A Dmultipleiterator.inc40 * @param flags MIT_* flags
54 /** @param $flags new flags. */
60 /** @param $iter new Iterator to attach.
61 * @param $inf associative info forIteraotr, must be NULL, integer or string
86 /** @param $iter attached Iterator that should be detached. */
92 /** @param $iter Iterator to check
H A Dfilteriterator.inc33 * @param it Iterator to filter
118 * @param func Name of method to invoke
119 * @param params Array of parameters to pass to method
H A Dcachingiterator.inc43 * @param it Iterator to cache
44 * @param flags Bitmask:
119 * @param func Name of method to invoke
120 * @param params Array of parameters to pass to method
/PHP-7.2/ext/imap/tests/
H A Dimap_bodystruct_basic.phpt58 function isValid($param)
60 if(($param == 0) || ($param == 1))
/PHP-7.2/ext/gd/tests/
H A Dfunc.inc74 * @param string $filename
75 * @param resource $actual
118 * @param resource $image
140 * @param resource $image
/PHP-7.2/scripts/dev/
H A Dgenerate-phpt.phar184 * @param string $name
293 * @param string $name
315 * @param string $name
316 * @param array $array
339 * @param array $array
1221 * @param gtMethod $method
1315 * @param string $type
1819 * @param string $method
1875 * @param string $type
1921 * @param string $type
[all …]
/PHP-7.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native_column.phpt20 $stmt = $db->prepare("SELECT :param FROM test ORDER BY id ASC LIMIT 1");
21 $stmt->execute(array(':param' => 'id'));
/PHP-7.2/ext/posix/tests/
H A Dposix_ttyname_error_wrongparams.phpt23 var_dump(posix_ttyname()); // param missing
24 var_dump(posix_ttyname(0)); // param not a ressource
/PHP-7.2/Zend/tests/typehints/
H A Dfq_nullable.phpt7 function test(?\stdClass $param) {}
/PHP-7.2/ext/reflection/tests/
H A DReflectionMethod_constructor_error2.phpt39 //invalid 1st param
46 //invalid 2nd param
H A DReflectionFunction_getClosureThis.phpt9 $closure = function($param) { return "this is a closure"; };
/PHP-7.2/ext/sqlite3/tests/
H A Dbug77051.phpt25 echo "Change binded param to wrong type\n";
59 Change binded param to wrong type
/PHP-7.2/ext/spl/tests/
H A DSplFixedArray_setSize_param_float.phpt2 SplFixedArray::setSize() with a float param
/PHP-7.2/ext/standard/tests/array/
H A Dbug52719.phpt2 Bug #52719: array_walk_recursive crashes if third param of the function is by reference
/PHP-7.2/win32/build/
H A Ddeplister.c30 ULONG va, ULONG param) in StatusRoutine() argument

Completed in 67 milliseconds

12345678910>>...13