Home
last modified time | relevance | path

Searched refs:include_path (Results 51 – 75 of 83) sorted by relevance

1234

/PHP-7.4/ext/phar/tests/zip/
H A Ddelete_in_phar.phpt46 …led opening 'phar://%sdelete_in_phar.phar.zip/b/c.php' for inclusion (include_path='%s') in %sdele…
H A Ddelete_in_phar_confirm.phpt51 …ing 'phar://%sdelete_in_phar_confirm.phar.zip/b/c.php' for inclusion (include_path='%s') in %sdele…
H A Dopen_for_write_newfile_b.phpt53 …'phar://%sopen_for_write_newfile_b.phar.zip/b/new.php' for inclusion (include_path='%s') in %sopen…
H A Dopen_for_write_newfile_c.phpt53 …'phar://%sopen_for_write_newfile_c.phar.zip/b/new.php' for inclusion (include_path='%s') in %sopen…
/PHP-7.4/ext/mbstring/tests/
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_http_output.phpt8 ini_set('include_path', __DIR__);
H A Dmb_strlen.phpt11 ini_set('include_path', __DIR__);
H A Dmb_str_split_utf8_utf16.phpt10 ini_set('include_path','.');
H A Dmb_convert_variables.phpt12 ini_set('include_path', __DIR__);
/PHP-7.4/ext/standard/tests/general_functions/
H A Dinclude_path.phpt4 include_path=.
/PHP-7.4/ext/spl/tests/
H A Dspl_autoload_008.phpt4 include_path=.
H A Dspl_autoload_001.phpt4 include_path=.
H A Dspl_autoload_007.phpt4 include_path=.
/PHP-7.4/ext/phar/tests/
H A Ddelete_in_phar_confirm.phpt50 …ing 'phar://%sdelete_in_phar_confirm.phar.php/b/c.php' for inclusion (include_path='%s') in %sdele…
H A Dopen_for_write_newfile_b.phpt42 …'phar://%sopen_for_write_newfile_b.phar.php/b/new.php' for inclusion (include_path='%s') in %sopen…
H A Dopen_for_write_newfile_c.phpt42 …'phar://%sopen_for_write_newfile_c.phar.php/b/new.php' for inclusion (include_path='%s') in %sopen…
/PHP-7.4/ext/phar/tests/tar/
H A Ddelete_in_phar_confirm.phpt50 …ing 'phar://%sdelete_in_phar_confirm.phar.tar/b/c.php' for inclusion (include_path='%s') in %sdele…
H A Dopen_for_write_newfile_b.phpt54 …'phar://%sopen_for_write_newfile_b.phar.tar/b/new.php' for inclusion (include_path='%s') in %sopen…
H A Dopen_for_write_newfile_c.phpt53 …'phar://%sopen_for_write_newfile_c.phar.tar/b/new.php' for inclusion (include_path='%s') in %sopen…
/PHP-7.4/ext/standard/tests/file/
H A Dfile_get_contents_file_put_contents_variation2.phpt23 ini_set( 'include_path',$file_path."/".$dir );
H A Dinclude_userstream_002.phpt106 Warning: include(): Failed opening 'test2://hello' for inclusion (include_path='%s') in %sinclude_u…
/PHP-7.4/ext/opcache/
H A DZendAccelerator.h205 zend_string *include_path; /* current value of "include_path" directive */ member
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 …]

Completed in 36 milliseconds

1234