Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-7.0/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.0/ext/imap/tests/
H A Dimap_bodystruct_basic.phpt58 function isValid($param)
60 if(($param == 0) || ($param == 1))
/PHP-7.0/ext/gd/tests/
H A Dfunc.inc74 * @param string $filename
75 * @param resource $actual
118 * @param resource $image
140 * @param resource $image
/PHP-7.0/ext/soap/tests/bugs/
H A Dbug50762.phpt12 public function testHeader($param){
44 echo $cl->testHeader('param') . PHP_EOL;
/PHP-7.0/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.0/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.0/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.0/ext/spl/tests/
H A DSplFixedArray_setSize_param_float.phpt2 SplFixedArray::setSize() with a float param
H A DSplDoublyLinkedList_pop_params.phpt10 $get = $array->pop( 'param' );
H A DSplObjectStorage_setInfo_invalid_parameter.phpt2 Check that SplObjectStorage::setInfo returns NULL when no param is passed
/PHP-7.0/ext/reflection/tests/
H A DReflectionMethod_constructor_error2.phpt39 //invalid 1st param
46 //invalid 2nd param
H A DReflectionFunction_getClosureThis.phpt11 $closure = function($param) { return "this is a closure"; };
H A DReflectionFunction_isClosure_basic.phpt14 $closure = function($param) { return "this is a closure"; };
/PHP-7.0/ext/spl/examples/
H A Dkeyfilter.inc32 * @param it Object that implements at least spl_forward
33 * @param regex Regular expression used as a filter.
H A Ddbareader.inc27 * @param file Database file to open.
28 * @param handler Handler to use for database access.
H A Dfindfile.inc28 * @param $path the directory to search in
31 * @param $file the name of the files to search fro
/PHP-7.0/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.0/win32/build/
H A Ddeplister.c30 ULONG va, ULONG param) in StatusRoutine() argument
/PHP-7.0/Zend/tests/
H A Dbug46665.phpt2 Bug #46665 (Triggering autoload with a variable classname causes truncated autoload param)
/PHP-7.0/ext/xmlwriter/tests/
H A Dxmlwriter_write_dtd_error_001.phpt2 xmlwriter_write_dtd with missing param(s)
/PHP-7.0/ext/date/tests/
H A Dbug21966.phpt2 Bug #21966 (date() or mktime() returning bad value for mktime month param of '2')

Completed in 32 milliseconds

12345678910>>...12