Home
last modified time | relevance | path

Searched refs:zero (Results 226 – 250 of 281) sorted by relevance

12345678910>>...12

/PHP-5.3/ext/spl/internal/
H A Dlimititerator.inc108 /** @return current position relative to zero (not to offset specified in
H A Drecursiveiteratoriterator.inc47 * @param flags Control flags, zero or any combination of the following
/PHP-5.3/ext/phar/tests/
H A Dfgc_edgecases.phpt68 Warning: file_get_contents(): length must be greater than or equal to zero in phar://%sfgc_edgecase…
H A Dphar_extract.phpt142 Invalid argument, extraction path must be non-zero length
/PHP-5.3/ext/standard/tests/math/
H A Dexpm1_variation1.phpt10 * when the value of number is close to zero.
/PHP-5.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_emulated.phpt150 printf("[026] '1' IS NOT NULL evaluates to true, expecting zero rows, got %d rows\n", $tmp);
186 printf("[040] Expecting zero rows, got %d rows\n", $tmp);
255 printf("[067] '1' IS NOT NULL evaluates to true, expecting zero rows, got %d rows\n", $tmp);
295 printf("[080] Expecting zero rows, got %d rows\n", $tmp);
/PHP-5.3/ext/standard/tests/array/
H A Darray_rand_variation4.phpt22 2.3 => 'float key', 0 => "zero key", 0.2 => 'decimal key',
H A Dshuffle_variation4.phpt20 /*1*/ array("zero" => 0, 1 => 1, "two" => 2, "max_int" => 2147483647 ),
H A Darray_key_exists_variation1.phpt18 $search = array ('zero', 'key' => 'val', 'two');
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_stmt_get_warnings.phpt81 printf("[015 - %d] Error number should not be zero\n", $i);
/PHP-5.3/ext/pcre/pcrelib/
H A DHACKING202 followed by a binary zero. For (*PRUNE), (*SKIP), and (*THEN) with arguments,
248 0 to the given number. A repeat with a non-zero minimum and a fixed maximum is
375 If a subpattern is quantified such that it is permitted to match zero times, it
385 minimum is zero), with the final copy terminating with OP_KETRMIN or OP_KETRMAX
407 repetition is zero, the group is preceded by OP_BRAPOSZERO.
446 zero for "the whole pattern". For a DEFINE condition, just the single unit
/PHP-5.3/ext/standard/tests/file/
H A Dftruncate_error.phpt20 // zero arguments
H A Dfwrite_error.phpt21 // zero argument
H A Dhtmlentities19.phpt39 /* zero argument */
H A Dhtmlspecialchars.phpt39 /* zero argument */
/PHP-5.3/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 Dimplode1.phpt100 /* zero argument */
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt387 zero-terminated.
464 character string, zero-terminated.
716 zero-terminated.
790 character string, zero-terminated.
2377 58 a numbered reference must not be zero
2750 zero terminated.
3452 ovecsize was not zero.
3729 it is greater than zero. If pcre_exec() returned zero, indicating that
4351 the pattern to represent a binary zero.
4776 zero.
[all …]
/PHP-5.3/ext/date/lib/
H A Dparse_date.re1945 case 'd': /* two digit day, with leading zero */
1946 case 'j': /* two digit day, without leading zero */
1966 case 'm': /* two digit month, with leading zero */
1967 case 'n': /* two digit month, without leading zero */
1998 case 'g': /* two digit hour, with leading zero */
1999 case 'h': /* two digit hour, without leading zero */
2008 case 'G': /* two digit hour, with leading zero */
2009 case 'H': /* two digit hour, without leading zero */
2025 case 'i': /* two digit minute, with leading zero */
2039 case 's': /* two digit second, with leading zero */
/PHP-5.3/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_b.phpt23 0, // zero as argument
H A Ddebug_zval_dump_b_64bit.phpt23 0, // zero as argument
/PHP-5.3/ext/standard/tests/serialize/
H A Dserialization_miscTypes_001.phpt49 array(), // zero elements
/PHP-5.3/ext/phar/
H A Dutil.c720 (*ret)->zero = phar_get_fp_offset(phar_get_link_source(entry TSRMLS_CC) TSRMLS_CC); in phar_get_entry_data()
722 (*ret)->zero = phar_get_fp_offset(entry TSRMLS_CC); in phar_get_entry_data()
838 ret->position = ret->zero = 0; in phar_get_or_create_entry_data()
961 dummy.zero = entry->offset; in phar_open_entry_fp()
979 dummy.zero = entry->offset; in phar_open_entry_fp()
1026 dummy.zero = entry->offset; in phar_open_entry_fp()
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dsqlite.h.in103 ** should normally return 0. If the callback returns a non-zero
205 ** zero regardless of the number of elements that were originally in the
229 ** zero regardless of the number of elements that were originally in the
272 ** SQLITE_BUSY. If the callback returns non-zero, then sqlite_exec()
293 ** Calling this routine with an argument less than or equal to zero
473 ** can be an integer greater than or equal to zero. When the datatype
808 ** callback. If the callback function returns non-zero, then the commit

Completed in 149 milliseconds

12345678910>>...12