Home
last modified time | relevance | path

Searched refs:what (Results 76 – 100 of 143) sorted by relevance

123456

/PHP-7.1/ext/zlib/tests/
H A Dgzcompress_error1.phpt18 * add a comment here to say what the test is supposed to do
H A Dgzdeflate_basic1.phpt18 * add a comment here to say what the test is supposed to do
H A Dgzdeflate_error1.phpt18 * add a comment here to say what the test is supposed to do
/PHP-7.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_server_version.phpt31 // comparing what we get. However, mysqli_get_server_version() needs a mysqli handle
H A Dpdo_mysql_prepare_emulated_placeholder_everywhere.phpt25 // So, what will happen? More placeholder but values and
H A Dpdo_mysql_prepare_load_data.phpt89 // However, you get an error and the big question is what happens to the line
/PHP-7.1/ext/curl/
H A Dinterface.c2473 php_stream *what = NULL; in _php_curl_setopt() local
2476what = (php_stream *)zend_fetch_resource2_ex(zvalue, "File-Handle", php_file_le_stream(), php_file… in _php_curl_setopt()
2477 if (!what) { in _php_curl_setopt()
2481 if (FAILURE == php_stream_cast(what, PHP_STREAM_AS_STDIO, (void *) &fp, REPORT_ERRORS)) { in _php_curl_setopt()
2493 if (!what) { in _php_curl_setopt()
2500 } else if (what->mode[0] != 'r' || what->mode[1] == '+') { in _php_curl_setopt()
2511 if (!what) { in _php_curl_setopt()
2518 } else if (what->mode[0] != 'r' || what->mode[1] == '+') { in _php_curl_setopt()
2529 if (!what) { in _php_curl_setopt()
2544 if (!what) { in _php_curl_setopt()
[all …]
/PHP-7.1/ext/oci8/tests/
H A Ddrcp_connect1.phpt62 // value returned is what is set by pconn1
/PHP-7.1/ext/date/tests/
H A Dbug73858.phpt24 Next we will try mix/match the code to see what happens, surprisingly it seems that the end date ($…
/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_debug_append.phpt77 // what will happen if we create new trace entries...?
H A Dbug49442.phpt68 …At this point 'persistent' is not to be confused with what a user calls a 'persistent' - in this c…
H A Dmysqli_driver.phpt92 …/* TODO - more report testing should go in here, but it's not really documented what behaviour is …
H A Dmysqli_query_unicode.phpt89 Trying to test what Ramil suggests in http://bugs.mysql.com/bug.php?id=29576
/PHP-7.1/ext/standard/
H A Dstring.c802 if (what) { in php_trim()
804 char p = *what; in php_trim()
829 php_charmask((unsigned char*)what, what_len, mask); in php_trim()
897 zend_string *what = NULL; in php_do_trim() local
902 Z_PARAM_STR(what) in php_do_trim()
905 …ZVAL_STR(return_value, php_trim(str, (what ? ZSTR_VAL(what) : NULL), (what ? ZSTR_LEN(what) : 0), … in php_do_trim()
3601 zend_string *str, *what; local
3603 if (zend_parse_parameters(ZEND_NUM_ARGS(), "SS", &str, &what) == FAILURE) {
3611 if (ZSTR_LEN(what) == 0) {
3615 RETURN_STR(php_addcslashes(str, 0, ZSTR_VAL(what), ZSTR_LEN(what)));
[all …]
/PHP-7.1/ext/date/
H A Dphp_date.c361 ZEND_ARG_INFO(0, what)
4722 static int check_id_allowed(char *id, zend_long what) /* {{{ */ in check_id_allowed() argument
4724 if (what & PHP_DATE_TIMEZONE_GROUP_AFRICA && strncasecmp(id, "Africa/", 7) == 0) return 1; in check_id_allowed()
4725 if (what & PHP_DATE_TIMEZONE_GROUP_AMERICA && strncasecmp(id, "America/", 8) == 0) return 1; in check_id_allowed()
4726 if (what & PHP_DATE_TIMEZONE_GROUP_ANTARCTICA && strncasecmp(id, "Antarctica/", 11) == 0) return 1; in check_id_allowed()
4727 if (what & PHP_DATE_TIMEZONE_GROUP_ARCTIC && strncasecmp(id, "Arctic/", 7) == 0) return 1; in check_id_allowed()
4746 zend_long what = PHP_DATE_TIMEZONE_GROUP_ALL; in PHP_FUNCTION() local
4750 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|ls!", &what, &option, &option_len) == FAILURE) { in PHP_FUNCTION()
4755 if (what == PHP_DATE_TIMEZONE_PER_COUNTRY && option_len != 2) { in PHP_FUNCTION()
4767 if (what == PHP_DATE_TIMEZONE_PER_COUNTRY) { in PHP_FUNCTION()
[all …]
/PHP-7.1/ext/standard/tests/file/
H A Duserstreams.phpt21 call me what you will
37 call me what you will
/PHP-7.1/ext/pdo_oci/tests/
H A Dpdo_oci_attr_autocommit_2.phpt90 // Open new connection to really verify what was inserted
/PHP-7.1/ext/spl/tests/
H A Dclass_implements_variation2.phpt5 /* Prototype : array class_implements(mixed what [, bool autoload ])
H A Dclass_uses_variation2.phpt5 /* Prototype : array class_uses(mixed what [, bool autoload ])
H A Dclass_implements_variation1.phpt5 /* Prototype : array class_implements(mixed what [, bool autoload ])
H A Dclass_uses_variation1.phpt5 /* Prototype : array class_uses(mixed what [, bool autoload ])
/PHP-7.1/
H A DREADME.EXT_SKEL39 But if you already have planned the overall scheme of your module, what
137 know what to expect.
H A DCODING_STANDARDS53 5. NEVER USE strncat(). If you're absolutely sure you know what you're doing,
59 ``ZEND_*`` macros it gives a better understanding on what kind of macro
242 prototype before it along with a brief one-line description of what the
H A DCONTRIBUTING.md66 about what you're working on, you can contact us via the
/PHP-7.1/ext/pdo_odbc/
H A Dodbc_stmt.c796 S->einfo.what = "setAttribute"; in odbc_stmt_set_param()
828 S->einfo.what = "getAttribute"; in odbc_stmt_get_attr()

Completed in 120 milliseconds

123456