Home
last modified time | relevance | path

Searched refs:assert (Results 126 – 150 of 182) sorted by relevance

12345678

/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_change_user_rollback.phpt33 assert($num > 0);
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-7.1/main/
H A Dgetopt.c195 assert(0); in php_getopt()
H A Dphp.h85 #define assert(expr) ((void) (0)) macro
/PHP-7.1/ext/zlib/
H A Dzlib_fopen_wrapper.c65 assert(self != NULL); in php_gziop_seek()
/PHP-7.1/ext/dba/libinifile/
H A Dinifile.c229 assert(k1->group && k1->name && k2->group && k2->name); in inifile_key_cmp()
447 assert(0); in inifile_filter()
483 assert(!append || (key->name && value)); /* missuse */ in inifile_delete_replace_append()
/PHP-7.1/ext/standard/
H A Duuencode.c178 assert(p >= ZSTR_VAL(dest)); in php_uudecode()
H A Dfilters.c234 assert(Z_PTR(thisfilter->abstract) != NULL); in strfilter_strip_tags_dtor()
380 assert(inst != NULL); in php_conv_base64_encode_dtor()
760 assert(inst != NULL); in php_conv_qprint_encode_dtor()
1006 assert(inst != NULL); in php_conv_qprint_decode_dtor()
1718 assert(Z_PTR(thisfilter->abstract) != NULL); in strfilter_convert_dtor()
/PHP-7.1/ext/intl/
H A Dintl_error.c251 assert( pe != NULL ); in intl_parse_error_to_string()
/PHP-7.1/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);
/PHP-7.1/win32/
H A Dwinutil.c416 assert(!"Unrecognised value"); in php_win32_code_to_errno()
/PHP-7.1/main/streams/
H A Duserspace.c602 assert(us != NULL); in php_userstreamop_write()
653 assert(us != NULL); in php_userstreamop_read()
723 assert(us != NULL); in php_userstreamop_close()
751 assert(us != NULL); in php_userstreamop_flush()
780 assert(us != NULL); in php_userstreamop_seek()
1453 assert(us != NULL); in php_userstreamop_closedir()
/PHP-7.1/ext/pgsql/
H A Dpgsql.c5807 assert(Z_TYPE_P(src) == IS_STRING);
5849 assert(pg_link != NULL);
5852 assert(!(opt & ~PGSQL_CONV_OPTS));
6596 assert(pg_link != NULL);
6597 assert(table != NULL);
6857 assert(pg_link != NULL);
6858 assert(table != NULL);
6963 assert(pg_link != NULL);
6964 assert(table != NULL);
7100 assert(pg_link != NULL);
[all …]
/PHP-7.1/ext/mbstring/libmbfl/
H A Dconfig.h.in3 /* Define to 1 if you have the <assert.h> header file. */
/PHP-7.1/ext/intl/calendar/
H A Dcalendar_class.cpp73 assert(co->ucal == NULL); in calendar_object_construct()
181 assert(is_tmp == 1); in Calendar_get_debug_info()
/PHP-7.1/ext/intl/transliterator/
H A Dtransliterator_class.c45 assert( to->utrans == NULL ); in transliterator_object_construct()
/PHP-7.1/ext/bcmath/libbcmath/src/
H A Drecmul.c124 assert (accum->n_len+accum->n_scale >= shift+count); in _bc_shift_addsub()
/PHP-7.1/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp266 assert(res == SUCCESS); in PHP_FUNCTION()
H A Dbreakiterator_class.cpp75 assert(bio->biter == NULL); in breakiterator_object_construct()
/PHP-7.1/
H A DREADME.input_filter104 assert(*val != NULL);
H A Dphp.ini-development1599 ; http://php.net/assert.active
1600 ;assert.active = On
1603 ; http://php.net/assert.exception
1604 ;assert.exception = On
1607 ; http://php.net/assert.warning
1608 ;assert.warning = On
1611 ; http://php.net/assert.bail
1612 ;assert.bail = Off
1615 ; http://php.net/assert.callback
1616 ;assert.callback = 0
[all …]
H A Dphp.ini-production1599 ; http://php.net/assert.active
1600 ;assert.active = On
1603 ; http://php.net/assert.exception
1604 ;assert.exception = On
1607 ; http://php.net/assert.warning
1608 ;assert.warning = On
1611 ; http://php.net/assert.bail
1612 ;assert.bail = Off
1615 ; http://php.net/assert.callback
1616 ;assert.callback = 0
[all …]

Completed in 86 milliseconds

12345678