Home
last modified time | relevance | path

Searched refs:number (Results 476 – 493 of 493) sorted by relevance

1...<<11121314151617181920

/PHP-8.0/ext/date/
H A Dphp_date.c588 static char *english_suffix(timelib_sll number) in english_suffix() argument
590 if (number >= 10 && number <= 19) { in english_suffix()
593 switch (number % 10) { in english_suffix()
/PHP-8.0/ext/phar/phar/
H A Dpharcommand.inc464 …'inf' => ' Any number of input files and directories. If -i is in use then ONLY files…
984 …'inf' => ' Any number of input files and directories. If -i is in use then ONLY files…
/PHP-8.0/ext/phar/tests/files/
H A Dpear2coverage.phar97 * number of hits on each line, highlights un-executed lines in red
660 unset($this->source[0]); // make source array indexed by line number
/PHP-8.0/ext/standard/tests/file/
H A Dfread_variation1.phpt33 echo "Error reading file, total number of bytes read = ".strlen($data_from_file)."\n";
H A Dfread_variation4.phpt29 echo "Error reading file, total number of bytes read = ".strlen($data_from_file)."\n";
H A Dfread_variation2.phpt31 echo "Error reading file, total number of bytes read = ".strlen($data_from_file)."\n";
/PHP-8.0/ext/pcre/pcre2lib/
H A Dpcre2_internal.h1777 uint16_t number; /* Capture number */ member
/PHP-8.0/docs/
H A Dstreams.md113 number of bytes to copy. This function will try to use mmap where available to
/PHP-8.0/ext/reflection/
H A Dphp_reflection.c922 …extension_ini_string(zend_ini_entry *ini_entry, smart_str *str, char *indent, int number) /* {{{ */ in _extension_ini_string() argument
926 if (number == ini_entry->module_number) { in _extension_ini_string()
5793 static void _addinientry(zend_ini_entry *ini_entry, zval *retval, int number) in _addinientry() argument
5795 if (number == ini_entry->module_number) { in _addinientry()
/PHP-8.0/ext/standard/
H A Dvar_unserializer.re408 /* number too long or overflow */
/PHP-8.0/sapi/fpm/tests/
H A Dtester.inc1517 * @param int $count The number of items
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_get_client_stats.phpt100 printf("[005] Expecting the same number of entries in the arrays\n");
/PHP-8.0/
H A Dconfigure.ac87 echo "/* edit configure.ac to change version number */" >> php_version.h.new
/PHP-8.0/ext/fileinfo/
H A Dlibmagic.patch1544 * ubuf, and the number of characters converted in ulen.
2996 ssize_t nbytes = 0; /* number of bytes read from a datafile */
/PHP-8.0/ext/oci8/tests/
H A Dimp_res_3.phpt26 "create table imp_res_3_tab_1 (c1 number, c2 varchar2(10))",
/PHP-8.0/build/
H A Dltmain.sh1800 -version-number)
/PHP-8.0/ext/date/lib/
H A Dparse_date.re2374 …case TIMELIB_FORMAT_SKIP_TO_SEPARATOR: /* random chars until a separator or number ([ \t.,:;/-0123…
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_x86.dasc2194 | LOAD_ADDR CARG2, "Bit shift by negative number"
2198 | push "Bit shift by negative number"
2639 #define ZEND_JIT_EXIT_POINTS_PER_GROUP 32 // number of continuous exit points
11553 TRACE_FRAME_NUM_ARGS(JIT_G(current_frame)) == -1 || /* unknown number of args */

Completed in 258 milliseconds

1...<<11121314151617181920