Searched refs:assert (Results 76 – 100 of 156) sorted by relevance
1234567
22 AC_CHECK_HEADERS([stdlib.h stddef.h assert.h])
15 assert(('' == $db->errorCode()) || ('00000' == $db->errorCode()));
261 assert(zres == NULL); in PHP_FUNCTION()322 assert(level == IPPROTO_IPV6); in php_do_setsockopt_ipv6_rfc3542()373 assert(level == IPPROTO_IPV6); in php_do_getsockopt_ipv6_rfc3542()
12 assert.bail=true
13 assert.bail=true
100 assert(pos <= str_len); in get_next_char()494 assert(k <= 0xFFFFU); in php_mb2_int_to_char()512 assert(k <= 0xFFFFFFU); in php_mb3_int_to_char()893 assert(code <= 0xFFU); in write_octet_sequence()904 assert(code <= 0xFFU); in write_octet_sequence()911 assert(0); in write_octet_sequence()940 assert(*lim == '\0'); in traverse_for_entities()1000 assert(*next == ';'); in traverse_for_entities()1068 assert(!(doctype == ENT_HTML_DOC_XML1 && all)); in determine_entity_table()
19 versioning.c assert.c strnatcmp.c levenshtein.c incomplete_class.c \
31 assert($tmp === mysql_real_escape_string("foo" . chr(0) . "bar"));
28 assert($id === $id_def);
43 assert($row === $row2);
37 assert(soundex($stat) === soundex($stat_def));
24 assert($num_rows > 2);
53 assert(strlen($blob) <= $max_allowed_packet);81 assert(strlen($blob2) > $max_allowed_packet);
32 assert("foo" . chr(0) . "bar" === "foo" . chr(0) . "bar");
33 assert($num > 0);
113 assert(0); in apache_php_module_hook()
12 some systems, as well as a nested include (ugh) of <assert.h>.
34 assert(strlen(convbuf) < sizeof(convbuf));
325 assert(data != NULL); in php_stdiop_write()349 assert(data != NULL); in php_stdiop_read()410 assert(data != NULL); in php_stdiop_close()470 assert(data != NULL); in php_stdiop_flush()488 assert(data != NULL); in php_stdiop_seek()517 assert(data != NULL); in php_stdiop_cast()575 assert(data != NULL); in php_stdiop_stat()
183 assert(next <= slen && next >= cur); in _breakiterator_parts_move_forward()239 assert(((zoi_break_iter_parts*)ii->iterator)->bio->biter != NULL); in IntlIterator_from_BreakIterator_parts()
151 dnl Check first for an ODBC 1.0 function to assert that the libraries work154 dnl And now check for an ODBC 3.0 function to assert that they're
229 assert(k1->group && k1->name && k2->group && k2->name); in inifile_key_cmp()443 assert(0); in inifile_filter()479 assert(!append || (key->name && value)); /* missuse */ in inifile_delete_replace_append()
Completed in 70 milliseconds