Home
last modified time | relevance | path

Searched refs:dummy (Results 51 – 75 of 128) sorted by relevance

123456

/PHP-5.4/ext/oci8/tests/
H A Db47243_3.phpt15 $s = oci_parse($c, "select cursor(select dummy from dual) from dual");
H A Dbind_unsupported_2.phpt24 $s = oci_parse($c, "select * from dual where dummy = :c1");
H A Dfetch_assoc.phpt12 "create table fetch_assoc_tab (id number, value number, dummy varchar2(20))",
H A Dbind_unsupported_3.phpt24 $s = oci_parse($c, "select * from dual where dummy = :c1");
H A Dbind_unsupported_1.phpt28 $s = oci_parse($c, "select * from dual where dummy = :c1");
/PHP-5.4/ext/pcntl/tests/
H A Dsignal_closure_handler.phpt18 $i = 0; // dummy
H A Dpcntl_signal_dispatch.phpt18 $i = 0; // dummy
/PHP-5.4/ext/sqlite3/tests/
H A Dsqlite3_32_changes.phpt14 echo $db->changes("dummy");
H A Dsqlite3_33_reset.phpt18 $stmt->reset("dummy");
/PHP-5.4/ext/soap/
H A Dphp_encoding.c1398 xmlFreeNode(dummy); in model_to_zval_object()
1403 xmlFreeNode(dummy); in model_to_zval_object()
2017 xmlNodePtr dummy; in to_xml_object() local
2020 if (dummy->children && dummy->children->content) { in to_xml_object()
3130 if (dummy && dummy->children && dummy->children->content) { in to_xml_list()
3138 xmlUnlinkNode(dummy); in to_xml_list()
3139 xmlFreeNode(dummy); in to_xml_list()
3159 xmlNodePtr dummy; in to_xml_list() local
3169 if (dummy && dummy->children && dummy->children->content) { in to_xml_list()
3177 xmlUnlinkNode(dummy); in to_xml_list()
[all …]
/PHP-5.4/sapi/apache2filter/
H A Dphp_apache.h56 void *create_php_config(apr_pool_t *p, char *dummy);
/PHP-5.4/ext/standard/tests/strings/
H A Ducfirst.phpt73 $filename1 = "dummy.txt";
86 fclose($file1); // closing the file "dummy.txt"
87 unlink("$filename1"); // deletes "dummy.txt"
H A Dlcfirst.phpt102 $filename1 = "dummy.txt";
115 fclose($file1); // closing the file "dummy.txt"
116 unlink("$filename1"); // deletes "dummy.txt"
H A Dstrlen.phpt83 $filename1 = "dummy.txt";
96 fclose($file1); // closing the file "dummy.txt"
97 unlink("$filename1"); // deletes "dummy.txt"
/PHP-5.4/sapi/apache2handler/
H A Dphp_apache.h52 void *create_php_config(apr_pool_t *p, char *dummy);
/PHP-5.4/ext/readline/
H A Dreadline.c556 zval dummy; in php_rl_callback_handler() local
559 ZVAL_NULL(&dummy); in php_rl_callback_handler()
563 call_user_function(CG(function_table), NULL, _prepped_callback, &dummy, 1, params TSRMLS_CC); in php_rl_callback_handler()
566 zval_dtor(&dummy); in php_rl_callback_handler()
/PHP-5.4/ext/xmlrpc/tests/
H A Dbug42736.phpt19 function GetProducts($dummy, $time){
/PHP-5.4/ext/pdo_oci/tests/
H A Dpdo_oci_attr_prefetch_1.phpt24 $s = $dbh->prepare("select dummy from dual" );
/PHP-5.4/ext/gd/libgd/
H A Dgd_webp.c65 unsigned char dummy[1024]; in gdImageCreateFromWebpCtx() local
73 n = gdGetBuf(dummy, 1024, infile); in gdImageCreateFromWebpCtx()
/PHP-5.4/ext/pcre/tests/
H A D002.phpt8 var_dump(preg_match_all('//', '', $dummy, 0xdead));
/PHP-5.4/main/streams/
H A Dphp_stream_plain_wrapper.h45 PHPAPI php_stream *_php_stream_fopen_tmpfile(int dummy STREAMS_DC TSRMLS_DC);
H A Dcast.c209 off_t dummy; in _php_stream_cast() local
211 stream->ops->seek(stream, stream->position, SEEK_SET, &dummy TSRMLS_CC); in _php_stream_cast()
/PHP-5.4/ext/bcmath/libbcmath/
H A Dconfigure666 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
781 set dummy gcc; ac_word=$2
811 set dummy cc; ac_word=$2
837 set dummy $ac_cv_prog_CC
844 set dummy "$ac_dir/$ac_word" "$@"
862 set dummy cl; ac_word=$2
1068 set dummy ranlib; ac_word=$2
1099 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
/PHP-5.4/ext/simplexml/tests/
H A D007.phpt45 $dummy = $sxe->elem1[$a];
/PHP-5.4/ext/phar/
H A Dutil.c925 phar_entry_data dummy; in phar_open_entry_fp() local
958 dummy.internal_file = entry; in phar_open_entry_fp()
959 dummy.phar = phar; in phar_open_entry_fp()
960 dummy.zero = entry->offset; in phar_open_entry_fp()
961 dummy.fp = phar_get_pharfp(phar TSRMLS_CC); in phar_open_entry_fp()
976 dummy.internal_file = entry; in phar_open_entry_fp()
977 dummy.phar = phar; in phar_open_entry_fp()
978 dummy.zero = entry->offset; in phar_open_entry_fp()
979 dummy.fp = phar_get_pharfp(phar TSRMLS_CC); in phar_open_entry_fp()
1025 dummy.zero = entry->offset; in phar_open_entry_fp()
[all …]

Completed in 72 milliseconds

123456