Home
last modified time | relevance | path

Searched refs:f (Results 451 – 475 of 903) sorted by relevance

1...<<11121314151617181920>>...37

/PHP-5.5/Zend/tests/
H A Disset_002.phpt6 var_dump(isset($a, ${$b}, $$c, $$$$d, $e[$f->g]->d));
/PHP-5.5/ext/mysqli/tests/
H A D058.phpt40 mysqli_stmt_bind_result($stmt, $e, $f);
46 var_dump((array($e,$f,$g,$h)));
H A Dmysqli_real_query.phpt67 mysqli_real_query($link, 'DROP FUNCTION IF EXISTS f');
68 …if (mysqli_real_query($link, 'CREATE FUNCTION f( ver_param VARCHAR(25)) RETURNS VARCHAR(25) DETERM…
70 mysqli_real_query($link, 'SELECT f(VERSION()) AS f_version');
102 @mysqli_query($link, "DROP FUNCTION IF EXISTS f");
/PHP-5.5/ext/soap/tests/interop/Round3/GroupD/
H A Dr3_groupD_doclit_003w.phpt11 function SOAPStruct($s, $i, $f) {
14 $this->varFloat = $f;
H A Dr3_groupD_doclitparams_003w.phpt11 function SOAPStruct($s, $i, $f) {
14 $this->varFloat = $f;
/PHP-5.5/ext/soap/tests/interop/Round4/GroupI/
H A Dr4_groupI_xsd_020w.phpt11 function SOAPComplexType($s, $i, $f) {
14 $this->varFloat = $f;
H A Dr4_groupI_xsd_008w.phpt11 function SOAPComplexType($s, $i, $f) {
14 $this->varFloat = $f;
H A Dr4_groupI_xsd_009w.phpt11 function SOAPComplexType($s, $i, $f) {
14 $this->varFloat = $f;
H A Dr4_groupI_xsd_019w.phpt11 function SOAPComplexType($s, $i, $f) {
14 $this->varFloat = $f;
/PHP-5.5/tests/output/
H A Dob_start_error_002.phpt11 static function f($str) {
16 var_dump(ob_start(array("nonExistent","f")));
/PHP-5.5/win32/build/
H A Dcvsclean.js38 var f = FSO.GetFolder(dirname);
39 var fc = new Enumerator(f.SubFolders);
H A Dsvnclean.js38 var f = FSO.GetFolder(dirname);
39 var fc = new Enumerator(f.SubFolders);
H A Dmkdist.php372 while (($f = readdir($d)) !== false) {
373 if ($f == '.' || $f == '..' || $f == '.svn') {
376 $fs = $source . '/' . $f;
377 $fd = $dest . '/' . $f;
/PHP-5.5/ext/zip/tests/
H A Dbug51353.phpt48 foreach($a as $f) {
49 unlink($f);
/PHP-5.5/sapi/thttpd/
H A Dconfig.m418 patch="test -f $THTTPD/php_patched || \
31 rm -f $THTTPD/php_thttpd.c $THTTPD/php_thttpd.h $THTTPD/libphp5.a; \
/PHP-5.5/ext/pcre/
H A Dconfig0.m415 test -f $i/pcre.h && PCRE_INCDIR=$i
25 test -f $j/libpcre.a || test -f $j/libpcre.$SHLIB_SUFFIX_NAME && PCRE_LIBDIR=$j
/PHP-5.5/ext/standard/tests/strings/
H A Dstrtok_variation3.phpt101 string(7) "f hered"
105 string(7) "f hered"
108 string(7) "f hered"
/PHP-5.5/ext/oci8/tests/
H A Ddefine3.phpt42 var_dump(oci_define_by_name($stmt, 'FILEIMAGE', $f));
46 var_dump($f);
47 echo "file md5:" . md5($f->load()) . "\n";
H A Dconnect_scope1.phpt28 function f()
41 $s2 = f();
H A Dconnect_scope2.phpt28 function f()
41 $s2 = f();
/PHP-5.5/sapi/caudium/
H A Dconfig.m421 if test -f $PHP_CAUDIUM/bin/caudium; then
23 elif test -f $PHP_CAUDIUM/bin/pike; then
28 …if $PIKE -e 'float v; int rel;sscanf(version(), "Pike v%f release %d", v, rel);v += rel/10000.0; i…
50 if test -f $PIKE_C_INCLUDE/version.h; then
/PHP-5.5/ext/standard/
H A Dcrypt_freesec.c471 uint32_t f, r48l, r48r, saltbits; in do_des() local
538 f = (r48l ^ r48r) & saltbits; in do_des()
539 r48l ^= f ^ *kl++; in do_des()
540 r48r ^= f ^ *kr++; in do_des()
545 f = psbox[0][m_sbox[0][r48l >> 12]] in do_des()
552 f ^= l; in do_des()
554 r = f; in do_des()
557 l = f; in do_des()
/PHP-5.5/ext/standard/tests/file/
H A Dfscanf_variation24.phpt149 string(1) "f"
224 string(1) "f"
299 string(1) "f"
374 string(1) "f"
443 string(1) "f"
518 string(1) "f"
644 string(1) "f"
713 string(1) "f"
/PHP-5.5/ext/zip/lib/
H A Dzip_source_close.c47 (void)src->cb.f(src->ud, NULL, 0, ZIP_SOURCE_CLOSE); in zip_source_close()
/PHP-5.5/ext/standard/tests/array/
H A Darray_next_error2.phpt5 function f() {

Completed in 28 milliseconds

1...<<11121314151617181920>>...37