Home
last modified time | relevance | path

Searched refs:type (Results 1726 – 1750 of 1876) sorted by relevance

1...<<61626364656667686970>>...76

/PHP-5.5/ext/ereg/tests/
H A Deregi_replace_variation_001.phpt2 Test eregi_replace() function : usage variations - unexpected type arg 1
H A Deregi_replace_variation_003.phpt2 Test eregi_replace() function : usage variations - unexpected type arg 3
H A Dsplit_variation_002.phpt2 Test split() function : usage variations - unexpected type for arg 2
H A Dsplit_variation_003.phpt2 Test split() function : usage variations - unexpected type for arg 3
H A Dspliti_variation_003.phpt2 Test spliti() function : usage variations - unexpected type for arg 3
H A Dereg_variation_001.phpt2 Test ereg() function : usage variations - unexpected type arg 1
H A Deregi_variation_001.phpt2 Test eregi() function : usage variations - unexpected type arg 1
/PHP-5.5/ext/xml/
H A Dxml.mak47 C_FLAGS += -relax_pointers # To remove type-casting errors
/PHP-5.5/ext/sybase_ct/
H A Dphp_sybase_ct.c856 int type, link; in php_sybase_do_connect() local
864 ptr = zend_list_find(link, &type); /* check if the link is still there */ in php_sybase_do_connect()
865 if (ptr && (type==le_link || type==le_plink)) { in php_sybase_do_connect()
1933 static char *php_sybase_get_field_name(CS_INT type) in php_sybase_get_field_name() argument
1935 switch (type) { in php_sybase_get_field_name()
/PHP-5.5/ext/standard/tests/general_functions/
H A Dstrval.phpt107 // get a resource type variable
/PHP-5.5/ext/standard/tests/image/
H A Dgetimagesize_variation1.phpt2 Test getimagesize() function : usage variations - unexpected type for arg 1
/PHP-5.5/ext/imap/tests/
H A Dimap_fetch_overview_variation2.phpt226 -- Testing with second argument value: resource(%d) of type (stream)
/PHP-5.5/ext/session/tests/
H A Dsession_name_error.phpt234 resource(%d) of type (stream)
/PHP-5.5/ext/sockets/tests/
H A Dmcast_ipv4_recv.phpt160 resource(%d) of type (Socket)
/PHP-5.5/ext/standard/tests/file/
H A D001.phpt2 File type functions
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 --
/PHP-5.5/ext/dom/
H A Dcharacterdata.c115 if (newval->type != IS_STRING) { in dom_characterdata_data_write()
/PHP-5.5/ext/oci8/tests/
H A Drefcur_prefetch_4.phpt24 type refcursortype is ref cursor;
/PHP-5.5/ext/standard/
H A Dcrypt_sha512.c22 # define __alignof__(type) offsetof (struct { char c; type member;}, member) argument
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativePPC_64.c38 #define RLDI(dst, src, sh, mb, type) \ argument
39 …(HI(30) | S(src) | A(dst) | ((type) << 2) | (((sh) & 0x1f) << 11) | (((sh) & 0x20) >> 4) | (((mb) …
/PHP-5.5/main/
H A Drfc1867.c1218 error_type.type = IS_LONG;
1223 file_size.type = IS_LONG;
1226 file_size.type = IS_LONG;
/PHP-5.5/ext/date/lib/
H A Dparse_date.re161 int type;
551 *behavior = tp->type;
666 s->time->relative.special.type = relunit->multiplier;
702 if ((fmp->gmtoffset * 60) == gmtoffset && fmp->type == isdst) {
725 *dst = tp->type;
726 value += tp->type * 60;
1077 s->time->relative.special.type = TIMELIB_SPECIAL_DAY_OF_WEEK_IN_MONTH;
1080 s->time->relative.special.type = TIMELIB_SPECIAL_LAST_DAY_OF_WEEK_IN_MONTH;
1543 …if (s->time->relative.have_special_relative && s->time->relative.special.type == TIMELIB_SPECIAL_W…
/PHP-5.5/
H A Dacinclude.m4184 dnl PHP_ADD_SOURCES(source-path, sources [, special-flags [, type]])
187 dnl array of type type. Sources are processed with optional
201 dnl _PHP_ASSIGN_BUILD_VARS(type)
872 dnl PHP_SELECT_SAPI(name, type[, sources [, extra-cflags [, build-target]]])
874 dnl Selects the SAPI name and type (static, shared, bundle, program)
1112 dnl PHP_CHECK_SIZEOF(type, cross-value, extra-headers)
1124 dnl PHP_CHECK_TYPES(type-list, include-file [, extra-headers])
1165 dnl Check type of reentrant time-related functions
1169 AC_CACHE_CHECK(for type of reentrant time-related functions, ac_cv_time_r_type,[
1360 AC_CACHE_CHECK(for type of readdir_r, ac_cv_what_readdir_r,[
[all …]
/PHP-5.5/ext/soap/
H A Dphp_http.c27 static char *get_http_header_value(char *headers, char *type);
1333 static char *get_http_header_value(char *headers, char *type) in get_http_header_value() argument
1338 typelen = strlen(type); in get_http_header_value()
1346 if (strncasecmp(pos, type, typelen) == 0) { in get_http_header_value()
/PHP-5.5/ext/standard/tests/strings/
H A Dstrcmp.phpt71 /* getting resource type for file handle */
76 /* string1 and string2 of same "stream" type */
79 /* string1 is of "stream" type & string3 is of "int" type */

Completed in 49 milliseconds

1...<<61626364656667686970>>...76