Searched refs:fe (Results 1 – 20 of 20) sorted by relevance
/PHP-8.0/ext/pgsql/ |
H A D | config.w32 | 7 …CHECK_HEADER_ADD_INCLUDE("libpq-fe.h", "CFLAGS_PGSQL", PHP_PGSQL + "\\include;" + PHP_PHP_BUILD + …
|
H A D | config.m4 | 35 if test -r "$i/$j/libpq-fe.h"; then 50 AC_MSG_ERROR(Cannot find libpq-fe.h. Please specify correct PostgreSQL installation path)
|
/PHP-8.0/ext/pdo_pgsql/ |
H A D | config.w32 | 7 …CHECK_HEADER_ADD_INCLUDE("libpq-fe.h", "CFLAGS_PDO_PGSQL", PHP_PDO_PGSQL + "\\include;" + PHP_PHP_…
|
H A D | config.m4 | 37 if test -r "$i/$j/libpq-fe.h"; then 52 AC_MSG_ERROR(Cannot find libpq-fe.h. Please specify correct PostgreSQL installation path)
|
/PHP-8.0/ext/standard/tests/strings/ |
H A D | strtolower-win32.phpt | 276 de => fe 308 fe => fe
|
H A D | bug49785.phpt | 2884 string(4) "81fe" 2894 string(4) "82fe" 2904 string(4) "83fe" 2914 string(4) "84fe" 2924 string(4) "85fe" 2934 string(4) "86fe" 2944 string(4) "87fe" 2954 string(4) "88fe" 2964 string(4) "89fe" 3034 string(4) "90fe" [all …]
|
H A D | strtoupper1-win32.phpt | 309 fe => de
|
H A D | html_entity_decode_iso8859-15.phpt | 400 LATIN SMALL LETTER THORN: þ => fe 401 þ => fe
|
H A D | html_entity_decode_win1251.phpt | 532 CYRILLIC SMALL LETTER YU: ю => fe
|
H A D | html_entity_decode_macroman.phpt | 535 OGONEK: ˛ => fe
|
H A D | html_entity_decode_cp866.phpt | 528 BLACK SQUARE: ■ => fe
|
H A D | html_entity_decode_koi8-r.phpt | 528 CYRILLIC CAPITAL LETTER CHE: Ч => fe
|
/PHP-8.0/Zend/ |
H A D | zend_inheritance.c | 545 const zend_function *fe, zend_class_entry *fe_scope, in zend_do_perform_implementation_check() argument 555 ZEND_ASSERT(!((fe->common.fn_flags & ZEND_ACC_CTOR) in zend_do_perform_implementation_check() 565 if (proto->common.required_num_args < fe->common.required_num_args) { in zend_do_perform_implementation_check() 571 && !(fe->common.fn_flags & ZEND_ACC_RETURN_REFERENCE)) { in zend_do_perform_implementation_check() 576 fe_is_variadic = (fe->common.fn_flags & ZEND_ACC_VARIADIC) != 0; in zend_do_perform_implementation_check() 585 fe_num_args = fe->common.num_args + fe_is_variadic; in zend_do_perform_implementation_check() 594 i < fe_num_args ? &fe->common.arg_info[i] : in zend_do_perform_implementation_check() 595 fe_is_variadic ? &fe->common.arg_info[fe_num_args - 1] : NULL; in zend_do_perform_implementation_check() 628 if (!(fe->common.fn_flags & ZEND_ACC_HAS_RETURN_TYPE)) { in zend_do_perform_implementation_check() 633 fe_scope, fe->common.arg_info[-1].type, in zend_do_perform_implementation_check() [all …]
|
/PHP-8.0/sapi/cli/ |
H A D | php_cli.c | 208 zend_extension *fe = (zend_extension*)(*f)->data; in extension_name_cmp() local 210 return strcmp(fe->name, se->name); in extension_name_cmp()
|
/PHP-8.0/ext/hash/tests/ |
H A D | crc32.phpt | 118 396978fe
|
H A D | fnv1a32.phpt | 247 array( 'pQ9V<oFdct^y"}5Vu3rYhvgB&g8;)PFy"_Q?Ow%3md.pbDHYW', '859042fe' ),
|
/PHP-8.0/sapi/fpm/fpm/ |
H A D | fpm_main.c | 218 zend_extension *fe = (zend_extension*)(*f)->data; in extension_name_cmp() local 220 return strcmp(fe->name, se->name); in extension_name_cmp()
|
/PHP-8.0/sapi/cgi/ |
H A D | cgi_main.c | 270 zend_extension *fe = (zend_extension*)(*f)->data; in extension_name_cmp() local 272 return strcmp(fe->name, se->name); in extension_name_cmp()
|
/PHP-8.0/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 32504 # utf string variant with prepending fe??ffFFff
|
H A D | magic | 32504 # utf string variant with prepending fe??ffFFff
|
Completed in 242 milliseconds