Home
last modified time | relevance | path

Searched refs:E_NOTICE (Results 76 – 95 of 95) sorted by relevance

1234

/PHP-8.3/ext/phar/
H A Dfunc_interceptors.c398 php_error_docref(NULL, E_NOTICE, "Unknown file type (%u)", stat_sb->st_mode & S_IFMT); in phar_fancy_stat()
/PHP-8.3/ext/standard/
H A Dhtml.c1118 php_error_docref(NULL, E_NOTICE, "Only basic entities " in php_escape_html_entities_ex()
/PHP-8.3/ext/opcache/
H A Dzend_accelerator_module.c930 …zend_error(E_NOTICE, ACCELERATOR_PRODUCT_NAME " has not been properly started, can't compile file"…
/PHP-8.3/ext/libxml/
H A Dlibxml.c716 php_libxml_ctx_error_level(E_NOTICE, ctx, ZSTR_VAL(LIBXML(error_buffer).s)); in php_libxml_internal_error_handler()
/PHP-8.3/
H A Dphp.ini-production45 ; (e.g. E_ALL & ~E_NOTICE), a quoted string ("bar"), or a reference to a
457 ; those related to E_NOTICE and E_STRICT, which together cover best practices and
472 ; E_NOTICE - run-time notices (these are warnings which often result
494 ; E_ALL & ~E_NOTICE (Show all errors, except for notices)
495 ; E_ALL & ~E_NOTICE & ~E_STRICT (Show all errors, except for notices and coding standards warnin…
H A Dphp.ini-development45 ; (e.g. E_ALL & ~E_NOTICE), a quoted string ("bar"), or a reference to a
455 ; those related to E_NOTICE and E_STRICT, which together cover best practices and
470 ; E_NOTICE - run-time notices (these are warnings which often result
492 ; E_ALL & ~E_NOTICE (Show all errors, except for notices)
493 ; E_ALL & ~E_NOTICE & ~E_STRICT (Show all errors, except for notices and coding standards warnin…
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_helpers.c1386 …zend_error(E_NOTICE, "Indirect modification of overloaded element of %s has no effect", ZSTR_VAL(c… in zend_jit_fetch_dim_obj_helper()
1395 …zend_error(E_NOTICE, "Indirect modification of overloaded element of %s has no effect", ZSTR_VAL(c… in zend_jit_fetch_dim_obj_helper()
2393 zend_error(E_NOTICE, "Only variables should be passed by reference"); in zend_jit_only_vars_by_reference()
/PHP-8.3/Zend/
H A Dzend_vm_execute.h4481 zend_error(E_NOTICE, "Only variable references should be returned by reference"); in ZEND_RETURN_BY_REF_SPEC_CONST_HANDLER()
4545 zend_error(E_NOTICE, "Only variable references should be returned by reference"); in ZEND_RETURN_BY_REF_SPEC_OBSERVER_HANDLER()
7670 zend_error(E_NOTICE, "Only variable references should be yielded by reference"); in ZEND_YIELD_SPEC_CONST_CONST_HANDLER()
23360 zend_error(E_NOTICE, "Attempting to set reference to non referenceable value"); in ZEND_FETCH_LIST_W_SPEC_VAR_CONST_HANDLER()
24854 zend_error(E_NOTICE, "Only variables should be passed by reference"); in ZEND_SEND_VAR_NO_REF_SPEC_VAR_CONST_HANDLER()
24905 zend_error(E_NOTICE, "Only variables should be passed by reference"); in ZEND_SEND_VAR_NO_REF_EX_SPEC_VAR_CONST_HANDLER()
26285 zend_error(E_NOTICE, "Attempting to set reference to non referenceable value"); in ZEND_FETCH_LIST_W_SPEC_VAR_TMPVAR_HANDLER()
29304 zend_error(E_NOTICE, "Only variables should be passed by reference"); in ZEND_SEND_VAR_NO_REF_SPEC_VAR_UNUSED_HANDLER()
29355 zend_error(E_NOTICE, "Only variables should be passed by reference"); in ZEND_SEND_VAR_NO_REF_EX_SPEC_VAR_UNUSED_HANDLER()
29423 zend_error(E_NOTICE, "Only variables should be passed by reference"); in ZEND_SEND_VAR_NO_REF_EX_SPEC_VAR_UNUSED_QUICK_HANDLER()
[all …]
H A Dzend_vm_def.h2375 zend_error(E_NOTICE, "Attempting to set reference to non referenceable value");
4428 zend_error(E_NOTICE, "Only variable references should be returned by reference");
4452 zend_error(E_NOTICE, "Only variable references should be returned by reference");
4841 zend_error(E_NOTICE, "Only variables should be passed by reference");
4892 zend_error(E_NOTICE, "Only variables should be passed by reference");
8237 zend_error(E_NOTICE, "Only variable references should be yielded by reference");
8256 zend_error(E_NOTICE, "Only variable references should be yielded by reference");
H A Dzend_execute.c585 zend_error(E_NOTICE, "Only variables should be assigned by reference"); in zend_wrong_assign_to_variable_reference()
2645 …zend_error(E_NOTICE, "Indirect modification of overloaded element of %s has no effect", ZSTR_VAL(c… in zend_fetch_dimension_address()
2654 …zend_error(E_NOTICE, "Indirect modification of overloaded element of %s has no effect", ZSTR_VAL(c… in zend_fetch_dimension_address()
H A Dzend_compile.c1517 zend_error(E_NOTICE, "Illegal member variable name"); in zend_unmangle_property_name_ex()
1527 zend_error(E_NOTICE, "Corrupt member variable name"); in zend_unmangle_property_name_ex()
/PHP-8.3/ext/tidy/
H A Dtidy.c220 …php_error_docref(NULL, E_NOTICE, "There were errors while parsing the Tidy configuration file \"%s… in php_tidy_load_config()
/PHP-8.3/main/streams/
H A Duserspace.c547 …php_error_docref(NULL, E_NOTICE, "%s:// was never changed, nothing to restore", ZSTR_VAL(protocol)… in PHP_FUNCTION()
H A Dstreams.c1298 php_error_docref(NULL, E_NOTICE, "Stream is not writable"); in _php_stream_write()
/PHP-8.3/ext/soap/
H A Dphp_http.c186 EG(error_reporting) &= ~(E_WARNING|E_NOTICE|E_USER_WARNING|E_USER_NOTICE); in http_connect()
/PHP-8.3/ext/dom/
H A Dnode.c1884 php_error_docref(NULL, E_NOTICE, in dom_canonicalization()
/PHP-8.3/main/
H A Dmain.c1319 case E_NOTICE: in php_error_cb()
/PHP-8.3/ext/oci8/
H A Doci8.c1078 …php_error_docref(NULL, E_NOTICE, "Too many open persistent connections (" ZEND_LONG_FMT ")", OCI_G… in php_oci_do_connect_ex()
/PHP-8.3/ext/curl/
H A Dinterface.c1671 …php_error_docref(NULL, E_NOTICE, "CURLOPT_SSL_VERIFYHOST no longer accepts the value 1, value 2 wi… in _php_curl_setopt()
/PHP-8.3/ext/date/
H A Dphp_date.c5205 php_error_docref(NULL, E_NOTICE, "Timezone ID '%s' is invalid", zone); in PHP_FUNCTION()

Completed in 321 milliseconds

1234