Home
last modified time | relevance | path

Searched refs:type (Results 3126 – 3150 of 3256) sorted by relevance

1...<<121122123124125126127128129130131

/php-src/ext/standard/tests/file/
H A D001.phpt2 File type functions
H A Dftruncate_variation6-win32.phpt27 echo "\n-- Testing ftruncate() with file having data of type ". $file_content_type ." --\n";
75 -- Testing ftruncate() with file having data of type numeric --
266 -- Testing ftruncate() with file having data of type text_with_new_line --
H A Dftruncate_variation6.phpt27 echo "\n-- Testing ftruncate() with file having data of type ". $file_content_type ." --\n";
75 -- Testing ftruncate() with file having data of type numeric --
266 -- Testing ftruncate() with file having data of type text_with_new_line --
H A Dfread_variation2.phpt51 echo "\n-- Testing fread() with file having content of type ". $file_content_type ." --\n";
101 -- Testing fread() with file having content of type numeric --
274 -- Testing fread() with file having content of type text --
447 -- Testing fread() with file having content of type text_with_new_line --
620 -- Testing fread() with file having content of type alphanumeric --
H A Dftruncate_variation4.phpt19 echo "\n-- Testing ftruncate() with file having data of type ". $file_content_type ." --\n";
70 -- Testing ftruncate() with file having data of type numeric --
264 -- Testing ftruncate() with file having data of type text_with_new_line --
/php-src/ext/standard/tests/general_functions/
H A Dis_float.phpt53 // get a resource type variable
H A Dis_float_64bit.phpt55 // get a resource type variable
/php-src/ext/pgsql/tests/
H A Ddeprecated_implicit_default_link.phpt72 if (str_contains($e->getMessage(), 'type array')) {
/php-src/ext/date/lib/
H A Dtimelib.c359 switch (d->relative.special.type) { in timelib_dump_date()
/php-src/ext/dom/lexbor/lexbor/html/tree/insertion_mode/
H A Din_table.c374 if (token->type & LXB_HTML_TOKEN_TYPE_CLOSE) { in lxb_html_tree_insertion_mode_in_table()
/php-src/ext/pdo_sqlite/
H A Dsqlite_statement.c256 pdo_stmt_t *stmt, int colno, zval *result, enum pdo_param_type *type) in pdo_sqlite_stmt_get_col() argument
/php-src/ext/odbc/
H A Dodbc.stub.php431 …function odbc_specialcolumns(Odbc\Connection $odbc, int $type, ?string $catalog, string $schema, s…
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_attr_set.phpt96 // Invalid cursor type
H A Dmysqli_stmt_bind_result.phpt66 // don't bail - column type might not be supported by the server, ignore this
115 printf("[%04d] [%d] Expecting %s/'%s' [type hint = %s], got %s/'%s'\n",
/php-src/ext/intl/dateformat/
H A Ddateformat_arginfo.h53 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, type, IS_LONG, 0, "ULOC_ACTUAL_LOCALE")
/php-src/Zend/tests/lazy_objects/
H A Dinitializer_must_return_the_right_type.phpt2 Lazy objects: initializer must return the right type
/php-src/ext/dom/
H A Ddom_iterators.c56 ret->type = XML_NOTATION_NODE; in create_notation()
/php-src/ext/standard/
H A Dcrypt_sha512.c15 # define __alignof__(type) offsetof (struct { char c; type member;}, member) argument
/php-src/docs/source/introduction/
H A Dhigh-level-overview.rst42 and splitting it into a list of words and symbols. Tokens generally consist of a type, a simple
102 Each AST node has a type and may have children. They also store their original position in the
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_arm64.lua23 local type, tonumber, pairs, ipairs = type, tonumber, pairs, ipairs
315 if ok and type(y) == "number" then return y end
/php-src/build/
H A Dphp.m4198 dnl PHP_ADD_SOURCES(source-path, sources [, special-flags [, type]])
200 dnl Adds sources which are located relative to source-path to the array of type
201 dnl type. The blank-or-newline separated list of "sources" are processed with
216 dnl _PHP_ASSIGN_BUILD_VARS(type)
855 dnl PHP_SELECT_SAPI(name, type[, sources [, extra-cflags]])
858 dnl its "type", how PHP is supposed to be built (static, shared, bundle, or
1075 dnl PHP_CHECK_SIZEOF(type, cross-value, extra-headers)
1083 [Define to 1 if the system has the type '$1'.])
1091 dnl Check type of reentrant time-related functions. Type can be: irix, hpux or
1095 [AC_CACHE_CHECK([for type of reentrant time-related functions],
[all …]
/php-src/ext/pdo/
H A Dpdo_stmt.c2273 static zval *row_prop_read(zend_object *object, zend_string *name, int type, void **cache_slot, zva… in row_prop_read() argument
2283 return zend_std_read_property(&stmt->std, name, type, cache_slot, rv); in row_prop_read()
2305 static zval *row_dim_read(zend_object *object, zval *offset, int type, zval *rv) in row_dim_read() argument
2326 zval *result = row_prop_read(object, member, type, NULL, rv); in row_dim_read()
2449 static zval *pdo_row_get_property_ptr_ptr(zend_object *object, zend_string *name, int type, void **… in pdo_row_get_property_ptr_ptr() argument
2453 ZEND_IGNORE_VALUE(type); in pdo_row_get_property_ptr_ptr()
/php-src/Zend/
H A Dzend_virtual_cwd.c1655 CWD_API FILE *virtual_popen(const char *command, const char *type) /* {{{ */ in virtual_popen() argument
1657 return popen_ex(command, type, CWDG(cwd).cwd, NULL); in virtual_popen()
1661 CWD_API FILE *virtual_popen(const char *command, const char *type) /* {{{ */ in virtual_popen() argument
1709 retval = popen(command_line, type); in virtual_popen()
/php-src/sapi/litespeed/
H A Dlsapi_main.c784 int type = ZEND_INI_PERDIR; in alter_ini() local
789 type = ZEND_INI_SYSTEM; in alter_ini()
818 type, stage); in alter_ini()
/php-src/ext/reflection/tests/
H A DReflectionClass_implementsInterface_001.phpt150 …lass::implementsInterface(): Passing null to parameter #1 ($interface) of type ReflectionClass|str…

Completed in 63 milliseconds

1...<<121122123124125126127128129130131