Home
last modified time | relevance | path

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

1...<<11121314151617181920

/php-src/Zend/
H A Dzend_attributes.c269 goto out; in zend_get_attribute_object()
285 out: in zend_get_attribute_object()
/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/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/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/main/
H A Dnetwork.c545 goto out;
553 goto out;
564 goto out;
587 out:
H A Dphp_output.h102 php_output_buffer out; member
/php-src/ext/dom/
H A Delement.c493 goto out; in dom_deep_ns_redef()
504 out: in dom_deep_ns_redef()
1699 goto out; in PHP_METHOD()
1703 goto out; in PHP_METHOD()
1710 goto out; in PHP_METHOD()
1716 out: in PHP_METHOD()
/php-src/ext/standard/
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/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.
/php-src/ext/mbstring/tests/
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_multi_query.phpt118 [009] [2014] Commands out of sync; you can't run this command now
H A Dmysqli_stmt_get_result_seek.phpt71 /* intentionally out of range! */
/php-src/win32/build/
H A Dphpize.js.in65 // now we need the extension name out of this thing
258 // Comment out the calls from their original positions
/php-src/ext/phar/tests/
H A Dbadparameters.phpt239 Cannot write out phar archive, phar is read-only
242 Cannot write out phar archive, phar is read-only
/php-src/
H A D.gitignore223 **/tests/**/*.out*
281 /junit.out.xml
/php-src/ext/standard/tests/array/
H A Dsizeof_object2.phpt15 // class with only members and with out member functions

Completed in 88 milliseconds

1...<<11121314151617181920