Home
last modified time | relevance | path

Searched refs:zero (Results 276 – 300 of 330) sorted by relevance

1...<<11121314

/PHP-7.2/ext/standard/tests/strings/
H A Dprintf.phpt30 echo "\n*** Output for zero argument ***\n";
228 *** Output for zero argument ***
H A Dprintf_64bit.phpt30 echo "\n*** Output for zero argument ***\n";
228 *** Output for zero argument ***
H A Dhtmlentities24.phpt39 /* zero argument */
H A Dhtmlspecialchars.phpt39 /* zero argument */
H A Dimplode1.phpt100 /* zero argument */
H A Dexplode1.phpt20 0, // zero
/PHP-7.2/ext/standard/tests/array/
H A Darray_key_exists_variation1.phpt18 $search = array ('zero', 'key' => 'val', 'two');
/PHP-7.2/ext/standard/tests/file/
H A Dfwrite_error.phpt21 // zero argument
H A Dbasename-win32.phpt119 // zero arguments
H A Dbasename.phpt140 // zero arguments
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg.c502 zval zero; in phpdbg_oplog_fill_executable() local
503 ZVAL_LONG(&zero, 0); in phpdbg_oplog_fill_executable()
528 zend_hash_index_update(insert_ht, insert_idx, &zero); in phpdbg_oplog_fill_executable()
688 zval zero; in PHP_FUNCTION() local
689 ZVAL_LONG(&zero, 0); in PHP_FUNCTION()
729 num = zend_hash_index_add_new(insert_ht, insert_idx, &zero); in PHP_FUNCTION()
/PHP-7.2/ext/phar/
H A Dutil.c494 (*ret)->zero = phar_get_fp_offset(link); in phar_get_entry_data()
496 (*ret)->zero = phar_get_fp_offset(entry); in phar_get_entry_data()
612 ret->position = ret->zero = 0; in phar_get_or_create_entry_data()
730 dummy.zero = entry->offset; in phar_open_entry_fp()
748 dummy.zero = entry->offset; in phar_open_entry_fp()
795 dummy.zero = entry->offset; in phar_open_entry_fp()
H A Dphar_internal.h458 zend_off_t zero; member
/PHP-7.2/ext/phar/tests/
H A Dphar_extract.phpt142 Invalid argument, extraction path must be non-zero length
/PHP-7.2/ext/spl/internal/
H A Drecursiveiteratoriterator.inc47 * @param flags Control flags, zero or any combination of the following
/PHP-7.2/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 DChangeLog51 starting offset greater than zero.
416 zero).
419 of zero, matching went wrong. In particular, if the whole group had
861 literal characters 8 and 9 instead of a binary zero followed by the
1255 pcre_compile.c when checking for a zero character.
2453 combination -clh just lists non-zero counts, with no names.
2531 nmatch is forced to zero.
5140 name, zero terminated. The names are in alphabetical order.
5147 calling malloc() with a zero argument.
5192 otherwise it is set to zero.
[all …]
/PHP-7.2/ext/date/lib/
H A Dparse_date.re1961 case 'd': /* two digit day, with leading zero */
1962 case 'j': /* two digit day, without leading zero */
1982 case 'm': /* two digit month, with leading zero */
1983 case 'n': /* two digit month, without leading zero */
2014 case 'g': /* two digit hour, with leading zero */
2015 case 'h': /* two digit hour, without leading zero */
2024 case 'G': /* two digit hour, with leading zero */
2025 case 'H': /* two digit hour, without leading zero */
2041 case 'i': /* two digit minute, with leading zero */
2055 case 's': /* two digit second, with leading zero */
/PHP-7.2/ext/hash/sha3/generic64lc/
H A DKeccakP-1600-unrolling.macros13 http://creativecommons.org/publicdomain/zero/1.0/
H A DKeccakSponge.inc13 http://creativecommons.org/publicdomain/zero/1.0/
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt404 zero-terminated.
483 character string, zero-terminated.
735 zero-terminated.
811 character string, zero-terminated.
1832 tion should return zero if all is well, or non-zero to force an error.
2475 58 a numbered reference must not be zero
2920 zero terminated.
3616 ovecsize was not zero.
3894 it is greater than zero. If pcre_exec() returned zero, indicating that
4566 the pattern to represent a binary zero.
[all …]
/PHP-7.2/ext/standard/tests/serialize/
H A Dserialization_miscTypes_001.phpt51 array(), // zero elements
/PHP-7.2/Zend/tests/
H A Dnumeric_string_errors.phpt97 Warning: Division by zero in %s on line %d
H A Dnumeric_string_errors_assign.phpt152 Warning: Division by zero in %s on line %d
/PHP-7.2/ext/hash/sha3/generic32lc/
H A DKeccakSponge.inc13 http://creativecommons.org/publicdomain/zero/1.0/

Completed in 102 milliseconds

1...<<11121314