Home
last modified time | relevance | path

Searched refs:n (Results 5126 – 5150 of 10129) sorted by relevance

1...<<201202203204205206207208209210>>...406

/php-src/ext/zip/tests/
H A Doo_encryption.phpt15 echo "== Write\n";
26 echo "== Read\n";
38 echo "== Stream\n";
/php-src/ext/standard/tests/array/
H A Dnatcasesort_object2.phpt10 echo "*** Testing natcasesort() : object functionality ***\n";
41 echo "\n-- Testing natcasesort() by supplying object arrays --\n";
H A Darray_change_key_case_variation4.phpt9 echo "*** Testing array_change_key_case() : usage variations ***\n";
13 echo "\n-- \$sort argument is $i --\n";
H A Darray_chunk_basic2.phpt5 echo "*** Testing array_chunk() : basic functionality ***\n";
28 echo "\n-- Iteration $count --\n";
H A Darray_diff_variation3.phpt10 echo "*** Testing array_diff() : usage variations ***\n";
93 echo "\n Iteration: $iterator \n";
/php-src/ext/reflection/tests/
H A DReflectionMethod_getDocComment_basic.phpt61 echo "\n\n---> Doc comment for $class::" . $rm->getName() . "():\n";
H A DReflectionProperty_getDocComment_basic.phpt38 echo "\n\n---> Doc comment for $class::$" . $rp->getName() . ":\n";
/php-src/ext/standard/tests/strings/
H A Dstristr_variation2.phpt6 echo "*** Testing stristr() function: with unexpected inputs for 'needle' argument ***\n";
56 echo "-- Iteration $count --\n";
60 echo $e->getMessage(), "\n";
H A Dstrncasecmp_variation9.phpt7 echo "*** Test strncasecmp() function: with here-doc strings ***\n";
32 Hello, World\n
69 echo "*** Done ***\n";
H A Dprint_variation1.phpt6 echo "*** Testing print() function: with unexpected inputs for 'arg' argument ***\n";
68 echo "-- Iteration $count --\n";
70 echo "\n";
/php-src/ext/gd/tests/
H A Dimagecolorallocate_variation5.phpt15 echo "*** Testing imagecolorallocate() : usage variations ***\n";
38 echo "\n--$key--\n";
/php-src/ext/standard/tests/file/
H A Drename_variation.phpt17 echo "*** Testing rename() : rename files across directories ***\n";
31 echo "-- Iteration $counter --\n";
48 echo "Done\n";
/php-src/ext/date/tests/
H A Dgmstrftime_variation13.phpt5 echo "*** Testing gmstrftime() : usage variation ***\n";
23 echo "\n--$key--\n";
H A Dgmstrftime_variation16.phpt11 echo "*** Testing gmstrftime() : usage variation ***\n";
28 echo "\n--$key--\n";
H A Dgmstrftime_variation3.phpt5 echo "*** Testing gmstrftime() : usage variation ***\n";
21 echo "\n--$key--\n";
H A Dstrftime_variation13.phpt5 echo "*** Testing strftime() : usage variation ***\n";
23 echo "\n--$key--\n";
H A Dstrftime_variation16.phpt11 echo "*** Testing strftime() : usage variation ***\n";
28 echo "\n--$key--\n";
H A Dstrftime_variation3.phpt5 echo "*** Testing strftime() : usage variation ***\n";
21 echo "\n--$key--\n";
/php-src/ext/standard/tests/dir/
H A Ddir_variation4-win32-mb.phpt16 echo "*** Testing dir() : operate on previously opened directory ***\n";
37 echo "-- reading directory contents with previous handle --\n";
40 echo "-- reading directory contents with current handle --\n";
/php-src/Zend/tests/
H A Dtrampoline_closure_named_arguments.phpt19 echo "-- Non-static cases --\n";
27 echo "-- Static cases --\n";
35 echo "-- Reflection tests --\n";
/php-src/ext/sockets/tests/
H A Dsocket_cmsg_credentials.phpt25 echo "creating send socket\n";
30 echo "creating receive socket\n";
40 // "iov" => ["test ", "thing", "\n"],
/php-src/ext/session/tests/user_session_module/
H A Dsession_set_save_handler_variation4.phpt16 echo "*** Testing session_set_save_handler() : variation ***\n";
19 echo("GC [".$maxlifetime."]\n");
20 echo gc($maxlifetime)." deleted\n";
/php-src/ext/xmlreader/tests/
H A D014.phpt30 echo $exception->getMessage() . "\n";
37 echo $exception->getMessage() . "\n";
43 echo $exception->getMessage() . "\n";
/php-src/ext/standard/tests/filters/
H A Dfilter_errors_user.phpt46 echo "test_filter$i\n";
51 echo "test append / read / remove\n";
53 echo "test_filter$i\n";
62 echo "test append all / read / remove all\n";
68 echo "test_filter$i\n";
76 echo "test append all / read / close\n";
82 echo "test_filter$i\n";
/php-src/ext/sockets/
H A Dsendrecvmsg.c288 n = 0; in PHP_FUNCTION() local
292 &level, &type, &n) == FAILURE) { in PHP_FUNCTION()
298 LONG_CHECK_VALID_INT(n, 3); in PHP_FUNCTION()
300 if (n < 0) { in PHP_FUNCTION()
316 size_t size = entry->size + n * entry->var_el_size; in PHP_FUNCTION()
318 if (n > n_max /* zend_long overflow */ in PHP_FUNCTION()
326 RETURN_LONG((zend_long)CMSG_SPACE(entry->size + n * entry->var_el_size)); in PHP_FUNCTION()

Completed in 39 milliseconds

1...<<201202203204205206207208209210>>...406