Home
last modified time | relevance | path

Searched refs:t (Results 1601 – 1625 of 1771) sorted by relevance

1...<<6162636465666768697071

/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_fetch_all.phpt102 // don't bail, engine might not support the datatype
220 // don't care about date() strict TZ warnings...
459 Warning: mysqli_fetch_array(): Couldn't fetch mysqli_result in %s on line %d
H A Dmysqli_real_query.phpt112 Warning: mysqli_real_query(): Couldn't fetch mysqli in %s on line %d
H A Dmysqli_fetch_field.phpt148 Warning: mysqli_fetch_field(): Couldn't fetch mysqli_result in %s on line %d
H A Dmysqli_stmt_reset.phpt111 Warning: mysqli_stmt_reset(): Couldn't fetch mysqli_stmt in %s on line %d
H A Dmysqli_stmt_get_result_bit.phpt18 // better don't trust libmysql before 5.0.3
H A Dmysqli_pconn_kill.phpt44 // Kill the persistent connection - don't use mysqli_kill, mysqlnd will catch that...
/PHP-7.4/ext/ffi/
H A Dffi.c167 #define ZEND_FFI_TYPE(t) \ argument
303 t->size = type->size; in zend_ffi_make_fake_struct_type()
304 t->alignment = type->align; in zend_ffi_make_fake_struct_type()
305 t->type = FFI_TYPE_STRUCT; in zend_ffi_make_fake_struct_type()
306 t->elements = (ffi_type**)(t + 1); in zend_ffi_make_fake_struct_type()
343 efree(t); in zend_ffi_make_fake_struct_type()
348 t->elements[i] = NULL; in zend_ffi_make_fake_struct_type()
349 return t; in zend_ffi_make_fake_struct_type()
397 return t; in zend_ffi_get_type()
2572 if (t) { in zend_ffi_pass_arg()
[all …]
/PHP-7.4/ext/standard/tests/array/
H A Darray_unshift_object.phpt52 echo "This function can't be overloaded";
/PHP-7.4/ext/standard/tests/strings/
H A Dsprintf_variation18.phpt34 "\t%s", "\n%s", "%4s",
H A Dsprintf_variation25.phpt38 "\t%c", "\n%c", "%4c",
H A Dsprintf_variation28.phpt44 "\t%o", "\n%o", "%4o",
H A Dsprintf_variation28_64bit.phpt40 "\t%o", "\n%o", "%4o",
H A Dsprintf_variation38.phpt38 "\t%x", "\n%x", "%4x",
H A Dsprintf_variation40.phpt44 "\t%u", "\n%u", "%4u",
H A Dsprintf_variation40_64bit.phpt40 "\t%u", "\n%u", "%4u",
H A Dsprintf_variation8.phpt41 "\t%d", "\n%d", "%4d",
H A Dstrpos.phpt15 var_dump( strpos("test string", "t s") );
124 var_dump( strpos($needles, $needles) ); // won't work
173 var_dump( strpos("Hello, worldS", "$needleS") ); // won't work
H A Djoin_variation2.phpt29 var $t = 10;
H A Dsprintf_variation19.phpt38 "\t%s", "\n%s", "%4s",
H A Dsprintf_variation21.phpt38 "\t%c", "\n%c", "%4c",
H A Dsprintf_variation49.phpt35 "\t%e", "\n%e", "%4e",
/PHP-7.4/ext/standard/tests/file/
H A Dfscanf_variation26.phpt29 "\t%c", "\n%c", "%4c",
H A Dfilesize_variation4-win32.phpt23 …?|~+!;',.\][{}(special) chars, 12345(numeric) chars, and \n(newline char), \t(tab), \0, \r and so …
H A Dfilesize_variation4.phpt25 rs, 12345(numeric) chars, and \n(newline char), \t(tab), \0, \r and so on........\0";
/PHP-7.4/ext/soap/
H A Dphp_encoding.c3611 encodePtr t = Z_PTR_P(zv); in delete_encoder() local
3612 if (t->details.ns) { in delete_encoder()
3613 efree(t->details.ns); in delete_encoder()
3615 if (t->details.type_str) { in delete_encoder()
3618 if (t->details.map) { in delete_encoder()
3621 efree(t); in delete_encoder()
3626 encodePtr t = Z_PTR_P(zv); in delete_encoder_persistent() local
3627 if (t->details.ns) { in delete_encoder_persistent()
3628 free(t->details.ns); in delete_encoder_persistent()
3630 if (t->details.type_str) { in delete_encoder_persistent()
[all …]

Completed in 52 milliseconds

1...<<6162636465666768697071