Home
last modified time | relevance | path

Searched refs:assert (Results 1 – 25 of 130) sorted by path

123456

/PHP-5.3/
H A DNEWS1043 . Fixed bug #54924 (assert.* is not being reset upon request shutdown). (Ilia)
4894 - Fixed bug #39718 (possible crash if assert.callback is set in ini). (Ilia)
H A DREADME.input_filter106 assert(*val != NULL);
H A Dconfigure.in410 assert.h \
452 assert.h
/PHP-5.3/Zend/
H A Dzend_operators.h361 assert(0); \
/PHP-5.3/build/
H A Dlibtool.m45599 …_LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $link…
6091 …_LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_…
/PHP-5.3/ext/bcmath/libbcmath/src/
H A Drecmul.c124 assert (accum->n_len+accum->n_scale >= shift+count); in _bc_shift_addsub()
/PHP-5.3/ext/date/lib/
H A Dparse_date.c24863 assert(time != NULL); in timelib_time_reset_fields()
24875 assert(time != NULL); in timelib_time_reset_unset_fields()
H A Dparse_date.re26 #include <assert.h>
1870 assert(time != NULL);
1882 assert(time != NULL);
/PHP-5.3/ext/dba/libinifile/
H A Dinifile.c230 assert(k1->group && k1->name && k2->group && k2->name); in inifile_key_cmp()
444 assert(0); in inifile_filter()
480 assert(!append || (key->name && value)); /* missuse */ in inifile_delete_replace_append()
/PHP-5.3/ext/ereg/regex/
H A DREADME12 some systems, as well as a nested include (ugh) of <assert.h>.
H A DWHATSNEW16 <assert.h> has been added. And some more things have been added to
H A Dengine.c132 assert(m->coldp != NULL);
199 assert(start <= stop);
311 assert(dp == rest);
313 assert(sp == rest);
349 assert(dp == sep);
384 assert(dp == rest);
410 assert(sp == stop);
614 assert(PHP_REGEX_NOPE);
695 assert(c != OUT);
702 assert(coldp != NULL);
[all …]
H A Dmain.c490 assert(len <= sizeof(epbuf));
506 assert(strlen(efbuf) < sizeof(efbuf));
H A Dregcomp.c504 assert(i < NPAREN);
506 assert(i <= p->g->nsub);
825 assert(isalpha(ch));
928 assert(from <= to);
958 assert(copy == finish+4);
1124 assert(never);
1187 assert(fp != NULL);
1348 assert(finish >= start);
1378 assert(opnd < 1<<OPSHIFT);
1410 assert(HERE() == sn+1);
[all …]
H A Dregerror.c91 assert(strlen(convbuf) < sizeof(convbuf)); in regerror()
H A Dregexec.c129 assert(!(g->iflags&BAD));
/PHP-5.3/ext/fileinfo/
H A Dlibmagic.patch40 #include <assert.h>
/PHP-5.3/ext/fileinfo/libmagic/
H A Dapprentice.c233 assert(p->type < FILE_NAMES_SIZE); in init_file_tables()
1822 assert(file_nformats == file_nnames);
H A Dcdf.c359 assert(ss == len); in cdf_read_sector()
369 assert(ss == len); in cdf_read_short_sector()
/PHP-5.3/ext/filter/
H A Dfilter.c412 assert(*val != NULL); in php_sapi_filter()
/PHP-5.3/ext/gd/
H A Dgd.c3906 assert(!extended); in php_imagettftext_common()
/PHP-5.3/ext/mbstring/libmbfl/
H A Dconfig.h.in3 /* Define to 1 if you have the <assert.h> header file. */
H A Dconfigure.in22 AC_CHECK_HEADERS([stdlib.h stddef.h assert.h])
/PHP-5.3/ext/mysql/tests/
H A Dmysql_get_proto_info.phpt22 assert($info === $info2);
H A Dmysql_list_dbs.phpt43 assert($row === $row2);

Completed in 153 milliseconds

123456