Searched refs:fe (Results 1 – 24 of 24) sorted by relevance
/php-src/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 | 46 [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([#include <libpq-fe.h>],
|
/php-src/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_…
|
/php-src/ext/standard/tests/strings/ |
H A D | strtolower.phpt | 308 fe => fe
|
H A D | strtoupper1.phpt | 311 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 | html_entity_decode_iso8859-15.phpt | 400 LATIN SMALL LETTER THORN: þ => fe 401 þ => fe
|
H A D | html_entity_decode_iso8859-5.phpt | 400 CYRILLIC SMALL LETTER SHORT U: ў => fe
|
H A D | html_entity_decode_macroman.phpt | 535 OGONEK: ˛ => fe
|
H A D | html_entity_decode_win1251.phpt | 532 CYRILLIC SMALL LETTER YU: ю => 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-src/ext/mysqli/tests/ |
H A D | fake_server.inc | 280 $pr3->packet_type = 'fe'; // EOF 398 $pr3->packet_type = 'fe'; // EOF 474 $pr4->packet_type = 'fe'; // EOF 486 $pr6->packet_type = 'fe'; // EOF
|
/php-src/Zend/ |
H A D | zend_inheritance.c | 767 const zend_function *fe, zend_class_entry *fe_scope, in zend_do_perform_implementation_check() argument 777 ZEND_ASSERT(!((fe->common.fn_flags & ZEND_ACC_CTOR) in zend_do_perform_implementation_check() 787 if (proto->common.required_num_args < fe->common.required_num_args) { in zend_do_perform_implementation_check() 793 && !(fe->common.fn_flags & ZEND_ACC_RETURN_REFERENCE)) { in zend_do_perform_implementation_check() 798 fe_is_variadic = (fe->common.fn_flags & ZEND_ACC_VARIADIC) != 0; in zend_do_perform_implementation_check() 807 fe_num_args = fe->common.num_args + fe_is_variadic; in zend_do_perform_implementation_check() 816 i < fe_num_args ? &fe->common.arg_info[i] : in zend_do_perform_implementation_check() 817 fe_is_variadic ? &fe->common.arg_info[fe_num_args - 1] : NULL; in zend_do_perform_implementation_check() 850 if (!(fe->common.fn_flags & ZEND_ACC_HAS_RETURN_TYPE)) { in zend_do_perform_implementation_check() 1081 const zend_function *fe, zend_class_entry *fe_scope, in perform_delayable_implementation_check() argument [all …]
|
H A D | zend_API.c | 3286 zend_function *fe = (zend_function *) Z_PTR_P(el); in clean_module_function() local 3288 if (fe->common.type == ZEND_INTERNAL_FUNCTION && fe->internal_function.module == module) { in clean_module_function()
|
/php-src/sapi/cli/ |
H A D | php_cli.c | 199 zend_extension *fe = (zend_extension*)(*f)->data; in extension_name_cmp() local 201 return strcmp(fe->name, se->name); in extension_name_cmp()
|
/php-src/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-src/sapi/fpm/fpm/ |
H A D | fpm_main.c | 215 zend_extension *fe = (zend_extension*)(*f)->data; in extension_name_cmp() local 217 return strcmp(fe->name, se->name); in extension_name_cmp()
|
/php-src/ext/mbstring/tests/ |
H A D | mb_convert_kana.phpt | 214 30fe
|
/php-src/sapi/cgi/ |
H A D | cgi_main.c | 274 zend_extension *fe = (zend_extension*)(*f)->data; in extension_name_cmp() local 276 return strcmp(fe->name, se->name); in extension_name_cmp()
|
/php-src/build/ |
H A D | php.m4 | 1969 AS_IF([test -r "$i/$j/libpq-fe.h"], [PGSQL_INCLUDE=$i/$j]) 1999 Cannot find libpq-fe.h or pq library (libpq). Please specify the correct
|
/php-src/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 39874 # utf string variant with prepending fe??ffFFff
|
H A D | magic | 39874 # utf string variant with prepending fe??ffFFff
|
Completed in 234 milliseconds