Home
last modified time | relevance | path

Searched refs:type (Results 1626 – 1650 of 1876) sorted by relevance

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

/PHP-5.5/ext/standard/tests/file/
H A Dfflush_variation1-win32.phpt30 foreach( $file_types as $type ) {
31 echo "-- Iteration $count with file containing $type Data--\n";
43 fill_file($file_handle, $type, 10);
53 var_dump( fill_file($file_handle, $type, 50) );
H A Dfflush_variation1.phpt30 foreach( $file_types as $type ) {
31 echo "-- Iteration $count with file containing $type Data--\n";
43 fill_file($file_handle, $type, 10);
54 var_dump( fill_file($file_handle, $type, 50) );
H A Dfread_variation4.phpt62 echo "\n-- Testing fread() with file having content of type ". $file_content_type ." --\n";
113 -- Testing fread() with file having content of type numeric --
232 -- Testing fread() with file having content of type text --
351 -- Testing fread() with file having content of type text_with_new_line --
H A Dftruncate_variation1-win32.phpt30 echo "\n-- Testing ftruncate() with file having data of type ". $file_content_type ." --\n";
74 -- Testing ftruncate() with file having data of type numeric --
268 -- Testing ftruncate() with file having data of type text_with_new_line --
H A Dftruncate_variation1.phpt30 echo "\n-- Testing ftruncate() with file having data of type ". $file_content_type ." --\n";
74 -- Testing ftruncate() with file having data of type numeric --
268 -- Testing ftruncate() with file having data of type text_with_new_line --
H A Dfputcsv_error.phpt35 /* loop to test fputcsv() with different invalid type of args */
H A Dfseek_ftell_rewind_error1.phpt37 /* loop to test fseek() with different invalid type of args */
H A Dbasename_variation4.phpt2 Test basename() function : second parameter type variation
H A Dfgetcsv_error.phpt35 /* loop to test fgetcsv() with different invalid type of args */
/PHP-5.5/ext/pgsql/
H A Dpgsql.c1370 int type; local
1378 ptr = zend_list_find(link,&type); /* check if the link is still there */
1379 if (ptr && (type==le_link || type==le_plink)) {
5427 zval *meta, **def, **type, **not_null, **has_default, **is_enum, **val, *new_val; local
5470 if (!err && zend_hash_find(Z_ARRVAL_PP(def), "type", sizeof("type"), (void **)&type) == FAILURE) {
5502 data_type = php_pgsql_get_data_type(Z_STRVAL_PP(type), Z_STRLEN_PP(type));
5761 …docref(NULL TSRMLS_CC, E_NOTICE, "Expects NULL or string for '%s' (%s)", Z_STRVAL_PP(type), field);
5794 …MLS_CC, E_NOTICE, "Expects NULL or string for PostgreSQL %s field (%s)", Z_STRVAL_PP(type), field);
5825 …MLS_CC, E_NOTICE, "Expects NULL or string for PostgreSQL %s field (%s)", Z_STRVAL_PP(type), field);
6033 …(NULL TSRMLS_CC, E_NOTICE, "PostgreSQL '%s' type (%s) is not supported", Z_STRVAL_PP(type), field);
[all …]
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic21 # We guess the file type from the type of the first chunk.
47 >8 byte x type %d
3393 >>12 belong x type %d
4845 0 name xbase-type
5768 >32 lelong =1 type Point
8974 0 name gpt-mbr-type
14577 # type:
18721 >32 belong 2 type: ZFS,
18724 >32 belong 5 type: ANY,
18751 >32 lelong 2 type: ZFS,
[all …]
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c149 } type; member
976 switch (chunk->type) { in php_cli_server_chunk_size()
987 switch (chunk->type) { in php_cli_server_chunk_dtor()
1054 chunk->type = PHP_CLI_SERVER_CHUNK_IMMORTAL; in php_cli_server_chunk_immortal_new()
1068 chunk->type = PHP_CLI_SERVER_CHUNK_HEAP; in php_cli_server_chunk_heap_new()
1083 chunk->type = PHP_CLI_SERVER_CHUNK_HEAP; in php_cli_server_chunk_heap_new_self_contained()
1110 switch (chunk->type) { in php_cli_server_content_sender_send()
2022 zfd.type = ZEND_HANDLE_FILENAME; in php_cli_server_dispatch_script()
2133 zfd.type = ZEND_HANDLE_FILENAME; in php_cli_server_dispatch_router()
/PHP-5.5/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_b.phpt270 resource(%d) of type (stream) refcount(4)
H A Ddebug_zval_dump_b_64bit.phpt270 resource(%d) of type (stream) refcount(4)
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_result_references.phpt141 [%u|b%"type"]=>
/PHP-5.5/ext/snmp/tests/
H A Dsnmp3-error.phpt75 Warning: snmp3_set(): Single objid and multiple type or values are not supported in %s on line %d
/PHP-5.5/ext/standard/tests/url/
H A Dparse_url_variation_001.phpt2 Test parse_url() function : usage variations - unexpected type for arg 1.
/PHP-5.5/ext/standard/tests/class_object/
H A Dis_subclass_of_variation_002.phpt2 Test is_subclass_of() function : usage variations - unexpected type for arg 2
H A Dmethod_exists_variation_002.phpt2 Test method_exists() function : usage variations - unexpected type for arg 2
/PHP-5.5/ext/standard/tests/strings/
H A Dstr_pad_variation3.phpt11 * and expected type for '$input' and '$pad_length'
H A Dstripos_variation10.phpt11 * an expected type of input for 'haystack' argument
H A Dstrrchr_variation10.phpt11 * and expected type for haystack
H A Dstrrpos_variation10.phpt11 * an expected type of input for 'haystack' argument
/PHP-5.5/ext/com_dotnet/
H A Dphp_com_dotnet_internal.h150 PHP_COM_DOTNET_API void php_com_variant_from_zval_with_type(VARIANT *v, zval *z, VARTYPE type, int …
/PHP-5.5/ext/oci8/tests/
H A Derror_parse.phpt139 Normal connection: New Collection error: OCI-22303: type ""."ABC" not found

Completed in 132 milliseconds

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