Home
last modified time | relevance | path

Searched refs:n (Results 4776 – 4800 of 10103) sorted by relevance

1...<<191192193194195196197198199200>>...405

/php-src/ext/standard/tests/filters/
H A Dbug72941.phpt20 $n = strlen($data);
21 for ($i = 0; $i < $n - 1; ++$i) {
/php-src/ext/standard/tests/strings/
H A Dhebrev_basic.phpt6 echo "*** Testing hebrev() : basic functionality ***\n";
8 …ction converts logical Hebrew text to visual text.\nThe function tries to avoid breaking words.\n";
H A Dsprintf_variation1.phpt9 echo "*** Testing sprintf() : with unexpected values for format argument ***\n";
70 echo "\n-- Iteration $count --\n";
76 echo $exception->getMessage() . "\n";
83 echo $exception->getMessage() . "\n";
90 echo $exception->getMessage() . "\n";
/php-src/ext/simplexml/tests/
H A Dbug38406.phpt20 echo $exception->getMessage() . "\n";
23 echo "Done\n";
H A Diterator_interaction_empty_and_var_dump.phpt16 echo "--- var_dump ---\n";
24 echo "--- empty ---\n";
/php-src/Zend/tests/
H A Dgh10169.phpt23 echo $e->getMessage(), "\n";
31 echo $e->getMessage(), "\n";
/php-src/Zend/tests/readonly_props/
H A Dreadonly_clone_error2.phpt30 echo $exception->getMessage() . "\n";
36 echo $exception->getMessage() . "\n";
H A Dreadonly_clone_error6.phpt25 echo $e->getMessage() . "\n";
31 echo $e->getMessage() . "\n";
/php-src/ext/standard/tests/array/
H A Darray_sum_objects_operation_no_cast.phpt9 echo "array_sum() version:\n";
12 echo "array_reduce() version:\n";
H A Dasort_object1.phpt11 echo "*** Testing asort() : object functionality ***\n";
56 echo "\n-- Testing asort() by supplying various object arrays, 'flag' value is default --\n";
68 echo "\n-- Testing asort() by supplying various object arrays, 'flag' value is SORT_REGULAR --\n";
79 echo "Done\n";
H A Dkrsort_object.phpt11 echo "*** Testing krsort() : object functionality ***\n";
55 echo "\n-- Testing krsort() by supplying various object arrays, 'flag' value is default --\n";
67 echo "\n-- Testing krsort() by supplying various object arrays, 'flag' value is SORT_REGULAR --\n";
78 echo "Done\n";
H A Dksort_object.phpt11 echo "*** Testing ksort() : object functionality ***\n";
54 echo "\n-- Testing ksort() by supplying various object arrays, 'flag' value is default --\n";
66 echo "\n-- Testing ksort() by supplying various object arrays, 'flag' value is SORT_REGULAR --\n";
77 echo "Done\n";
/php-src/ext/dom/tests/delayed_freeing/
H A Dattribute_declaration.phpt18 echo $doc->saveXML(), "\n";
21 echo $doc->saveXML(), "\n";
/php-src/ext/reflection/tests/
H A Dtraits005.phpt14 echo "class $c:\n";
17 echo "\n";
/php-src/ext/session/tests/user_session_module/
H A Dbug31454.phpt18 echo $exception->getMessage() . "\n";
21 echo "Done\n";
/php-src/ext/standard/tests/file/
H A Duserstreams_006.phpt14 echo "size: ", strlen($data), "\n";
18 echo "option: ", $option, ", ", $arg1, ", ", $arg2, "\n";
H A Dcopy_variation6-win32.phpt13 echo "*** Test copy() function: copying file across directories ***\n";
41 echo "\n-- Now applying copy() on source file to create copies --";
44 echo "\n-- Iteration $count --\n";
55 echo "\n";
76 echo "*** Done ***\n";
H A Dcopy_variation6.phpt13 echo "*** Test copy() function: copying file across directories ***\n";
41 echo "\n-- Now applying copy() on source file to create copies --";
44 echo "\n-- Iteration $count --\n";
54 echo "\n";
74 echo "*** Done ***\n";
H A Dfgetcsv_variation21.phpt10 echo "*** Testing fgetcsv() : with default enclosure, blank line ***\n";
29 echo "Error: failed to create file $filename!\n";
33 fwrite($file_handle, "\n"); // blank line
45 echo "\n-- Testing fgetcsv() with file opened using $file_modes[$mode_counter] mode --\n";
62 echo "Done\n";
H A Dfscanf_variation53.phpt10 echo "*** Test fscanf(): to read a file when file pointer is pointing to EOF ***\n";
34 @fwrite($file_handle, "Sample text\n");
37 @fwrite($file_handle, "\n");
47 echo "\n-- iteration $counter --\n";
66 echo "\n*** Done ***";
/php-src/ext/date/tests/
H A DDateTime_extends_basic2.phpt9 echo "*** Testing new DateTime() : with user space __construct magic method ***\n";
24 echo $d->format("F j, Y, g:i:s a") . "\n";
/php-src/ext/pdo_sqlite/tests/subclasses/
H A Dpdo_sqlite_createcollation_arg_error.phpt21 echo $e->getMessage() . "\n";
27 echo $e->getMessage() . "\n";
/php-src/ext/dom/tests/modern/spec/
H A DDocument_createAttribute.phpt9 echo "--- HTML document ---\n";
17 echo "--- XML document ---\n";
/php-src/main/streams/
H A Dtransports.c63 size_t n = 0; in _php_stream_xport_create() local
99 n++; in _php_stream_xport_create()
102 if ((*p == ':') && (n > 1) && !strncmp("://", p, 3)) { in _php_stream_xport_create()
105 namelen -= n + 3; in _php_stream_xport_create()
108 n = 3; in _php_stream_xport_create()
112 if (NULL == (factory = zend_hash_str_find_ptr(&xport_hash, protocol, n))) { in _php_stream_xport_create()
115 if (n >= sizeof(wrapper_name)) in _php_stream_xport_create()
116 n = sizeof(wrapper_name) - 1; in _php_stream_xport_create()
117 PHP_STRLCPY(wrapper_name, protocol, sizeof(wrapper_name), n); in _php_stream_xport_create()
132 stream = (factory)(protocol, n, in _php_stream_xport_create()
/php-src/ext/standard/tests/general_functions/
H A Dis_string.phpt5 echo "*** Testing is_string() with valid string values ***\n";
53 echo "-- Iteration $loop_counter --\n"; $loop_counter++;
57 echo "\n*** Testing is_string() on non string values ***\n";
135 echo "-- Iteration $loop_counter --\n"; $loop_counter++;
139 echo "Done\n";

Completed in 60 milliseconds

1...<<191192193194195196197198199200>>...405