Home
last modified time | relevance | path

Searched refs:dummy (Results 1 – 25 of 120) sorted by relevance

12345

/PHP-5.3/sapi/apache2filter/
H A Dapache_config.c59 php_conf_rec *d = dummy; in real_value_hnd()
62 …phpapdebug((stderr, "Getting %s=%s for %p (%d)\n", name, value, dummy, zend_hash_num_elements(&d->… in real_value_hnd()
79 return real_value_hnd(cmd, dummy, name, value, PHP_INI_PERDIR); in php_apache_value_handler()
84 return real_value_hnd(cmd, dummy, name, value, PHP_INI_SYSTEM); in php_apache_admin_value_handler()
98 return real_value_hnd(cmd, dummy, arg1, bool_val, status); in real_flag_hnd()
103 return real_flag_hnd(cmd, dummy, name, value, PHP_INI_PERDIR); in php_apache_flag_handler()
108 return real_flag_hnd(cmd, dummy, name, value, PHP_INI_SYSTEM); in php_apache_admin_flag_handler()
162 void apply_config(void *dummy) in apply_config() argument
164 php_conf_rec *d = dummy; in apply_config()
201 void *create_php_config(apr_pool_t *p, char *dummy) in create_php_config() argument
[all …]
/PHP-5.3/sapi/apache2handler/
H A Dapache_config.c59 php_conf_rec *d = dummy; in real_value_hnd()
62 …phpapdebug((stderr, "Getting %s=%s for %p (%d)\n", name, value, dummy, zend_hash_num_elements(&d->… in real_value_hnd()
79 return real_value_hnd(cmd, dummy, name, value, PHP_INI_PERDIR); in php_apache_value_handler()
84 return real_value_hnd(cmd, dummy, name, value, PHP_INI_SYSTEM); in php_apache_admin_value_handler()
98 return real_value_hnd(cmd, dummy, arg1, bool_val, status); in real_flag_hnd()
103 return real_flag_hnd(cmd, dummy, name, value, PHP_INI_PERDIR); in php_apache_flag_handler()
108 return real_flag_hnd(cmd, dummy, name, value, PHP_INI_SYSTEM); in php_apache_admin_flag_handler()
184 void apply_config(void *dummy) in apply_config() argument
186 php_conf_rec *d = dummy; in apply_config()
224 void *create_php_config(apr_pool_t *p, char *dummy) in create_php_config() argument
[all …]
/PHP-5.3/ext/pcre/tests/
H A Dbug63055.phpt13 $dummy = array("dummy"); /* used to trigger gc_collect_cycles */
14 $dummy[1] = &$dummy;
17 $matches[2] = $dummy;
H A Dmultiline.phpt6 var_dump(preg_match_all('/^.{2,3}$/', "aei\nou", $dummy));
7 var_dump(preg_match_all('/^.{2,3}$/', "aei\nou\n", $dummy));
8 var_dump(preg_match_all('/^.{2,3}$/m', "aei\nou", $dummy));
9 var_dump(preg_match_all('/^.{2,3}$/m', "aei\nou\n", $dummy));
H A Dbacktrack_limit.phpt5 if (@preg_match_all('/\p{N}/', '0123456789', $dummy) === false) {
14 var_dump(preg_match_all('/.*\p{N}/', '0123456789', $dummy));
17 var_dump(preg_match_all('/\p{Nd}/', '0123456789', $dummy));
H A Drecursion_limit.phpt5 if (@preg_match_all('/\p{N}/', '0123456789', $dummy) === false) {
14 var_dump(preg_match_all('/\p{Ll}(\p{L}((\p{Ll}\p{Ll})))/', 'aeiou', $dummy));
17 var_dump(preg_match_all('/\p{Ll}\p{L}\p{Ll}\p{Ll}/', 'aeiou', $dummy));
/PHP-5.3/Zend/tests/
H A Dbug63055.phpt13 $dummy = array("dummy"); /* used to trigger gc_collect_cycles */
14 $dummy[1] = &$dummy;
17 $matches[2] = $dummy;
H A Dbug46308.phpt7 public static $dummy = NULL ;
23 class dummy
27 main::$dummy = new dummy();
H A Dbug32674.phpt44 public $dummy;
55 //$dummy = 'this will not crash';
56 $obj->dummy = 'this will crash';
H A D014.inc2 /* dummy file for 014.phpt */
/PHP-5.3/ext/mysqli/tests/
H A D016.phpt15 if (!mysqli_query($link, "SET @dummy='foobar'"))
18 if (!$stmt = mysqli_prepare($link, "SELECT @dummy"))
21 mysqli_stmt_bind_result($stmt, $dummy);
25 var_dump($dummy);
/PHP-5.3/tests/lang/
H A Dbug29566.phpt7 $dummy="";
8 unset($dummy);
/PHP-5.3/ext/reflection/tests/
H A Dbug63614.phpt5 function dummy() {
21 $reflect = new ReflectionFunction("dummy");
/PHP-5.3/ext/oci8/tests/
H A Dlob_035.phpt55 $dummy = oci_new_descriptor($c, OCI_D_LOB);
57 var_dump(oci_lob_copy($dummy, $row1[0]));
58 var_dump(oci_lob_copy($row2[0], $dummy));
66 unset($dummy->descriptor);
67 var_dump(oci_lob_size($dummy));
/PHP-5.3/ext/standard/tests/serialize/
H A Dbug62373.phpt9 $dummy = array();
19 $dummy[] = $a;
/PHP-5.3/ext/pdo_sqlite/tests/
H A Dbug46542.phpt12 $a = new A('sqlite:' . __DIR__ . '/dummy.db');
20 unlink(__DIR__ . '/dummy.db');
/PHP-5.3/ext/standard/tests/general_functions/
H A Dbug60723.phpt12 error_log("dummy");
19 [%s ASIA/Chongqing] dummy
H A Dget_included_files_inc1.inc2 /* dummy include*/
H A Dget_included_files_inc2.inc2 /* dummy include*/
H A Dget_included_files_inc3.inc2 /* dummy include*/
/PHP-5.3/ext/xmlwriter/tests/
H A D006.phpt16 xmlwriter_write_element_ns($xw, 'foo', 'bar', 'urn:foo', 'dummy content');
26 <!DOCTYPE foo SYSTEM "urn:bar"><foo><foo:bar xmlns:foo="urn:foo">dummy content</foo:bar></foo>
H A DOO_006.phpt17 $xw->writeElementNS('foo', 'bar', 'urn:foo', 'dummy content');
27 <!DOCTYPE foo SYSTEM "urn:bar"><foo><foo:bar xmlns:foo="urn:foo">dummy content</foo:bar></foo>
/PHP-5.3/main/
H A Dphp_main.h31 PHPAPI void php_request_shutdown(void *dummy);
32 PHPAPI void php_request_shutdown_for_exec(void *dummy);
/PHP-5.3/
H A Dconfig.guess415 sed 's/^ //' << EOF >$dummy.c
436 $CC_FOR_BUILD -o $dummy $dummy.c &&
512 sed 's/^ //' << EOF >$dummy.c
523 if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
625 (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
658 sed 's/^ //' << EOF >$dummy.c
683 $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
871 sed 's/^ //' << EOF >$dummy.c
894 sed 's/^ //' << EOF >$dummy.c
999 sed 's/^ //' << EOF >$dummy.c
[all …]
/PHP-5.3/ext/xml/tests/
H A Dbug30266.phpt18 public $dummy = "a";
35 $this->dummy = "b";

Completed in 33 milliseconds

12345