/php-src/Zend/tests/ |
H A D | bug70782.phpt | 2 Bug #70782: null ptr deref and segfault (zend_get_class_fetch_type)
|
H A D | bug70183.phpt | 2 Bug #70183 (null pointer deref (segfault) in zend_eval_const_expr)
|
H A D | bug69805.phpt | 2 Bug #69805 (null ptr deref and seg fault in zend_resolve_class_name)
|
H A D | bug72944.phpt | 2 Bug #72944 (Null pointer deref in zval_delref_p).
|
H A D | bug77738.phpt | 2 Bug #77738 (Nullptr deref in zend_compile_expr)
|
H A D | bug69905.phpt | 2 Bug #69905 (null ptr deref and segfault in ZEND_FETCH_DIM_RW_SPEC_VAR_UNUSED_HANDLER)
|
H A D | bug71221.phpt | 2 Bug #71221 (Null pointer deref (segfault) in get_defined_vars via ob_start)
|
H A D | bug70898.phpt | 2 Bug #70895 null ptr deref and segfault with crafted callable
|
H A D | bug70121.phpt | 2 Bug #70121 (unserialize() could lead to unexpected methods execution / NULL pointer deref)
|
H A D | bug70895.phpt | 2 Bug #70895 null ptr deref and segfault with crafted callable
|
H A D | bug70124.phpt | 2 Bug #70124 (null ptr deref / seg fault in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER)
|
/php-src/ext/standard/tests/array/ |
H A D | bug71220.phpt | 2 Bug #71220 (Null pointer deref (segfault) in compact via ob_start)
|
/php-src/ext/standard/tests/streams/ |
H A D | bug71884.phpt | 2 Bug #71884 (Null pointer deref (segfault) in stream_context_get_default)
|
/php-src/ext/opcache/tests/ |
H A D | bug71843.phpt | 2 Bug #71843 (null ptr deref ZEND_RETURN_SPEC_CONST_HANDLER (zend_vm_execute.h:3479))
|
/php-src/ext/standard/tests/strings/ |
H A D | bug54322.phpt | 2 Bug #54322: Null pointer deref in get_html_translation_table due to information loss in long-to-int…
|
/php-src/ext/simplexml/tests/ |
H A D | bug74950.phpt | 2 Bug #74950 (null pointer deref in zim_simplexml_element_getDocNamespaces)
|
/php-src/ext/curl/tests/ |
H A D | bug80121.phpt | 2 Bug #80121: Null pointer deref if CurlHandle directly instantiated
|
/php-src/Zend/ |
H A D | zend_API.h | 1650 if (deref) { \ 1716 Z_PARAM_PROLOGUE(deref, 0); \ 1731 Z_PARAM_PROLOGUE(deref, 0); \ 1793 Z_PARAM_PROLOGUE(deref, 0); \ 1808 Z_PARAM_PROLOGUE(deref, 0); \ 1886 Z_PARAM_PROLOGUE(deref, 0); \ 1930 Z_PARAM_PROLOGUE(deref, 0); \ 1945 Z_PARAM_PROLOGUE(deref, 0); \ 1960 Z_PARAM_PROLOGUE(deref, 0); \ 1981 Z_PARAM_PROLOGUE(deref, 0); \ [all …]
|
/php-src/ext/mysqli/tests/ |
H A D | gh8058.phpt | 16 // There should be no segfault due to NULL deref
|
/php-src/ext/ldap/ |
H A D | ldap.stub.php | 649 … int $attributes_only = 0, int $sizelimit = -1, int $timelimit = -1, int $deref = LDAP_DEREF_NEVER… argument 652 … int $attributes_only = 0, int $sizelimit = -1, int $timelimit = -1, int $deref = LDAP_DEREF_NEVER… 655 … int $attributes_only = 0, int $sizelimit = -1, int $timelimit = -1, int $deref = LDAP_DEREF_NEVER…
|
H A D | ldap.c | 1388 static void php_set_opts(LDAP *ldap, int sizelimit, int timelimit, int deref, int *old_sizelimit, i… in php_set_opts() argument 1413 if (deref > -1) { in php_set_opts() 1416 ldap_set_option(ldap, LDAP_OPT_DEREF, &deref); in php_set_opts() 1419 ldap->ld_deref = deref; in php_set_opts() 1433 zend_long attrsonly, sizelimit, timelimit, deref; in php_ldap_do_search() local 1453 Z_PARAM_LONG(deref) in php_ldap_do_search() 1461 ldap_deref = deref; in php_ldap_do_search()
|
H A D | ldap_arginfo.h | 70 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, deref, IS_LONG, 0, "LDAP_DEREF_NEVER")
|
/php-src/ext/opcache/jit/ |
H A D | zend_jit_ir.c | 7908 bool deref, in zend_jit_guard_fetch_result_type() argument 7935 if (deref) { in zend_jit_guard_fetch_result_type() 7967 …if (!deref && type == IS_NULL && (opline->opcode == ZEND_FETCH_DIM_IS || opline->opcode == ZEND_FE… in zend_jit_guard_fetch_result_type() 7973 if (deref) { in zend_jit_guard_fetch_result_type()
|