Home
last modified time | relevance | path

Searched refs:assert (Results 151 – 175 of 182) sorted by relevance

12345678

/PHP-7.1/Zend/
H A Dzend_portability.h109 # define ZEND_ASSERT(c) assert(c)
H A Dzend_language_scanner.l310 assert(p >= script); in zend_multibyte_detect_utf_encoding()
327 assert(p >= script); in zend_multibyte_detect_utf_encoding()
H A Dzend_operators.h407 assert(0); \
/PHP-7.1/win32/
H A Dioutil.c535 assert(start[ret_len] == '\0'); in php_win32_ioutil_dirname()
/PHP-7.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_nextrowset.phpt44 assert($tmp['_version'] === NULL);
H A Dpdo_mysql_begintransaction.phpt145 assert($e->getMessage() != '');
/PHP-7.1/main/
H A Dphp_variables.c49 assert(strval != NULL); in php_register_variable_safe()
68 assert(var_name != NULL); in php_register_variable_ex()
/PHP-7.1/ext/fileinfo/
H A Dlibmagic.patch39 #include <assert.h>
958 #include <assert.h>
1015 assert(ss == len);
2005 -#include <assert.h>
2288 - assert(rx->c_lc_ctype != NULL);
2303 - assert(rx->rc == 0);
3144 -#include <assert.h>
3199 - assert(c_lc_ctype != NULL);
3201 - assert(old_lc_ctype != NULL);
3266 -#include <assert.h>
[all …]
/PHP-7.1/ext/sockets/
H A Dconversions.c285 assert(Z_TYPE_P(zarr) == IS_ARRAY); in to_zval_read_aggregation()
286 assert(Z_ARRVAL_P(zarr) != NULL); in to_zval_read_aggregation()
887 assert(*control_len >= *offset); in from_zval_write_control()
/PHP-7.1/ext/soap/
H A Dphp_sdl.c2454 assert(0); in make_persistent_sdl_function_headers()
2460 assert(0); in make_persistent_sdl_function_headers()
2515 assert(0); in make_persistent_sdl_parameters()
2521 assert(0); in make_persistent_sdl_parameters()
2889 assert(0); in make_persistent_sdl_function()
3024 assert(0); in make_persistent_sdl()
3034 assert(0); in make_persistent_sdl()
3088 assert(0); in make_persistent_sdl()
/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c257 assert_backtrack *assert; member
6996 assert_backtrack *assert; in compile_bracket_matchingpath() local
7363 assert = sljit_alloc_memory(compiler, sizeof(assert_backtrack)); in compile_bracket_matchingpath()
7366 memset(assert, 0, sizeof(assert_backtrack)); in compile_bracket_matchingpath()
7367 assert->common.cc = matchingpath; in compile_bracket_matchingpath()
7368 BACKTRACK_AS(bracket_backtrack)->u.assert = assert; in compile_bracket_matchingpath()
8872 assert_backtrack *assert; in compile_bracket_backtrackingpath() local
9067 assert = CURRENT_AS(bracket_backtrack)->u.assert; in compile_bracket_backtrackingpath()
9072 …OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), assert->private_data_ptr, SLJIT_MEM1(STACK_TOP), assert->fram… in compile_bracket_backtrackingpath()
9208 assert = CURRENT_AS(bracket_backtrack)->u.assert; in compile_bracket_backtrackingpath()
[all …]
/PHP-7.1/ext/filter/
H A Dfilter.c428 assert(*val != NULL); in php_sapi_filter()
/PHP-7.1/sapi/cli/
H A Dphp_cli_server.c824 assert(n < entries + FD_SETSIZE * 2); in php_cli_server_poller_iter_on_active()
1672 assert(0); in php_cli_server_client_read_request_on_header_value()
1915 assert(status_string && content_template); in php_cli_server_send_error_page()
/PHP-7.1/ext/fileinfo/libmagic/
H A Dapprentice.c377 assert(p->type < FILE_NAMES_SIZE); in init_file_tables()
381 assert(p - type_tbl == FILE_NAMES_SIZE); in init_file_tables()
2404 assert(file_nformats == file_nnames); in check_format()
H A Dcdf.c364 assert(ss == len); in cdf_read_sector()
374 assert(ss == len); in cdf_read_short_sector()
/PHP-7.1/
H A DUPGRADING44 . assert() with a string argument
389 . assert() will throw a ParseError when evaluating a string given as the first
H A Dconfigure.in486 assert.h \
529 assert.h
H A DNEWS2059 . Fixed bug #73303 (Scope not inherited by eval in assert()). (nikic)
2086 . assert() will throw a ParseError when evaluating a string given as the first
2935 . Fixed bug #71922 (Crash on assert(new class{})). (Nikita)
3524 . Fixed bug #70528 (assert() with instanceof adds apostrophes around class
/PHP-7.1/ext/standard/
H A Dconfig.m4559 var.c versioning.c assert.c strnatcmp.c levenshtein.c \
H A Dproc_open.c154 assert((uint)(p - env.envp) <= sizeenv); in _php_array_to_envp()
H A Dbasic_functions.c3366 PHP_FE(assert, arginfo_assert)
3690 BASIC_MINIT_SUBMODULE(assert) in PHP_MINIT_FUNCTION()
3744 BASIC_MSHUTDOWN_SUBMODULE(assert) in PHP_MSHUTDOWN_FUNCTION()
3841 BASIC_RSHUTDOWN_SUBMODULE(assert) in PHP_RSHUTDOWN_FUNCTION()
3869 BASIC_MINFO_SUBMODULE(assert) in PHP_MINFO_FUNCTION()
/PHP-7.1/ext/date/lib/
H A Dparse_date.re32 #include <assert.h>
1870 assert(time != NULL);
1882 assert(time != NULL);
/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_get_client_stats.phpt208 assert(mysqli_num_rows($res) == $num_rows);
464 assert($num_rows = $i);
/PHP-7.1/main/streams/
H A Dstreams.c968 assert(bufstart == NULL); in _php_stream_get_line()
/PHP-7.1/sapi/cgi/
H A Dcgi_main.c489 assert(SG(request_info).content_length >= SG(read_post_bytes)); in sapi_cgi_read_post()

Completed in 157 milliseconds

12345678