Home
last modified time | relevance | path

Searched refs:t (Results 1476 – 1500 of 1771) sorted by relevance

1...<<51525354555657585960>>...71

/PHP-7.4/ext/standard/tests/strings/
H A Dchunk_split_variation4.phpt47 This checks\t chunk_split()\nEscape\rchars
H A Dstrripos_variation2.phpt13 $haystack = 'Hello,\t\n\0\n $&!#%()*<=>?@hello123456he \x234 \101 ';
22 /*5*/ '\t',
/PHP-7.4/Zend/tests/
H A Dbug43426.phpt5 $c = 1; // doesn't matter
/PHP-7.4/ext/ldap/tests/
H A Dldap_search_overrides.phpt2 ldap_search() test - test that overrides aren't permanent
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_get_attribute.phpt82 Perform direct queries, don't use prepared statements.
/PHP-7.4/Zend/
H A Dzend_vm_execute.skl26 zend_error_noreturn(E_CORE_ERROR, "Arrived at end of main loop which shouldn't happen");
H A Dzend_interfaces.c315 int t = -1; in zend_implement_aggregate() local
335 t = i; in zend_implement_aggregate()
339 if (t == -1) { in zend_implement_aggregate()
/PHP-7.4/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_variation6.phpt38 var_dump( symlink($filename, $linkname) ); // this link won't get created
H A Dfread_basic.phpt36 $file_modes = array( "r", "rb", "rt", "r+", "r+b", "r+t");
216 -- File opened in mode r+t --
350 -- File opened in mode r+t --
484 -- File opened in mode r+t --
618 -- File opened in mode r+t --
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_real_escape_string_unicode.phpt87 Warning: mysqli_real_escape_string(): Couldn't fetch mysqli in %s on line %d
H A Dmysqli_data_seek.phpt73 Warning: mysqli_data_seek(): Couldn't fetch mysqli_result in %s on line %d
H A D061.phpt12 die(sprintf("skip Can't connect [%d] %s", mysqli_connect_errno(), mysqli_connect_error()));
H A Dmysqli_query_iterators.phpt122 Warning: main(): Couldn't fetch mysqli_result in %s on line %d
H A Dmysqli_fetch_field_direct_oo.phpt91 Warning: mysqli_result::fetch_field_direct(): Couldn't fetch mysqli_result in %s on line %d
H A Dmysqli_fetch_fields.phpt126 Warning: mysqli_fetch_fields(): Couldn't fetch mysqli_result in %s on line %d
H A Dmysqli_stmt_free_result.phpt85 Warning: mysqli_stmt_free_result(): Couldn't fetch mysqli_stmt in %s on line %d
H A Dmysqli_pam_sha256_public_key_option_invalid.phpt140 printf("[002] Can't write public key file.");
150 printf("[003] Can't write public key file.");
H A Dmysqli_stmt_bind_result.phpt71 // don't bail - column type might not be supported by the server, ignore this
223 // don't care about date() strict TZ warnings...
326 Warning: mysqli_stmt_bind_result(): Number of bind variables doesn't match number of fields in prep…
328 Warning: mysqli_stmt_bind_result(): Number of bind variables doesn't match number of fields in prep…
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_portability.h18 #define STRUCT_OFFSET(t, f) XtOffsetOf(t, f) argument
/PHP-7.4/ext/standard/
H A Dformatted_print.c542 zend_string *t; in php_formatted_print() local
543 zend_string *str = zval_get_tmp_string(tmp, &t); in php_formatted_print()
550 zend_tmp_string_release(t); in php_formatted_print()
H A Dstring.c4301 *t++ = *s++;
4308 *t = '\0';
4310 *t = *s;
4313 *t = *s;
4315 t++;
4321 t += 16;
4327 t = php_stripslashes_impl(s, t, l);
5089 const char *t; local
5100 t = tag;
5101 c = tolower(*t);
[all …]
/PHP-7.4/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp116 const Formattable::Type t = types[i]; in umsg_get_numeric_types() local
117 zend_hash_index_update_mem(ret, (zend_ulong)i, (void*)&t, sizeof(t)); in umsg_get_numeric_types()
/PHP-7.4/sapi/cli/
H A Dphp_http_parser.c1552 php_http_parser_init (php_http_parser *parser, enum php_http_parser_type t) in php_http_parser_init() argument
1554 parser->type = t; in php_http_parser_init()
1555 …parser->state = (t == PHP_HTTP_REQUEST ? s_start_req : (t == PHP_HTTP_RESPONSE ? s_start_res : s_s… in php_http_parser_init()
/PHP-7.4/ext/gd/libgd/
H A Dgd_interpolation.c339 static double filter_bicubic(const double t) in filter_bicubic() argument
341 const double abs_t = (double)fabs(t); in filter_bicubic()
359 static double filter_generalized_cubic(const double t) in filter_generalized_cubic() argument
362 double abs_t = (double)fabs(t); in filter_generalized_cubic()
426 static double filter_filter(double t) in filter_filter() argument
429 if(t < 0.0) t = -t; in filter_filter()
430 if(t < 1.0) return((2.0 * t - 3.0) * t * t + 1.0); in filter_filter()
/PHP-7.4/ext/filter/tests/
H A D043.phpt130 string(1) "t"

Completed in 69 milliseconds

1...<<51525354555657585960>>...71