Home
last modified time | relevance | path

Searched refs:result (Results 376 – 400 of 737) sorted by relevance

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

/PHP-5.3/ext/standard/tests/strings/
H A Dvprintf_variation3.phpt49 $result = vprintf($format, $args_array[$counter-1]);
51 var_dump($result);
H A Dvprintf_variation11.phpt52 $result = vprintf($format, $args_array[$counter-1]);
54 var_dump($result);
H A Dvprintf_variation11_64bit.phpt52 $result = vprintf($format, $args_array[$counter-1]);
54 var_dump($result);
/PHP-5.3/ext/sqlite3/tests/
H A Dsqlite3stmt_paramCount_basic.phpt33 $result = $stmt->execute();
38 $result = null;
/PHP-5.3/ext/date/tests/
H A Dbug55253.phpt2 Bug #55253 (DateTime::add() and sub() result -1 hour on objects with time zone type 2)
25 // Try subtracting from expected result.
/PHP-5.3/ext/curl/tests/
H A Dcurl_ftp_pasv.phpt51 $result = curl_exec ( $ch );
52 var_dump ( $result );
/PHP-5.3/ext/mcrypt/
H A Dmcrypt_filter.c154 int encrypt = 1, iv_len, key_len, keyl, result; in php_mcrypt_filter_create() local
236 result = mcrypt_generic_init(mcrypt_module, key, key_len, iv); in php_mcrypt_filter_create()
238 if (result < 0) { in php_mcrypt_filter_create()
239 switch (result) { in php_mcrypt_filter_create()
/PHP-5.3/ext/curl/
H A Dmulti.c209 int result; in PHP_FUNCTION() local
232 result = curl_multi_perform(mh->multi, &still_running); in PHP_FUNCTION()
235 RETURN_LONG(result); in PHP_FUNCTION()
286 add_assoc_long(return_value, "result", tmp_msg->data.result); in PHP_FUNCTION()
/PHP-5.3/ext/standard/tests/array/
H A Dbug30074.phpt6 $result = extract(array('a'=>$undefined), EXTR_REFS);
H A Darray_shift_variation8.phpt22 echo "\n-- Reference result of array_shift: --\n";
43 -- Reference result of array_shift: --
/PHP-5.3/ext/standard/
H A Dmd5.h53 PHPAPI void PHP_MD5Final(unsigned char *result, PHP_MD5_CTX *ctx);
/PHP-5.3/Zend/tests/
H A Dclosure_013.phpt2 Closure 013: __invoke() on temporary result
/PHP-5.3/ext/mysql/tests/
H A Dmysql_field_seek.phpt47 Warning: mysql_field_seek(): Field -1 is invalid for MySQL result index %d in %s on line %d
136 Warning: mysql_field_seek(): Field %d is invalid for MySQL result index %d in %s on line %d
140 Warning: mysql_field_seek(): %d is not a valid MySQL result resource in %s on line %d
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_more_results.phpt53 …if (!preg_match('@Strict Standards: mysqli_next_result\(\): There is no next result set@ismU', $tm…
73 // you must fetch all rows before you can loop to the next result set!
85 …if (!preg_match('@Strict Standards: mysqli_next_result\(\): There is no next result set@ismU', $tm…
/PHP-5.3/ext/spl/tests/
H A Dbug62073.phpt2 Bug #62073 (different ways of iterating over an SplMaxHeap result in different keys)
/PHP-5.3/ext/reflection/tests/
H A Dbug62715.phpt2 Bug #62715 (ReflectionParameter::isDefaultValueAvailable() wrong result)
/PHP-5.3/ext/soap/tests/
H A Dserver025.phpt47 …/ns1:Test2></SOAP-ENV:Header><SOAP-ENV:Body><ns1:testResponse><result>Hello Body!</result></ns1:te…
/PHP-5.3/ext/soap/tests/soap12/
H A DT76_2.phpt31 …nv:encodingStyle="http://www.w3.org/2003/05/soap-encoding"><rpc:result>return</rpc:result><return …
H A DT41.phpt29 …nv:encodingStyle="http://www.w3.org/2003/05/soap-encoding"><rpc:result>return</rpc:result><return …
H A DT44.phpt26 …nv:encodingStyle="http://www.w3.org/2003/05/soap-encoding"><rpc:result>return</rpc:result><return …
H A DT47.phpt30 …nv:encodingStyle="http://www.w3.org/2003/05/soap-encoding"><rpc:result>return</rpc:result><return …
H A DT48.phpt28 …nv:encodingStyle="http://www.w3.org/2003/05/soap-encoding"><rpc:result>return</rpc:result><return …
H A DT49.phpt28 …nv:encodingStyle="http://www.w3.org/2003/05/soap-encoding"><rpc:result>return</rpc:result><return …
H A DT50.phpt28 …nv:encodingStyle="http://www.w3.org/2003/05/soap-encoding"><rpc:result>return</rpc:result><return …
H A DT57.phpt31 …nv:encodingStyle="http://www.w3.org/2003/05/soap-encoding"><rpc:result>return</rpc:result><return …

Completed in 22 milliseconds

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