Home
last modified time | relevance | path

Searched refs:dots (Results 1 – 5 of 5) sorted by relevance

/PHP-7.0/ext/spl/tests/
H A Dbug62433.phpt5 $dots = array_keys(iterator_to_array(new RecursiveDirectoryIterator(__DIR__)));
8 var_dump(in_array(__DIR__ . DIRECTORY_SEPARATOR . '.', $dots));
9 var_dump(in_array(__DIR__ . DIRECTORY_SEPARATOR . '..', $dots));
/PHP-7.0/ext/standard/
H A Dflock_compat.c183 int dots = 0; in inet_aton() local
204 if (++dots > 3) { in inet_aton()
223 if (dots < 3) { in inet_aton()
224 addr <<= 8 * (3 - dots) ; in inet_aton()
/PHP-7.0/ext/gd/tests/
H A Dbug24594.phpt18 /* create the dots pattern */
/PHP-7.0/ext/fileinfo/tests/
H A Dmagic5797 0 string \377\377\174 ddis/dots archive
6990 >>>>>>438 ubyte x \b,0x%x dots
/PHP-7.0/ext/pcre/pcrelib/doc/
H A Dpcre.txt5697 string, it takes two dots to match it.

Completed in 89 milliseconds