Home
last modified time | relevance | path

Searched refs:type (Results 1926 – 1950 of 2182) sorted by relevance

1...<<71727374757677787980>>...88

/PHP-7.2/sapi/litespeed/
H A Dlsapi_main.c679 file_handle->type = ZEND_HANDLE_FILENAME; in lsapi_execute_script()
821 int type = ZEND_INI_PERDIR; in alter_ini() local
826 type = ZEND_INI_SYSTEM; in alter_ini()
855 type, stage); in alter_ini()
1351 file_handle.type = ZEND_HANDLE_FP; in cli_main()
/PHP-7.2/ext/standard/tests/file/
H A Dfread_variation2.phpt59 echo "\n-- Testing fread() with file having content of type ". $file_content_type ." --\n";
109 -- Testing fread() with file having content of type numeric --
246 -- Testing fread() with file having content of type text --
383 -- Testing fread() with file having content of type text_with_new_line --
520 -- Testing fread() with file having content of type alphanumeric --
H A D001-win32.phpt2 File type functions
H A Dbasename_variation3.phpt2 Test basename() function : first parameter type variations
H A Dfseek_ftell_rewind_error2.phpt36 /* loop to test ftell with different invalid type of args */
H A Dfseek_ftell_rewind_error3.phpt36 /* loop to test rewind with different invalid type of args */
/PHP-7.2/ext/mbstring/
H A Dmbstring.c224 ZEND_ARG_INFO(0, type)
429 ZEND_ARG_INFO(0, type)
1629 while (p->type > 0) { in PHP_RINIT_FUNCTION()
1630 if ((MBSTRG(func_overload) & p->type) == p->type && in PHP_RINIT_FUNCTION()
1690 while (p->type > 0) { in PHP_RSHUTDOWN_FUNCTION()
1691 if ((MBSTRG(func_overload) & p->type) == p->type && in PHP_RSHUTDOWN_FUNCTION()
4147 if (type == 0 && is_hex) { in php_mb_numericentity_exec()
4726 while (over_func->type > 0) { in PHP_FUNCTION()
4727 if ((MBSTRG(func_overload) & over_func->type) == over_func->type ) { in PHP_FUNCTION()
4803 while (over_func->type > 0) { in PHP_FUNCTION()
[all …]
/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c1323 meta->type = uint1korr(p); in php_mysqlnd_rset_field_read()
1341 (meta->type <= MYSQL_TYPE_INT24 && in php_mysqlnd_rset_field_read()
1342 (meta->type != MYSQL_TYPE_TIMESTAMP || meta->length == 14 || meta->length == 8) in php_mysqlnd_rset_field_read()
1343 ) || meta->type == MYSQL_TYPE_YEAR) in php_mysqlnd_rset_field_read()
1575 … fields_metadata[i].db, fields_metadata[i].table, fields_metadata[i].name, fields_metadata[i].type, in php_mysqlnd_rowp_read_binary_protocol()
1582 enum_mysqlnd_field_types type = fields_metadata[i].type; in php_mysqlnd_rowp_read_binary_protocol() local
1583 mysqlnd_ps_fetch_functions[type].func(current_field, &fields_metadata[i], 0, &p); in php_mysqlnd_rowp_read_binary_protocol()
1586 switch (fields_metadata[i].type) { in php_mysqlnd_rowp_read_binary_protocol()
1668 mysqlnd_ps_fetch_functions[fields_metadata[i].type]; in php_mysqlnd_rowp_read_text_protocol_aux()
1672 switch (fields_metadata[i].type) { in php_mysqlnd_rowp_read_text_protocol_aux()
[all …]
/PHP-7.2/ext/oci8/tests/
H A Dbug42841.phpt27 type cursortype is ref Cursor;
H A Dreflection2.phpt154 Parameter #1 [ <optional> $type ]
/PHP-7.2/ext/standard/tests/array/
H A Dsizeof_variation2.phpt34 /* 14 */ array($fp, "resource1" => $fp, 'resource2' => $fp, array( $fp, 'type' => $fp) )
/PHP-7.2/ext/standard/tests/class_object/
H A Dis_a_variation_002.phpt2 Test is_a() function : usage variations - wrong type for arg 2
H A Dis_subclass_of_variation_004.phpt2 Test is_subclass_of() function : usage variations - unexpected type for arg 1 with valid class in …
/PHP-7.2/ext/intl/tests/
H A Ddateformat_formatObject_error.phpt51 Warning: IntlDateFormatter::formatObject(): datefmt_format_object: the date/time format type is inv…
/PHP-7.2/ext/standard/tests/strings/
H A Dstrrchr_variation9.phpt11 * and expected type for 'needle'
/PHP-7.2/ext/standard/tests/url/
H A Drawurldecode_variation_001.phpt2 Test rawurldecode() function : usage variations - unexpected type for arg 1.
H A Drawurlencode_variation_001.phpt2 Test rawurlencode() function : usage variations - unexpected type for arg 1.
H A Durldecode_variation_001.phpt2 Test urldecode() function : usage variations - <type here specifics of this variation>
H A Durlencode_variation_001.phpt2 Test urlencode() function : usage variations - <type here specifics of this variation>
/PHP-7.2/ext/date/tests/
H A Drfc-datetime_and_daylight_saving_time-type3-ba.phpt2 RFC: DateTime and Daylight Saving Time Transitions (zone type 3, ba)
H A Drfc-datetime_and_daylight_saving_time-type3-bs.phpt2 RFC: DateTime and Daylight Saving Time Transitions (zone type 3, bs)
/PHP-7.2/ext/dom/
H A Ddomimplementation.c173 if (doctype->type == XML_DOCUMENT_TYPE_NODE) { in PHP_METHOD()
/PHP-7.2/ext/com_dotnet/
H A Dphp_com_dotnet_internal.h155 PHP_COM_DOTNET_API void php_com_variant_from_zval_with_type(VARIANT *v, zval *z, VARTYPE type, int …
/PHP-7.2/ext/standard/tests/general_functions/
H A Dintval_variation1.phpt7 * Source code: ext/standard/type.c
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_class_mysqli_result_reflection.phpt364 Inspecting property 'type'
375 Default property 'type'

Completed in 80 milliseconds

1...<<71727374757677787980>>...88