Home
last modified time | relevance | path

Searched refs:zero (Results 76 – 100 of 294) sorted by path

12345678910>>...12

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_get_warnings.phpt81 printf("[015 - %d] Error number should not be zero\n", $i);
H A Dmysqli_stmt_insert_id.phpt61 printf("[010] Expecting int/any non zero, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_thread_id.phpt25 printf("[003] Expecting int/any but zero, got %s/%s. [%d] %s\n",
/PHP-5.5/ext/oci8/tests/
H A Darray_bind_002.phpt62 Warning: oci_bind_array_by_name(): Maximum array length must be greater than zero in %s on line %d
H A Dlob_027.phpt99 Warning: OCI-Lob::truncate(): Length must be greater than or equal to zero in %s on line %d
103 Warning: OCI-Lob::truncate(): Length must be greater than or equal to zero in %s on line %d
H A Dlob_042.phpt61 Warning: OCI-Lob::truncate(): Length must be greater than or equal to zero in %s on line %d
/PHP-5.5/ext/opcache/
H A Dconfig.m4136 AC_MSG_CHECKING(for mmap() using /dev/zero shared memory support)
156 fd = open("/dev/zero", O_RDWR, S_IRUSR | S_IWUSR);
187 AC_DEFINE(HAVE_SHM_MMAP_ZERO, 1, [Define if you have mmap("/dev/zero") SHM support])
/PHP-5.5/ext/pcre/pcrelib/
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 …]
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 DNEWS61 literal characters 8 and 9 instead of a binary zero followed by the
710 value of zero. For example, change
H A DREADME838 128 regular expression metacharacter or binary zero
H A Dpcre_jit_compile.c7533 BOOL zero = FALSE; in compile_bracketpos_matchingpath() local
7542 zero = TRUE; in compile_bracketpos_matchingpath()
7588 if (!zero) in compile_bracketpos_matchingpath()
7624 if (!zero) in compile_bracketpos_matchingpath()
7635 if (!zero) in compile_bracketpos_matchingpath()
7650 if (!zero) in compile_bracketpos_matchingpath()
7712 if (!zero) in compile_bracketpos_matchingpath()
7743 if (!zero) in compile_bracketpos_matchingpath()
7791 if (!zero) in compile_bracketpos_matchingpath()
/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/pcre/pcrelib/testdata/
H A Dgrepinput595 This is a line before the binary zero.
596 This line contains a binary zero here >�< for testing.
597 This is a line after the binary zero.
H A Dgrepoutput398 This line contains a binary zero here >�< for testing.
401 This is a line before the binary zero.
406 This is a line after the binary zero.
409 before the binary zero
410 after the binary zero
418 595:zero
419 596:zero
421 597:zero
425 595:zero
426 596:zero
[all …]
H A Dtestoutput28108 Failed: a numbered reference must not be zero at offset 5
8111 Failed: a numbered reference must not be zero at offset 8
8247 Failed: a numbered reference must not be zero at offset 5
8253 Failed: a numbered reference must not be zero at offset 5
11534 Skip zero
11575 Skip zero
11623 Skip zero
/PHP-5.5/ext/pcre/tests/
H A Dpreg_grep_basic.phpt12 …s / followed by one or more of a-z, A-Z and 0-9, followed by zero or more . followed by zero or mo…
H A Dpreg_replace_callback_basic.phpt12 $replacement = array('zero', 'one', 'two', 'three', 'four', 'five', 'six', 'seven', 'eight', 'nine'…
H A Dpreg_replace_callback_error.phpt15 $replacement = array('zero', 'one', 'two', 'three', 'four', 'five', 'six', 'seven', 'eight', 'nine'…
H A Dpreg_replace_callback_error1.phpt19 $replacement = array('zero', 'one', 'two', 'three', 'four', 'five', 'six', 'seven', 'eight', 'nine'…
H A Dpreg_replace_error.phpt11 echo "\n-- Testing preg_replace() function with zero arguments --\n";
31 -- Testing preg_replace() function with zero arguments --
/PHP-5.5/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);
H A Dpdo_mysql_prepare_native.phpt156 printf("[019] '1' IS NOT NULL evaluates to true, expecting zero rows, got %d rows\n", $tmp);
193 printf("[030] Expecting zero rows, got %d rows\n", $tmp);
268 printf("[050] '1' IS NOT NULL evaluates to true, expecting zero rows, got %d rows\n", $tmp);
318 printf("[061] Expecting zero rows, got %d rows\n", $tmp);
/PHP-5.5/ext/pgsql/tests/
H A Dbug60244.phpt29 Warning: pg_fetch_array(): The row parameter must be greater or equal to zero in %sbug60244.php on …
32 Warning: pg_fetch_assoc(): The row parameter must be greater or equal to zero in %sbug60244.php on …
35 Warning: pg_fetch_object(): The row parameter must be greater or equal to zero in %sbug60244.php on…
38 Warning: pg_fetch_row(): The row parameter must be greater or equal to zero in %sbug60244.php on li…
/PHP-5.5/ext/phar/
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);

Completed in 135 milliseconds

12345678910>>...12