Home
last modified time | relevance | path

Searched refs:zero (Results 251 – 275 of 294) sorted by relevance

1...<<1112

/PHP-5.5/ext/date/lib/
H A Dparse_date.re1887 case 'd': /* two digit day, with leading zero */
1888 case 'j': /* two digit day, without leading zero */
1908 case 'm': /* two digit month, with leading zero */
1909 case 'n': /* two digit month, without leading zero */
1940 case 'g': /* two digit hour, with leading zero */
1941 case 'h': /* two digit hour, without leading zero */
1950 case 'G': /* two digit hour, with leading zero */
1951 case 'H': /* two digit hour, without leading zero */
1967 case 'i': /* two digit minute, with leading zero */
1981 case 's': /* two digit second, with leading zero */
/PHP-5.5/ext/phar/tests/
H A Dphar_extract.phpt142 Invalid argument, extraction path must be non-zero length
/PHP-5.5/ext/spl/internal/
H A Drecursiveiteratoriterator.inc47 * @param flags Control flags, zero or any combination of the following
/PHP-5.5/ext/pcre/pcrelib/
H A DHACKING215 followed by a binary zero. For (*PRUNE), (*SKIP), and (*THEN) with arguments,
263 matches from 0 to the given number. A repeat with a non-zero minimum and a
420 If a subpattern is quantified such that it is permitted to match zero times, it
430 minimum is zero), with the final copy terminating with OP_KETRMIN or OP_KETRMAX
453 repetition is zero, the group is preceded by OP_BRAPOSZERO.
500 subpattern using the opcode OP_RREF (with a value of zero for "the whole
H A DChangeLog230 zero).
233 of zero, matching went wrong. In particular, if the whole group had
675 literal characters 8 and 9 instead of a binary zero followed by the
1069 pcre_compile.c when checking for a zero character.
2267 combination -clh just lists non-zero counts, with no names.
2345 nmatch is forced to zero.
4954 name, zero terminated. The names are in alphabetical order.
4961 calling malloc() with a zero argument.
5006 otherwise it is set to zero.
5107 If the callout function in pcretest receives a non-zero value as
[all …]
/PHP-5.5/ext/phar/
H A Dutil.c502 (*ret)->zero = phar_get_fp_offset(link TSRMLS_CC); in phar_get_entry_data()
504 (*ret)->zero = phar_get_fp_offset(entry TSRMLS_CC); in phar_get_entry_data()
620 ret->position = ret->zero = 0; in phar_get_or_create_entry_data()
738 dummy.zero = entry->offset; in phar_open_entry_fp()
756 dummy.zero = entry->offset; in phar_open_entry_fp()
803 dummy.zero = entry->offset; in phar_open_entry_fp()
H A Dphar_internal.h489 off_t zero; member
H A Dphar.c2465 if (idata->zero && idata->zero != entry->offset_abs) {
2466 idata->zero = entry->offset_abs;
2474 php_stream_seek(fp, idata->zero, SEEK_SET);
2480 php_stream_seek(fp, idata->zero, SEEK_SET);
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt404 zero-terminated.
483 character string, zero-terminated.
735 zero-terminated.
811 character string, zero-terminated.
1833 tion should return zero if all is well, or non-zero to force an error.
2476 58 a numbered reference must not be zero
2921 zero terminated.
3617 ovecsize was not zero.
3895 it is greater than zero. If pcre_exec() returned zero, indicating that
4567 the pattern to represent a binary zero.
[all …]
/PHP-5.5/ext/standard/tests/serialize/
H A Dserialization_miscTypes_001.phpt51 array(), // zero elements
/PHP-5.5/ext/standard/tests/strings/
H A Dhtmlentities24.phpt39 /* zero argument */
H A Dhtmlspecialchars.phpt39 /* zero argument */
H A Dimplode1.phpt100 /* zero argument */
H A Dexplode1.phpt20 0, // zero
H A Dstrstr.phpt165 var_dump( strstr() ); // zero argument
/PHP-5.5/ext/standard/tests/file/
H A Dbasename-win32.phpt119 // zero arguments
H A Dbasename.phpt140 // zero arguments
H A Dftruncate_variation1-win32.phpt2 Test ftruncate() function : usage variations - truncate filesize to zero
H A Dftruncate_variation1.phpt2 Test ftruncate() function : usage variations - truncate filesize to zero
/PHP-5.5/ext/standard/tests/general_functions/
H A Dprint_r.phpt34 0, // zero as argument
287 //passing zero argument
H A Dprint_r_64bit.phpt35 0, // zero as argument
288 //passing zero argument
H A Dvar_dump.phpt28 0, // zero as argument
286 //passing zero argument
H A Dvar_dump_64bit.phpt28 0, // zero as argument
286 //passing zero argument
/PHP-5.5/
H A DREADME.PARAMETER_PARSING_API84 respectively. A non-zero value will be written to the zend_bool iif a
/PHP-5.5/ext/standard/tests/array/
H A Darray_key_exists_variation8.phpt33 0 => 'zero',

Completed in 108 milliseconds

1...<<1112