Home
last modified time | relevance | path

Searched refs:result (Results 326 – 350 of 737) sorted by relevance

1...<<11121314151617181920>>...30

/PHP-5.3/Zend/
H A Dzend_object_handlers.c97 int result; in zend_std_call_setter() local
117 return result; in zend_std_call_setter()
564 int result; in zend_std_has_dimension() local
580 result = 0; in zend_std_has_dimension()
587 return result; in zend_std_has_dimension()
1160 int result; in zend_std_has_property() local
1185 result = 0; in zend_std_has_property()
1212 result = 0; in zend_std_has_property()
1215 result = 0; in zend_std_has_property()
1231 result = 1; in zend_std_has_property()
[all …]
/PHP-5.3/tests/basic/
H A D006.phpt2 Add 3 variables together and print result
/PHP-5.3/ext/ldap/tests/
H A Dldap_get_values_len_error.phpt15 $result = ldap_search($link, "dc=my-domain,dc=com", "(objectclass=organization)");
16 $entry = ldap_first_entry($link, $result);
H A Dldap_parse_result_basic.phpt20 $result = ldap_search($link, "cn=userref,dc=my-domain,dc=com", "(cn=user*)");
23 ldap_parse_result($link, $result, $errcode, $dn, $errmsg, $refs),
/PHP-5.3/ext/soap/tests/bugs/
H A Dbug55323.phpt36 $result = $soapClient->getObject();
37 var_dump($result);
/PHP-5.3/ext/sqlite3/tests/
H A Dsqlite3stmt_paramCount_error.phpt26 $result = $stmt->execute();
29 $result = null;
H A Dsqlite3_09_blob_bound_param.phpt31 while ($result = $results->fetchArray(SQLITE3_NUM))
33 var_dump($result);
H A Dsqlite3_10_bound_value_name.phpt26 while ($result = $results->fetchArray(SQLITE3_NUM))
28 var_dump($result);
H A Dsqlite3_12_unfinalized_stmt_cleanup.phpt20 while ($result = $results->fetchArray(SQLITE3_NUM))
22 var_dump($result);
/PHP-5.3/ext/soap/tests/soap12/
H A DT54.phpt24 …nv:encodingStyle="http://www.w3.org/2003/05/soap-encoding"><rpc:result>return</rpc:result><return …
H A DT55.phpt24 …nv:encodingStyle="http://www.w3.org/2003/05/soap-encoding"><rpc:result>return</rpc:result><return …
H A DT77_1.phpt24 …nv:encodingStyle="http://www.w3.org/2003/05/soap-encoding"><rpc:result>return</rpc:result><return …
H A DT77_2.phpt23 …nv:encodingStyle="http://www.w3.org/2003/05/soap-encoding"><rpc:result>return</rpc:result><return …
H A DT77_3.phpt26 …nv:encodingStyle="http://www.w3.org/2003/05/soap-encoding"><rpc:result>return</rpc:result><return …
H A DT51.phpt26 …nv:encodingStyle="http://www.w3.org/2003/05/soap-encoding"><rpc:result>return</rpc:result><return …
H A DT52.phpt24 …nv:encodingStyle="http://www.w3.org/2003/05/soap-encoding"><rpc:result>return</rpc:result><return …
H A DT53.phpt24 …nv:encodingStyle="http://www.w3.org/2003/05/soap-encoding"><rpc:result>return</rpc:result><return …
H A DT76_1.phpt24 …nv:encodingStyle="http://www.w3.org/2003/05/soap-encoding"><rpc:result>return</rpc:result><return …
/PHP-5.3/ext/standard/tests/array/
H A Darray_values_variation6.phpt28 echo "Change \$val2 and check result of array_values():\n";
51 Change $val2 and check result of array_values():
/PHP-5.3/Zend/tests/
H A Dget_defined_functions_basic.phpt31 echo "TEST FAILED: no element in result array with key 'internal'\n";
43 echo "TEST FAILED: no element in result array with key 'user'\n";
/PHP-5.3/ext/mysqli/tests/
H A D061.phpt50 if ($result = mysqli_query($link, "SELECT c1,c2 FROM t_061")) {
51 while (($row = mysqli_fetch_row($result))) {
55 mysqli_free_result($result);
/PHP-5.3/ext/intl/dateformat/
H A Ddateformat_format.c65 UDate result = -1; in internal_get_arr_ele() local
72 result = Z_LVAL_PP(ele_value); in internal_get_arr_ele()
76 return result; in internal_get_arr_ele()
/PHP-5.3/ext/posix/tests/
H A Dposix_getpgid_variation.phpt74 $result = posix_getpgid($value);
75 if (is_int($result) || $result === false) {
78 var_dump($result);
/PHP-5.3/ext/standard/
H A Dcrypt_sha512.c674 const char result[64]; member
768 int result = 0; in main() local
782 if (memcmp (tests[cnt].result, sum, 64) != 0) { in main()
784 result = 1; in main()
792 if (memcmp (tests[cnt].result, sum, 64) != 0) { in main()
794 result = 1; in main()
809 result = 1; in main()
818 result = 1; in main()
822 if (result == 0) { in main()
826 return result; in main()
/PHP-5.3/ext/posix/
H A Dposix.c501 int result; in PHP_FUNCTION() local
513 for (i=0; i<result; i++) { in PHP_FUNCTION()
839 int result; in PHP_FUNCTION() local
854 result = mkfifo(path, mode); in PHP_FUNCTION()
855 if (result < 0) { in PHP_FUNCTION()
874 int result; in PHP_FUNCTION() local
911 result = mknod(path, mode, php_dev); in PHP_FUNCTION()
912 if (result < 0) { in PHP_FUNCTION()
1230 int result; in posix_addlimit() local
1238 result = getrlimit(limit, &rl); in posix_addlimit()
[all …]

Completed in 32 milliseconds

1...<<11121314151617181920>>...30