Home
last modified time | relevance | path

Searched refs:type (Results 2101 – 2125 of 2207) sorted by relevance

1...<<818283848586878889

/PHP-7.4/ext/standard/tests/file/
H A Dfread_variation2.phpt59 echo "\n-- Testing fread() with file having content of type ". $file_content_type ." --\n";
109 -- Testing fread() with file having content of type numeric --
282 -- Testing fread() with file having content of type text --
455 -- Testing fread() with file having content of type text_with_new_line --
628 -- Testing fread() with file having content of type alphanumeric --
H A Dfread_variation4.phpt56 echo "\n-- Testing fread() with file having content of type ". $file_content_type ." --\n";
107 -- Testing fread() with file having content of type numeric --
262 -- Testing fread() with file having content of type text --
417 -- Testing fread() with file having content of type text_with_new_line --
H A Dftruncate_variation6-win32.phpt32 echo "\n-- Testing ftruncate() with file having data of type ". $file_content_type ." --\n";
80 -- Testing ftruncate() with file having data of type numeric --
271 -- Testing ftruncate() with file having data of type text_with_new_line --
H A Dftruncate_variation6.phpt32 echo "\n-- Testing ftruncate() with file having data of type ". $file_content_type ." --\n";
80 -- Testing ftruncate() with file having data of type numeric --
271 -- Testing ftruncate() with file having data of type text_with_new_line --
H A Dftruncate_variation4-win32.phpt30 echo "\n-- Testing ftruncate() with file having data of type ". $file_content_type ." --\n";
75 -- Testing ftruncate() with file having data of type numeric --
317 -- Testing ftruncate() with file having data of type text_with_new_line --
H A Dftruncate_variation4.phpt30 echo "\n-- Testing ftruncate() with file having data of type ". $file_content_type ." --\n";
75 -- Testing ftruncate() with file having data of type numeric --
317 -- Testing ftruncate() with file having data of type text_with_new_line --
H A Dbasename-win32.phpt125 // passing invalid type arguments
/PHP-7.4/build/
H A Dphp.m4180 dnl PHP_ADD_SOURCES(source-path, sources [, special-flags [, type]])
182 dnl Adds sources which are located relative to source-path to the array of type
183 dnl type. Sources are processed with optional special-flags which are passed to
197 dnl _PHP_ASSIGN_BUILD_VARS(type)
860 dnl PHP_SELECT_SAPI(name, type[, sources [, extra-cflags [, build-target]]])
862 dnl Selects the SAPI name and type (static, shared, bundle, program) and
1033 dnl _PHP_CHECK_SIZEOF(type, cross-value, extra-headers [, found-action [, not-found-action]])
1079 dnl PHP_CHECK_SIZEOF(type, cross-value, extra-headers)
1115 dnl Check type of reentrant time-related functions. Type can be: irix, hpux or
1119 AC_CACHE_CHECK(for type of reentrant time-related functions, ac_cv_time_r_type,[
[all …]
/PHP-7.4/Zend/
H A Dzend_virtual_cwd.c1649 CWD_API FILE *virtual_popen(const char *command, const char *type) /* {{{ */ in virtual_popen() argument
1651 return popen_ex(command, type, CWDG(cwd).cwd, NULL); in virtual_popen()
1655 CWD_API FILE *virtual_popen(const char *command, const char *type) /* {{{ */ in virtual_popen() argument
1704 retval = popen(command_line, type); in virtual_popen()
H A Dzend_API.h115 #define ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(name, return_reference, required_num_args, type, al… argument
117 …{ (const char*)(zend_uintptr_t)(required_num_args), ZEND_TYPE_ENCODE(type, allow_null), return_ref…
118 #define ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO(name, type, allow_null) \ argument
119 ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(name, 0, -1, type, allow_null)
271 …end_class_entry *scope, const zend_function_entry *functions, HashTable *function_table, int type);
315 …*ce, zend_string *name, zval *property, int access_type, zend_string *doc_comment, zend_type type);
363 ZEND_API char *zend_get_type_by_const(int type);
H A Dzend_vm_execute.h893 if (type == BP_VAR_R || type == BP_VAR_IS) { in zend_fetch_static_prop_helper_SPEC()
8994 if (type == BP_VAR_R || type == BP_VAR_IS) { in zend_fetch_var_address_helper_SPEC_CONST_UNUSED()
9799 zend_string *type; in ZEND_GET_TYPE_SPEC_CONST_UNUSED_HANDLER() local
9804 if (EXPECTED(type)) { in ZEND_GET_TYPE_SPEC_CONST_UNUSED_HANDLER()
16690 if (type == BP_VAR_R || type == BP_VAR_IS) { in zend_fetch_var_address_helper_SPEC_TMPVAR_UNUSED()
20007 zend_string *type; in ZEND_GET_TYPE_SPEC_TMP_UNUSED_HANDLER() local
20012 if (EXPECTED(type)) { in ZEND_GET_TYPE_SPEC_TMP_UNUSED_HANDLER()
28023 zend_string *type; in ZEND_GET_TYPE_SPEC_VAR_UNUSED_HANDLER() local
28028 if (EXPECTED(type)) { in ZEND_GET_TYPE_SPEC_VAR_UNUSED_HANDLER()
45493 if (type == BP_VAR_R || type == BP_VAR_IS) { in zend_fetch_var_address_helper_SPEC_CV_UNUSED()
[all …]
H A Dzend_operators.c778 zend_uchar type; in _zval_get_long_func_ex() local
781 …if (0 == (type = is_numeric_string(Z_STRVAL_P(op), Z_STRLEN_P(op), &lval, &dval, silent ? 1 : -1))… in _zval_get_long_func_ex()
786 } else if (EXPECTED(type == IS_LONG)) { in _zval_get_long_func_ex()
3030 zend_uchar type; local
3066 …for (type = IS_LONG; !(digits >= MAX_LENGTH_OF_LONG && (dval || allow_errors == 1)); digits++, ptr…
3096 type = IS_DOUBLE;
3122 if (type == IS_LONG) {
/PHP-7.4/ext/phar/tests/files/
H A Dpear2coverage.phar124 $output->writeAttribute('type', 'text');
128 $output->writeAttribute('type', 'submit');
191 $output->writeAttribute('type', 'text/css');
246 $output->writeAttribute('type', 'text/css');
328 $output->writeAttribute('type', 'text/css');
398 $output->writeAttribute('type', 'text/css');
438 $output->writeAttribute('type', 'text/css');
/PHP-7.4/ext/intl/resourcebundle/
H A Dresourcebundle_class.c233 zval *resourcebundle_array_get(zval *object, zval *offset, int type, zval *rv) in resourcebundle_array_get() argument
/PHP-7.4/ext/standard/tests/strings/
H A Dsprintf_variation9.phpt12 // array of float type values
H A Dstrrpos_variation10.phpt11 * an expected type of input for 'haystack' argument
/PHP-7.4/ext/oci8/tests/
H A Dbug43497.phpt88 function createxmltab($c) // create table w/ field of XML type
H A Drefcur_prefetch_2.phpt29 type refcursortype is ref cursor;
/PHP-7.4/tests/classes/
H A Dtype_hinting_004.phpt2 Ensure type hints are enforced for functions invoked as callbacks.
/PHP-7.4/ext/standard/tests/array/
H A Darray_merge_recursive_variation4.phpt83 Warning: Illegal offset type in %s on line %d
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_bindparam_types.phpt26 // Server might not support column type - skip it
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.c166 pg->err_buf.type = 0; in php_phpdbg_globals_ctor()
339 while (ex && ex->func && !ZEND_USER_CODE(ex->func->type)) { in PHP_FUNCTION()
567 if (func->type == ZEND_USER_FUNCTION) { in PHP_FUNCTION()
581 if (ce->type == ZEND_USER_CLASS) { in PHP_FUNCTION()
584 if (func->type == ZEND_USER_FUNCTION && zend_hash_exists(files, func->op_array.filename)) { in PHP_FUNCTION()
/PHP-7.4/ext/openssl/
H A Dopenssl.c2327 switch (name->type) { in openssl_x509v3_subjectAltName()
3156 char * type; in php_openssl_make_REQ() local
3197 type = v->name; in php_openssl_make_REQ()
3199 len = strlen(type); in php_openssl_make_REQ()
3210 memcpy(buffer, type, len); in php_openssl_make_REQ()
3212 type = buffer; in php_openssl_make_REQ()
3216 for (str = type; *str; str++) { in php_openssl_make_REQ()
3220 type = str; in php_openssl_make_REQ()
3226 nid = OBJ_txt2nid(type); in php_openssl_make_REQ()
3867 if (res->type == le_x509) { in php_openssl_evp_from_zval()
[all …]
/PHP-7.4/ext/intl/uchar/
H A Duchar.c187 UCharCategory type) { in enumCharType_callback() argument
197 ZVAL_LONG(&args[2], type); in enumCharType_callback()
/PHP-7.4/sapi/litespeed/
H A Dlsapi_main.c799 int type = ZEND_INI_PERDIR; in alter_ini() local
804 type = ZEND_INI_SYSTEM; in alter_ini()
833 type, stage); in alter_ini()

Completed in 291 milliseconds

1...<<818283848586878889