Home
last modified time | relevance | path

Searched refs:count (Results 501 – 525 of 1230) sorted by relevance

1...<<21222324252627282930>>...50

/PHP-5.5/ext/sockets/tests/
H A Dsocket_listen_params.phpt14 // wrong parameter count
/PHP-5.5/ext/standard/tests/math/
H A Ddechex_basic.phpt20 for ($i = 0; $i < count($values); $i++) {
/PHP-5.5/ext/standard/tests/streams/
H A Dstream_get_line_NUL_delimiter.phpt10 function stream_read($count) {
H A Dbug60455_02.phpt10 function stream_read($count) {
/PHP-5.5/ext/exif/tests/
H A Dbug72603.phpt7 var_dump(count(exif_read_data(dirname(__FILE__) . "/bug72603.jpeg")));
H A Dbug62523_2.phpt10 var_dump(count(exif_read_data(__DIR__."/bug62523_2.jpg")));
/PHP-5.5/ext/intl/tests/
H A Duconverter_enum.phpt8 var_dump(count($avail) > 100);
/PHP-5.5/Zend/tests/
H A Dbug28377.phpt15 echo isset($btInfo[0]['args']) ? count($btInfo[0]['args']) : 'does not exist';
/PHP-5.5/ext/spl/tests/
H A Dspl_autoload_008.phpt49 if (count(spl_autoload_functions()))
62 var_dump(count(spl_autoload_functions()));
H A Dcountable_class_basic1.phpt31 Method [ <internal%s> abstract public method count ] {
/PHP-5.5/ext/pcre/tests/
H A Dpreg_replace_callback_error.phpt6 * proto string preg_replace(mixed regex, mixed replace, mixed subject [, int limit [, count]])
24 var_dump(preg_replace_callback($regex, 'integer_word', $subject, $limit, $count, $extra_arg));
/PHP-5.5/ext/standard/tests/network/
H A Dsetcookie.phpt36 if (($i = count($expected)) > count($headers))
/PHP-5.5/ext/standard/tests/file/
H A Dcopy_variation17.phpt33 $count = 1;
43 $count++;
/PHP-5.5/ext/ereg/regex/
H A Dregcomp.c251 register int count; local
362 count = p_count(p);
370 count2 = count;
371 repeat(p, pos, count, count2);
454 register int count; local
540 count = p_count(p);
548 count2 = count;
549 repeat(p, pos, count, count2);
570 register int count = 0; local
574 count = count*10 + (GETNEXT() - '0');
[all …]
/PHP-5.5/ext/dom/tests/
H A DDOMCharacterData_deleteData_basic_001.phpt2 DOMCharacterData::deleteData() with count exceeding string size.
/PHP-5.5/ext/dba/libcdb/
H A Dcdb_make.h45 uint32 count[256]; member
/PHP-5.5/ext/gd/tests/
H A Dimagefilter_error1.phpt17 Warning: Wrong parameter count for imagefilter() in %s on line %d
/PHP-5.5/ext/standard/tests/strings/
H A Dget_html_translation_table_variation1.phpt71 for($index = 0; $index < count($values); $index ++) {
76 if (is_array($v) && count($v) > 100)
77 var_dump(count($v));
86 if (is_array($v) && count($v) > 100)
87 var_dump(count($v));
H A Dstrncasecmp_variation9.phpt68 $index2 = count($strings);
69 for($index1 = 0; $index1 < count($strings); $index1++) {
/PHP-5.5/ext/simplexml/tests/
H A Dbug41947.phpt11 if (count($gchild) > 0) {
/PHP-5.5/scripts/dev/
H A Dextern_c.php38 if (count($_SERVER["argv"])) {
/PHP-5.5/ext/reflection/tests/
H A Dbug29828.phpt21 var_dump(count($r->getMethods()));
/PHP-5.5/ext/enchant/tests/
H A Ddict_quick_check.phpt21 echo "Elements: " . count($suggs) . "\n";
/PHP-5.5/ext/phar/
H A Dbuild_precommand.php33 $c = count($f);
/PHP-5.5/ext/phar/tests/
H A Dstat2.phpt43 Warning: Wrong parameter count for is_file() in %sstat2.php on line %d
45 Warning: Wrong parameter count for is_link() in %sstat2.php on line %d

Completed in 52 milliseconds

1...<<21222324252627282930>>...50