Home
last modified time | relevance | path

Searched refs:rc (Results 76 – 100 of 209) sorted by relevance

123456789

/PHP-5.5/Zend/tests/
H A Dcallable_type_hint_002.phpt19 $rc = new ReflectionFunction($closure);
20 var_dump($rc->getParameters()[0]->isCallable());
/PHP-5.5/ext/reflection/tests/
H A Dbug43926.phpt18 $rc = new ReflectionClass('C');
23 $cc = $rc->newInstance();
28 print("Is? C ". ($rc->isInstance($ca) ? 'true' : 'false') .", instanceof: ". (($ca instanceof C) ? …
33 print("Is? C ". ($rc->isInstance($cc) ? 'true' : 'false') .", instanceof: ". (($cc instanceof C) ? …
38 print("Is? C ". ($rc->isInstance($cd) ? 'true' : 'false') .", instanceof: ". (($cd instanceof C) ? …
43 print("Is? C ". ($rc->isInstance($ce) ? 'true' : 'false') .", instanceof: ". (($ce instanceof C) ? …
H A DReflectionClass_newInstanceArgs_002.phpt13 $rc = new ReflectionClass('A');
14 $a = $rc->newInstanceArgs('x');
H A DReflectionClass_getInterfaces_002.phpt16 $rc = new ReflectionClass('I7');
17 $interfaces = $rc->getInterfaces();
H A DReflectionFunction_isGenerator_basic.phpt41 $rc = new ReflectionClass('Foo');
42 foreach($rc->getMethods() as $m) {
H A DReflectionClass_getConstants_basic.phpt21 $rc = new ReflectionClass($class);
22 var_dump($rc->getConstants());
H A DReflectionObject_getConstants_basic.phpt21 $rc = new ReflectionObject(new $class);
22 var_dump($rc->getConstants());
H A DReflectionClass_getProperty_001.phpt33 $rc = new ReflectionClass($class);
36 var_dump($rc->getProperty("s"));
42 var_dump($rc->getProperty("a"));
48 var_dump($rc->getProperty("A"));
54 var_dump($rc->getProperty("doesntExist"));
/PHP-5.5/ext/mysqli/tests/
H A D002.phpt19 $rc = mysqli_query($link,"CREATE TABLE test_fetch_null(col1 tinyint, col2 smallint,
27 if (!$rc)
30 …$rc = mysqli_query($link, "INSERT INTO test_fetch_null(col1,col10, col11) VALUES(1,'foo1', 1000),(…
31 if (!$rc)
H A D020.phpt20 $rc = @mysqli_query($link,"CREATE TABLE test_bind_result(
29 if (!$rc)
30 $rc = mysqli_query($link,"CREATE TABLE test_bind_result(
/PHP-5.5/tests/classes/
H A Dinheritance_007.phpt11 $rc = new ReflectionClass('B');
12 var_dump($rc->getMethods());
/PHP-5.5/ext/mysqli/
H A Dmysqli_prop.c161 my_ulonglong rc; in link_affected_rows_read() local
174 rc = mysql_affected_rows(mysql->mysql); in link_affected_rows_read()
176 if (rc == (my_ulonglong) -1) { in link_affected_rows_read()
181 if (rc < LONG_MAX) { in link_affected_rows_read()
182 ZVAL_LONG(*retval, (long) rc); in link_affected_rows_read()
185 int l = spprintf(&ret, 0, MYSQLI_LLU_SPEC, rc); in link_affected_rows_read()
364 my_ulonglong rc; in stmt_affected_rows_read() local
374 rc = mysql_stmt_affected_rows(p->stmt); in stmt_affected_rows_read()
376 if (rc == (my_ulonglong) -1) { in stmt_affected_rows_read()
381 if (rc < LONG_MAX) { in stmt_affected_rows_read()
[all …]
H A Dmysqli_api.c238 rc = 1; in mysqli_stmt_bind_param_do_bind()
246 if (rc) { in mysqli_stmt_bind_param_do_bind()
262 return rc; in mysqli_stmt_bind_param_do_bind()
372 rc = 1; in PHP_FUNCTION()
396 ulong rc; in mysqli_stmt_bind_result_do_bind() local
549 if (rc) { in mysqli_stmt_bind_result_do_bind()
569 return rc; in mysqli_stmt_bind_result_do_bind()
595 ulong rc; in PHP_FUNCTION() local
641 ulong rc; in PHP_FUNCTION() local
662 if (rc) { in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/intl/tests/
H A Dcollator_get_error_code.phpt16 function check_rc( $rc, $expected )
18 return ( $rc === $expected ? "ok" : "failed" ) . "\n";
H A Dbug62915-2.phpt24 $rc = new ReflectionClass($subclass);
25 $obj = $rc->newInstanceArgs($subclass::$ARGS);
H A Dformatter_get_set_attribute.phpt53 $rc = ut_nfmt_format( $fmt, $number );
55 $ps = ut_nfmt_parse( $fmt, $rc );
59 dump( $rc ),
63 $rc = ut_nfmt_set_attribute( $fmt, $attr, $new_val );
64 if( $rc )
70 $rc = ut_nfmt_format( $fmt, $number );
77 $ps = ut_nfmt_parse( $fmt, $rc );
81 dump( $rc ),
H A Dcollator_get_locale.phpt32 $rc = ut_coll_get_locale( $coll, $locale );
37 dump( $rc ) );
H A Dcollator_get_locale2.phpt30 $rc = ut_coll_get_locale( $coll, $locale );
35 dump( $rc ) );
/PHP-5.5/sapi/cli/tests/
H A D005.phpt15 var_dump(`"$php" -n --rc unknown`);
16 var_dump(`"$php" -n --rc stdclass`);
17 var_dump(`"$php" -n --rc exception`);
/PHP-5.5/ext/zip/
H A Dphp_zip.h41 # define Z_SET_REFCOUNT_P(pz, rc) pz->refcount = rc argument
/PHP-5.5/ext/date/lib/
H A Dastro.c220 int rc = 0; /* Return cde from function - usually 0 */ in timelib_astro_rise_set_altitude() local
264 rc = -1; in timelib_astro_rise_set_altitude()
269 rc = +1; in timelib_astro_rise_set_altitude()
290 return rc; in timelib_astro_rise_set_altitude()
/PHP-5.5/ext/intl/collator/
H A Dcollator_sort.c57 int rc = SUCCESS; in collator_regular_compare_function() local
126 rc = compare_function( result, norm1, norm2 TSRMLS_CC ); in collator_regular_compare_function()
141 return rc; in collator_regular_compare_function()
150 int rc = SUCCESS; in collator_numeric_compare_function() local
166 rc = numeric_compare_function( result, op1, op2 TSRMLS_CC); in collator_numeric_compare_function()
173 return rc; in collator_numeric_compare_function()
182 int rc = SUCCESS; in collator_icu_compare_function() local
203 return rc; in collator_icu_compare_function()
/PHP-5.5/ext/standard/tests/strings/
H A Dbug72434.phpt16 // Increment the reference counter by 1 -> rc is 0
18 // Increment the reference counter by 1 again -> rc is 1
/PHP-5.5/ext/standard/tests/directory/
H A DDirectoryClass_basic_001.phpt12 $rc = new ReflectionClass("Directory");
13 echo $rc;
/PHP-5.5/ext/pcre/
H A Dphp_pcre.c189 int rc; in make_subpats_table() local
195 if (rc < 0) { in make_subpats_table()
206 if (rc < 0) { in make_subpats_table()
600 int i, rc; in php_pcre_match_impl() local
648 if (rc < 0) { in php_pcre_match_impl()
1063 int rc; in php_pcre_replace_impl() local
1090 if (rc < 0) { in php_pcre_replace_impl()
1533 int rc; in php_pcre_split_impl() local
1558 if (rc < 0) { in php_pcre_split_impl()
1811 int rc; in php_pcre_grep_impl() local
[all …]

Completed in 46 milliseconds

123456789