Home
last modified time | relevance | path

Searched refs:out (Results 376 – 400 of 491) sorted by relevance

1...<<11121314151617181920

/php-src/ext/mbstring/tests/
H A Dmb_strimwidth.phpt257 mb_strimwidth(): Argument #3 ($width) is out of range
258 mb_strimwidth(): Argument #2 ($start) is out of range
259 mb_strimwidth(): Argument #2 ($start) is out of range
260 mb_strimwidth(): Argument #3 ($width) is out of range
H A Dgh9535.phpt59 // this will make mb_strcut only pick out 6 'A' characters from the input string and not 10
H A Dmb_convert_case_various_mode.phpt53 * checking whether we should shift in/out of 'title mode', then the conversion will be incorrect */
/php-src/ext/mysqli/tests/
H A Dmysqli_report.phpt315 Warning: mysqli_autocommit(): (%s/%d): Commands out of sync; you can't run this command now in %s o…
317 Warning: mysqli_commit(): (%s/%d): Commands out of sync; you can't run this command now in %s on li…
319 Warning: mysqli_rollback(): (%s/%d): Commands out of sync; you can't run this command now in %s on …
321 Warning: mysqli_stmt_prepare(): (%s/%d): Commands out of sync; you can't run this command now in %s…
H A Dmysqli_multi_query.phpt118 [009] [2014] Commands out of sync; you can't run this command now
/php-src/ext/odbc/
H A Dconfig.m413 dnl Figure out which library file to link with for the Solid support.
60 dnl we have an error and should bail out, as we can't find the libs!
79 dnl Figure out which library file to link with for the Empress support.
93 dnl Figure out which library file to link with for the Empress local access
/php-src/ext/xml/tests/
H A DXML_OPTION_PARSE_HUGE.phpt58 var_dump(count($values), count($index)); // Not printing out the raw array because the long string …
/php-src/ext/phar/tests/
H A Dphar_convert_again.phpt188 Cannot write out data phar archive, use Phar::TAR or Phar::ZIP
189 Cannot write out data phar archive, use Phar::TAR or Phar::ZIP
/php-src/ext/standard/
H A Duser_filters.c42 zval *in, *out, *consumed; in PHP_METHOD() local
44 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rrzb", &in, &out, &consumed, &closing) == FAILURE) { in PHP_METHOD()
H A Dfile.c556 zval out; in PHP_FUNCTION() local
558 if (zend_std_cast_object_tostring(Z_OBJ_P(data), &out, IS_STRING) == SUCCESS) { in PHP_FUNCTION()
559 numbytes = php_stream_write(stream, Z_STRVAL(out), Z_STRLEN(out)); in PHP_FUNCTION()
560 if (numbytes != -1 && numbytes != Z_STRLEN(out)) { in PHP_FUNCTION()
561 …ARNING, "Only %zd of %zd bytes written, possibly out of free disk space", numbytes, Z_STRLEN(out)); in PHP_FUNCTION()
564 zval_ptr_dtor_str(&out); in PHP_FUNCTION()
/php-src/ext/openssl/
H A Dxp_ssl.c130 #define PHP_X509_NAME_ENTRY_TO_UTF8(ne, i, out) \ argument
131 ASN1_STRING_to_UTF8(&out, X509_NAME_ENTRY_get_data(X509_NAME_get_entry(ne, i)))
1608 unsigned char *out; in php_openssl_alpn_protos_parse() local
1616 out = emalloc(strlen(in) + 1); in php_openssl_alpn_protos_parse()
1621 efree(out); in php_openssl_alpn_protos_parse()
1624 out[start] = i - start; in php_openssl_alpn_protos_parse()
1627 out[i + 1] = in[i]; in php_openssl_alpn_protos_parse()
1633 return out; in php_openssl_alpn_protos_parse()
1638 const unsigned char **out, unsigned char *outlen, in php_openssl_server_alpn_callback() argument
1643 …if (SSL_select_next_proto((unsigned char **)out, outlen, sslsock->alpn_ctx.data, sslsock->alpn_ctx… in php_openssl_server_alpn_callback()
/php-src/sapi/cli/
H A Dphp_cli_server.c1336 goto out; in php_network_listen_socket()
1348 goto out; in php_network_listen_socket()
1366 goto out; in php_network_listen_socket()
1371 goto out; in php_network_listen_socket()
1374 out: in php_network_listen_socket()
2538 goto out; in php_cli_server_ctor()
2548 goto out; in php_cli_server_ctor()
2556 goto out; in php_cli_server_ctor()
2591 out: in php_cli_server_ctor()
2762 goto out; in php_cli_server_do_event_loop()
[all …]
/php-src/docs-old/
H A Dstreams.md3 WARNING: some prototypes in this file are out of date.
229 to find out if a stream can be cast, without actually performing the cast, so to
324 First, you need to figure out what data you need to associate with the
355 Once you have that part figured out, you can write your implementation and
375 /* pull out some data from the stream and put it in buf */
/php-src/sapi/fpm/tests/
H A Dlogtool.inc299 $out = rtrim($line);
302 $out = $matches[2];
313 if ( ! $this->checkMessage($out, $this->position, $useLine)) {
316 $outLen = strlen($out);
526 if ($this->getError()) { // quick bail out to save some CPU
/php-src/sapi/cli/tests/
H A Dcli_process_title_windows.phpt50 // I couldn't figure out a good way to navigate this, so we're "grep'ing" all possible
/php-src/ext/gd/tests/
H A Dgif.phpt2 gif in/out
/php-src/ext/pdo_pgsql/tests/
H A Dlarge_objects.phpt37 /* Pull it out */
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct_options.phpt80 … printf("[003] [TODO][CHANGEREQUEST] Please, lets not ignore invalid options and bail out!\n");
173 [003] [TODO][CHANGEREQUEST] Please, lets not ignore invalid options and bail out!
/php-src/Zend/
H A Dzend_attributes.c316 goto out; in zend_get_attribute_object()
332 out: in zend_get_attribute_object()
/php-src/tests/lang/
H A D024.phpt501 commented out...
726 commented out...
951 commented out...
1176 commented out...
1401 commented out...
1626 commented out...
1851 commented out...
2076 commented out...
2301 commented out...
2526 commented out...
[all …]
/php-src/main/
H A Dnetwork.c554 goto out;
562 goto out;
573 goto out;
596 out:
H A Dphp_output.h102 php_output_buffer out; member
/php-src/ext/fileinfo/libmagic/
H A Dfuncs.c669 goto out; in file_replace()
679 goto out; in file_replace()
687 out: in file_replace()
/php-src/ext/intl/tests/
H A Dformatter_get_set_text_attribute.phpt51 // Set new attribute's value and see if it works out.
H A Dformatter_get_set_text_attribute_var2.phpt51 // Set new attribute's value and see if it works out.

Completed in 93 milliseconds

1...<<11121314151617181920