Home
last modified time | relevance | path

Searched refs:assert (Results 101 – 125 of 156) sorted by relevance

1234567

/PHP-5.5/ext/zlib/
H A Dzlib_fopen_wrapper.c61 assert(self != NULL); in php_gziop_seek()
/PHP-5.5/main/
H A Dgetopt.c195 assert(0); in php_getopt()
H A Dphp_open_temporary_file.c231 assert(0 < len); /* should *never* fail! */ in php_get_temporary_directory()
H A Dphp.h84 #define assert(expr) ((void) (0)) macro
H A Dphp_variables.c45 assert(strval != NULL); in php_register_variable_safe()
67 assert(var_name != NULL); in php_register_variable_ex()
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_connect_oo.phpt139 assert(0 === mysqli_connect_errno());
141 assert(0 === mysqli_connect_errno());
H A Dmysqli_fetch_array_large.phpt25 assert($len < $package_size);
H A Dmysqli_stmt_send_long_data.phpt77 assert(strlen($blob) <= $max_allowed_packet);
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_server_version.phpt15 assert(('' == $db->errorCode()) || ('00000' == $db->errorCode()));
H A Dpdo_mysql_stmt_closecursor.phpt65 assert($row3 == $row2);
76 assert($row4 == $row1);
H A Dpdo_mysql_stmt_nextrowset.phpt44 assert($tmp['_version'] === NULL);
/PHP-5.5/ext/ereg/regex/
H A Dregexec.c129 assert(!(g->iflags&BAD));
H A Dmain.c490 assert(len <= sizeof(epbuf));
506 assert(strlen(efbuf) < sizeof(efbuf));
/PHP-5.5/ext/pgsql/
H A Dpgsql.c5384 assert(Z_TYPE_P(src) == IS_STRING);
5431 assert(pg_link != NULL);
5434 assert(!(opt & ~PGSQL_CONV_OPTS));
6184 assert(pg_link != NULL);
6185 assert(table != NULL);
6369 assert(pg_link != NULL);
6370 assert(table != NULL);
6478 assert(pg_link != NULL);
6479 assert(table != NULL);
6613 assert(pg_link != NULL);
[all …]
/PHP-5.5/ext/intl/
H A Dintl_error.c255 assert( pe != NULL ); in intl_parse_error_to_string()
/PHP-5.5/ext/mbstring/libmbfl/
H A Dconfig.h.in3 /* Define to 1 if you have the <assert.h> header file. */
/PHP-5.5/main/streams/
H A Duserspace.c631 assert(us != NULL); in php_userstreamop_write()
685 assert(us != NULL); in php_userstreamop_read()
760 assert(us != NULL); in php_userstreamop_close()
787 assert(us != NULL); in php_userstreamop_flush()
817 assert(us != NULL); in php_userstreamop_seek()
1559 assert(us != NULL); in php_userstreamop_closedir()
/PHP-5.5/ext/intl/calendar/
H A Dcalendar_class.cpp74 assert(co->ucal == NULL); in calendar_object_construct()
181 assert(is_tmp == 1); in Calendar_get_debug_info()
/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/
H A DREADME.input_filter104 assert(*val != NULL);
H A Dphp.ini-development1650 ; http://php.net/assert.active
1651 ;assert.active = On
1654 ; http://php.net/assert.warning
1655 ;assert.warning = On
1658 ; http://php.net/assert.bail
1659 ;assert.bail = Off
1662 ; http://php.net/assert.callback
1663 ;assert.callback = 0
1667 ; http://php.net/assert.quiet-eval
1668 ;assert.quiet_eval = 0
/PHP-5.5/ext/intl/transliterator/
H A Dtransliterator_class.c45 assert( to->utrans == NULL ); in transliterator_object_construct()
/PHP-5.5/ext/standard/
H A Dfilters.c234 assert(thisfilter->abstract != NULL); in strfilter_strip_tags_dtor()
387 assert(inst != NULL); in php_conv_base64_encode_dtor()
767 assert(inst != NULL); in php_conv_qprint_encode_dtor()
1012 assert(inst != NULL); in php_conv_qprint_decode_dtor()
1791 assert(thisfilter->abstract != NULL); in strfilter_convert_dtor()
/PHP-5.5/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp73 assert(bio->biter == NULL); in breakiterator_object_construct()
/PHP-5.5/ext/sockets/
H A Dconversions.c284 assert(Z_TYPE_P(zarr) == IS_ARRAY); in to_zval_read_aggregation()
285 assert(Z_ARRVAL_P(zarr) != NULL); in to_zval_read_aggregation()
908 assert(*control_len >= *offset); in from_zval_write_control()

Completed in 79 milliseconds

1234567