Home
last modified time | relevance | path

Searched refs:inputs (Results 1 – 25 of 621) sorted by last modified time

12345678910>>...25

/PHP-5.5/tests/output/
H A Dob_implicit_flush_variation_001.phpt50 $inputs = array(
98 foreach($inputs as $key =>$value) {
/PHP-5.5/main/streams/
H A Dtransports.c207 param.inputs.namelen = namelen; in php_stream_xport_bind()
238 param.inputs.namelen = namelen; in php_stream_xport_connect()
239 param.inputs.timeout = timeout; in php_stream_xport_connect()
267 param.inputs.backlog = backlog; in php_stream_xport_listen()
445 param.inputs.buf = buf; in php_stream_xport_recvfrom()
446 param.inputs.buflen = buflen; in php_stream_xport_recvfrom()
447 param.inputs.flags = flags; in php_stream_xport_recvfrom()
491 param.inputs.buf = (char*)buf; in php_stream_xport_sendto()
492 param.inputs.buflen = buflen; in php_stream_xport_sendto()
493 param.inputs.flags = flags; in php_stream_xport_sendto()
[all …]
H A Dxp_socket.c350 if ((xparam->inputs.flags & STREAM_OOB) == STREAM_OOB) { in php_sockop_set_option()
354 xparam->inputs.buf, xparam->inputs.buflen, in php_sockop_set_option()
356 xparam->inputs.addr, in php_sockop_set_option()
357 xparam->inputs.addrlen TSRMLS_CC); in php_sockop_set_option()
368 if ((xparam->inputs.flags & STREAM_OOB) == STREAM_OOB) { in php_sockop_set_option()
375 xparam->inputs.buf, xparam->inputs.buflen, in php_sockop_set_option()
512 xparam->inputs.namelen = sizeof(unix_addr->sun_path) - 1; in parse_unix_address()
518 memcpy(unix_addr->sun_path, xparam->inputs.name, xparam->inputs.namelen); in parse_unix_address()
565 …return parse_ip_address_ex(xparam->inputs.name, xparam->inputs.namelen, portno, xparam->want_error… in parse_ip_address()
675 xparam->inputs.timeout, in php_tcp_sockop_connect()
[all …]
H A Dphp_stream_transport.h152 } inputs; member
193 } inputs; member
/PHP-5.5/ext/zlib/tests/
H A Dgzopen_variation1.phpt61 $inputs = array(
112 foreach($inputs as $key =>$value) {
H A Dgzopen_variation2.phpt61 $inputs = array(
112 foreach($inputs as $key =>$value) {
H A Dgzopen_variation3.phpt61 $inputs = array(
112 foreach($inputs as $key =>$value) {
/PHP-5.5/ext/tidy/tests/
H A D029.phpt10 $inputs = array(
16 foreach ($inputs as $input) {
/PHP-5.5/ext/standard/tests/strings/
H A Ducfirst.phpt51 echo "\n#### Testing Miscelleneous inputs ####\n";
172 #### Testing Miscelleneous inputs ####
H A Dtrim_variation1.phpt11 echo "*** Testing trim() function: with unexpected inputs for 'str' argument ***\n";
28 $inputs = array (
71 // loop through with each element of the $inputs array to test trim() function
73 foreach($inputs as $input) {
85 *** Testing trim() function: with unexpected inputs for 'str' argument ***
H A Dtrim_variation2.phpt11 echo "*** Testing trim() function: with unexpected inputs for 'charlist' argument ***\n";
28 $inputs = array (
71 // loop through with each element of the $inputs array to test trim() function
73 foreach($inputs as $charlist) {
85 *** Testing trim() function: with unexpected inputs for 'charlist' argument ***
H A Dstrrpos_variation9.phpt2 Test strrpos() function : usage variations - unexpected inputs for 'haystack' argument
10 /* Test strrpos() function with unexpected inputs for haystack argument */
H A Dstrtr_variation1.phpt24 //array of string inputs for $str
H A Dstrtr_variation2.phpt27 //array of string inputs for $str
H A Dstrtr_variation3.phpt28 //array of string inputs for $str
H A Dstrtr_variation4.phpt24 //array of string inputs for $str
H A Dstrrpos_variation14.phpt2 Test strrpos() function : usage variations - unexpected inputs for 'offset' argument
10 /* Test strrpos() function with unexpected inputs for 'offset' argument */
H A Dstrrpos_variation15.phpt2 Test strrpos() function : usage variations - unexpected inputs for 'haystack', 'needle' & 'offset' …
10 /* Test strrpos() function with unexpected inputs for 'haystack', 'needle' & 'offset' arguments */
H A Dstrtok_variation5.phpt2 Test strtok() function : usage variations - miscellaneous inputs
14 echo "*** Testing strtok() : with miscellaneous inputs ***\n";
61 *** Testing strtok() : with miscellaneous inputs ***
H A Dstrtr_variation5.phpt2 Test strtr() function : usage variations - unexpected inputs for 'str' argument
11 /* Test strtr() function: with unexpected inputs for 'str'
15 echo "*** Testing strtr() function: with unexpected inputs for 'str' ***\n";
92 *** Testing strtr() function: with unexpected inputs for 'str' ***
H A Dstrtr_variation6.phpt2 Test strtr() function : usage variations - unexpected inputs for 'from' argument
11 /* Test strtr() function: with unexpected inputs for 'from'
15 echo "*** Testing strtr() function: with unexpected inputs for 'from' ***\n";
91 *** Testing strtr() function: with unexpected inputs for 'from' ***
H A Dstrtr_variation7.phpt2 Test strtr() function : usage variations - unexpected inputs for 'to' argument
11 /* Test strtr() function: with unexpected inputs for 'to'
15 echo "*** Testing strtr() function: with unexpected inputs for 'to' ***\n";
92 *** Testing strtr() function: with unexpected inputs for 'to' ***
H A Dstrtr_variation8.phpt2 Test strtr() function : usage variations - unexpected inputs for 'replace_pairs' argument
11 /* Test strtr() function: with unexpected inputs for 'replace_pairs'
15 echo "*** Testing strtr() function: with unexpected inputs for 'replace_pairs' ***\n";
34 // array of inputs for 'replace_pairs' argument
89 *** Testing strtr() function: with unexpected inputs for 'replace_pairs' ***
H A Dstrtr_variation9.phpt2 Test strtr() function : usage variations - unexpected inputs for all arguments
11 /* Test strtr() function: with unexpected inputs for 'str', 'from', 'to' & 'replace_pairs' argument…
13 echo "*** Testing strtr() function: with unexpected inputs for all arguments ***\n";
86 *** Testing strtr() function: with unexpected inputs for all arguments ***
H A Dstrncasecmp_variation11.phpt10 /* Test strncasecmp() function with the unexpected inputs for 'str2' */

Completed in 46 milliseconds

12345678910>>...25