Home
last modified time | relevance | path

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

1234567

/PHP-5.5/
H A DNEWS1811 . Added optional second argument for assert() to specify custom message. Patch
2592 . Added optional second argument for assert() to specify custom message. Patch
4094 . Fixed bug #54924 (assert.* is not being reset upon request shutdown). (Ilia)
7944 - Fixed bug #39718 (possible crash if assert.callback is set in ini). (Ilia)
H A DREADME.input_filter104 assert(*val != NULL);
H A Dconfigure.in486 assert.h \
528 assert.h
/PHP-5.5/Zend/
H A Dzend.h228 #define ZEND_ASSERT(c) assert(c)
H A Dzend_language_scanner.c131 assert(internal_encoding && zend_multibyte_check_lexer_compatibility(internal_encoding)); in BEGIN_EXTERN_C()
149 assert(internal_encoding && zend_multibyte_check_lexer_compatibility(internal_encoding)); in encoding_filter_intermediate_to_internal()
H A Dzend_language_scanner.l129 assert(internal_encoding && zend_multibyte_check_lexer_compatibility(internal_encoding)); in BEGIN_EXTERN_C()
147 assert(internal_encoding && zend_multibyte_check_lexer_compatibility(internal_encoding)); in encoding_filter_intermediate_to_internal()
H A Dzend_operators.h412 assert(0); \
/PHP-5.5/build/
H A Dlibtool.m45602 …_LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $link…
6090 …_LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_…
/PHP-5.5/ext/bcmath/libbcmath/src/
H A Drecmul.c124 assert (accum->n_len+accum->n_scale >= shift+count); in _bc_shift_addsub()
/PHP-5.5/ext/date/lib/
H A Dparse_date.c24803 assert(time != NULL); in timelib_time_reset_fields()
24815 assert(time != NULL); in timelib_time_reset_unset_fields()
H A Dparse_date.re26 #include <assert.h>
1812 assert(time != NULL);
1824 assert(time != NULL);
/PHP-5.5/ext/dba/libinifile/
H A Dinifile.c229 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()
/PHP-5.5/ext/dom/tests/
H A DDOMDocument_loadHTMLfile.phpt8 assert.bail=true
15 assert('$result === true');
H A DDOMDocument_loadHTMLfile_error1.phpt8 assert.bail=true
15 assert('$result === false');
H A DDOMDocument_loadHTMLfile_error2.phpt8 assert.bail=true
15 assert('$result === false');
18 assert('$result === false');
H A DDOMDocument_loadHTMLfile_variation1.phpt8 assert.bail=true
15 assert('$result === true');
H A DDOMDocument_loadHTMLfile_variation2.phpt8 assert.bail=true
15 assert('$result === true');
H A DDOMDocument_loadXML_basic.phpt12 assert.bail=true
H A DDOMDocument_loadXML_error1.phpt12 assert.bail=true
H A DDOMDocument_loadXML_error2.phpt12 assert.bail=true
H A DDOMDocument_loadXML_error3.phpt12 assert.bail=true
H A DDOMDocument_loadXML_error4.phpt12 assert.bail=true
H A DDOMDocument_loadXML_error5.phpt12 assert.bail=true
H A DDOMDocument_loadXML_variation1.phpt12 assert.bail=true
H A DDOMDocument_loadXML_variation2.phpt12 assert.bail=true

Completed in 146 milliseconds

1234567