Home
last modified time | relevance | path

Searched refs:types (Results 451 – 475 of 653) sorted by relevance

1...<<11121314151617181920>>...27

/PHP-5.5/ext/standard/tests/serialize/
H A Dserialization_miscTypes_001.phpt2 Test serialize() & unserialize() functions: many types
83 /* Mixed types */
/PHP-5.5/ext/standard/tests/array/
H A Deach_variation1.phpt2 Test each() function : usage variations - Pass different data types as $arr arg
12 * Pass different data types as $arr arg to each() to test behaviour
H A Darray_reverse_variation6.phpt29 // calling array_reverse() with various types of 2-d arrays
H A Darray_walk_recursive_variation9.phpt11 * Passing different types of callback functions to array_walk_recursive()
H A Dkey_variation2.phpt11 * Pass arrays where keys are different data types as $array_arg to key() to test behaviour
H A Darray_filter_object.phpt10 /* This file uses 'input' array with different types of objects and passes
/PHP-5.5/ext/standard/tests/dir/
H A Dopendir_variation2.phpt2 Test opendir() function : usage variations - different data types as $context arg
11 * Pass different data types as $context argument to opendir() to test behaviour
/PHP-5.5/Zend/RFCs/
H A D002.txt30 contain all types of symbols. Zend will get the notion of a current
133 types that have the same qualifier syntax. These are resolved in this
/PHP-5.5/ext/mbstring/tests/
H A Dmb_substr_variation1.phpt16 * Pass different data types as $str to mb_substr() to test behaviour
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_bind_param_check_param_no_change.phpt34 // types you can get unexpected results (e.g. binary trash for the
H A Dmysqli_stmt_bind_result_zerofill.phpt73 We map those to PHP numeric types -
/PHP-5.5/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_simple_rpcenc_008w.phpt19 …p://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="http://soapinterop.org/types" SOAP-ENV:encoding…
H A Dr4_groupH_simple_rpcenc_009w.phpt19 …p://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="http://soapinterop.org/types" SOAP-ENV:encoding…
H A Dr4_groupH_simple_rpcenc_011w.phpt19 …p://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="http://soapinterop.org/types" SOAP-ENV:encoding…
/PHP-5.5/ext/soap/tests/schema/
H A Dschema064.phpt2 SOAP XML Schema 64: standard date/time types
/PHP-5.5/ext/standard/tests/file/
H A Dfseek_variation2.phpt2 Test fseek() function : usage variations - different types for whence
/PHP-5.5/ext/soap/
H A Dphp_schema.c168 if (!ctx->sdl->types) { in load_schema()
169 ctx->sdl->types = emalloc(sizeof(HashTable)); in load_schema()
170 zend_hash_init(ctx->sdl->types, 0, NULL, delete_type, 0); in load_schema()
331 zend_hash_next_index_insert(sdl->types, &newType, sizeof(sdlTypePtr), (void **)&ptr); in schema_simpleType()
463 smart_str_append_long(&anonymous, zend_hash_num_elements(sdl->types)); in schema_list()
559 smart_str_append_long(&anonymous, zend_hash_num_elements(sdl->types)); in schema_union()
1928 smart_str_append_long(&anonymous, zend_hash_num_elements(sdl->types)); in schema_attribute()
2323 if (sdl->types) { in schema_pass2()
2324 zend_hash_internal_pointer_reset(sdl->types); in schema_pass2()
2325 while (zend_hash_get_current_data(sdl->types,(void**)&type) == SUCCESS) { in schema_pass2()
[all …]
H A Dphp_sdl.h56 HashTable *types; /* array of sdlTypesPtr */ member
/PHP-5.5/ext/standard/tests/math/
H A Datan2_variation2.phpt2 Test atan2() function : usage variations - different data types as $x arg
H A Datan2_variation1.phpt2 Test atan2() function : usage variations - different data types as $y arg
H A Dlog_variation1.phpt2 Test log() function : usage variations - different data types as $arg argument
H A Dmt_srand_variation1.phpt2 Test mt_srand() function : usage variations - different data types as $seed argument
H A Dsrand_variation1.phpt2 Test srand() function : usage variations - different data types as $seed argument
/PHP-5.5/ext/mysqlnd/
H A Dconfig9.m457 #include <sys/types.h>
/PHP-5.5/ext/standard/tests/strings/
H A Dnl2br_variation5.phpt11 * Test nl2br() function by passing different types of values other than

Completed in 141 milliseconds

1...<<11121314151617181920>>...27