Home
last modified time | relevance | path

Searched refs:inner (Results 26 – 50 of 98) sorted by relevance

1234

/php-src/ext/standard/tests/serialize/
H A Dbug70172.phpt22 $inner = 'R:2;';
23 $exploit = 'a:2:{i:0;i:1;i:1;C:3:"obj":'.strlen($inner).':{'.$inner.'}}';
H A Dbug72663_2.phpt16 $inner = 'a:1:{i:0;O:9:"Exception":2:{s:7:"'."\0".'*'."\0".'file";s:0:"";}';
17 $exploit = 'a:2:{i:0;C:3:"obj":'.strlen($inner).':{'.$inner.'}i:1;R:4;}';
H A Dbug73341.phpt20 $inner = 'x:i:1;O:8:"stdClass":1:{};m:a:0:{}';
21 $exploit = 'C:11:"ArrayObject":'.strlen($inner).':{'.$inner.'}';
H A Dbug70172_2.phpt29 $inner = 'r:2;';
30 $exploit = 'a:2:{i:0;O:4:"obj2":1:{s:4:"ryat";C:3:"obj":'.strlen($inner).':{'.$inner.'}}i:1;a:1:{i:…
H A Dbug70436.phpt28 $inner = 'C:3:"obj":3:{rya}';
29 $exploit = 'a:4:{i:0;i:1;i:1;C:3:"obj":'.strlen($inner).':{'.$inner.'}i:2;s:'.strlen($fakezval).':"…
/php-src/ext/standard/tests/strings/
H A Dbug72663.phpt15 $inner = 'a:1:{i:0;O:9:"Exception":2:{s:7:"'."\0".'*'."\0".'file";s:0:"";}';
16 $exploit = 'a:2:{i:0;C:3:"obj":'.strlen($inner).':{'.$inner.'}i:1;R:4;}';
/php-src/Zend/tests/fibers/
H A Dunfinished-fiber-with-suspend-in-finally.phpt12 echo "inner finally\n";
34 inner finally
/php-src/Zend/tests/
H A Dgh9916-003.phpt16 print "Finally (inner)\n";
35 Finally (inner)
H A Dbug69174.phpt2 Bug #69174 (leaks when unused inner class use traits precedence)
H A Dns_094.phpt2 Type group use declarations should not allow override on inner items
H A Dgc_035.phpt2 GC 035: Lost inner-cycles garbage
H A Dunreachable_phi_cycle.phpt5 // The inner loop is dead, but SCCP reachability analysis doesn't realize this,
/php-src/ext/spl/tests/
H A Drecursivedualiterator.inc40 /** @return RecursiveDualIterator (late binding) for the two inner
53 /** @return bool whether both inner iterators are valid, have same hasChildren()
62 /** @return bool whether both inner iterators are valid, have same hasChildren()
H A Ddualiterator.inc76 /** rewind both inner iterators
84 /** @return whether both inner iterators are valid
125 /** move both inner iterators forward
133 /** @return whether both inner iterators are valid and have identical
144 /** @return whether both inner iterators are valid and have equal current
H A Drecursivecomparedualiterator.inc52 /** @return whether both inner iterators are valid and have identical
60 /** @return whether both inner iterators are valid and have equal current
H A Ddllist_002.phpt15 // inner iterator
/php-src/ext/mbstring/tests/
H A Dmb_convert_variables.phpt132 public $inner;
136 $this->inner = $value;
144 echo bin2hex($deeplyNested[0]->inner[0]->inner[0]->inner), "\n";
154 echo bin2hex($nested[0]->inner), "\n";
161 echo bin2hex($nested[0]->inner), "\n";
/php-src/Zend/tests/function_arguments/
H A Dcall_with_multi_inner_comma_error.phpt2 Multiple inner commas in function calls is not allowed
H A Dsensitive_parameter_value.phpt2 A SensitiveParameterValue keeps the inner value secret.
/php-src/ext/dom/tests/compareDocumentPosition/
H A Dattribute_order_different_element.phpt12 <inner a="b" c="d" e="f" />
13 <inner a="b" x="y" />
/php-src/ext/standard/tests/file/
H A Dstream_enclosed.phpt11 /* force conversion of inner stream to STDIO. */
/php-src/ext/fileinfo/tests/
H A Dbug61964-mb.phpt33 @mkdir($dir . "/test-inner-folder私はガラスを食べられます");
38 rmdir($dir . "/test-inner-folder私はガラスを食べられます");
H A Dbug61964.phpt33 @mkdir($dir . "/test-inner-folder");
38 rmdir($dir . "/test-inner-folder");
/php-src/ext/curl/tests/
H A Dbug52827.phpt9 /* force conversion of inner stream to STDIO.
/php-src/ext/phar/phar/
H A Ddirectorytreeiterator.inc46 /** Aggregates the inner iterator

Completed in 105 milliseconds

1234