Home
last modified time | relevance | path

Searched refs:include_path (Results 1 – 25 of 83) sorted by path

1234

/PHP-7.4/
H A DNEWS2726 . Fixed bug #74991 (include_path has a 4096 char limit in some cases).
H A DUPGRADING475 ini_restore('include_path').
/PHP-7.4/Zend/tests/
H A Ddebug_backtrace_with_include_and_this.phpt32 ERR#2: include(): Failed opening 'class://non.existent.Class' for inclusion (include_path='%s') @ i…
H A Dinclude_fail_during_read.phpt12 … opening 'php://filter/read=sample.filter/resource=%s' for inclusion (include_path='%s') in %s on …
H A Dinclude_stat_is_quiet.phpt30 Fatal error: require_once(): Failed opening required 'doesnt_exist.php' (include_path='test://foo:t…
/PHP-7.4/ext/mbstring/tests/
H A Dhtmlent.phpt5 ini_set('include_path', __DIR__);
H A Dmb_convert_variables.phpt12 ini_set('include_path', __DIR__);
H A Dmb_detect_order.phpt10 ini_set('include_path', __DIR__);
H A Dmb_http_input.phpt17 ini_set('include_path', __DIR__);
H A Dmb_http_output.phpt8 ini_set('include_path', __DIR__);
H A Dmb_internal_encoding.phpt8 ini_set('include_path', __DIR__);
H A Dmb_str_split_jp.phpt10 ini_set('include_path','.');
H A Dmb_str_split_ru.phpt10 ini_set('include_path','.');
H A Dmb_str_split_utf8_utf16.phpt10 ini_set('include_path','.');
H A Dmb_strcut.phpt10 ini_set('include_path', __DIR__);
H A Dmb_stripos.phpt9 ini_set('include_path','.');
H A Dmb_strlen.phpt11 ini_set('include_path', __DIR__);
H A Dmb_strpos.phpt9 ini_set('include_path','.');
H A Dmb_strwidth.phpt9 ini_set('include_path', __DIR__);
H A Dmb_substr.phpt11 ini_set('include_path','.');
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c239 ZCG(include_path) = new_value; in ZEND_INI_MH()
1141 const char *include_path = NULL, *cwd = NULL; in accel_make_persistent_key() local
1194 include_path = ZCG(include_path_key); in accel_make_persistent_key()
1196 } else if (!ZCG(include_path) || ZSTR_LEN(ZCG(include_path)) == 0) { in accel_make_persistent_key()
1197 include_path = ""; in accel_make_persistent_key()
1200 include_path = ZSTR_VAL(ZCG(include_path)); in accel_make_persistent_key()
1201 include_path_len = ZSTR_LEN(ZCG(include_path)); in accel_make_persistent_key()
1213 if (str == ZCG(include_path)) { in accel_make_persistent_key()
1225 include_path = ZCG(include_path_key); in accel_make_persistent_key()
3030 ZCG(include_path) = NULL; in accel_post_startup()
[all …]
H A DZendAccelerator.h205 zend_string *include_path; /* current value of "include_path" directive */ member
/PHP-7.4/ext/opcache/tests/
H A Dbug71443.phpt13 ini_set("include_path", "/tmp");
/PHP-7.4/ext/phar/tests/
H A Dbug74991.phpt2 Phar: PHP bug #74991: include_path has a 4096 char (minus "__DIR__:") limit, in some PHAR cases
9 // create a sample file in a custom include_path to lookup from the phar later:
13 …f a sub path is crucial, and make the include_path 1 byte larger (=OVERFLOW) than the MAXPATHLEN, …
/PHP-7.4/ext/phar/tests/cache_list/
H A Dfrontcontroller22.phpt22 Warning: include(): Failed opening './hi.php' for inclusion (include_path='%s') in phar://%soof/tes…

Completed in 45 milliseconds

1234