Home
last modified time | relevance | path

Searched refs:age (Results 1 – 25 of 25) sorted by path

/PHP-7.0/
H A DNEWS513 . Fixed bug #72071 (setcookie allows max-age to be negative). (Craig Duncan)
H A Dltmain.sh2659 major=`expr $current - $age`
3259 age="$number_minor"
3265 age="0"
3269 age="$number_minor"
3278 age="$4"
3301 case $age in
3326 major=.`expr $current - $age`
3370 major=.`expr $current - $age`
3380 loop=$age
3399 major=`expr $current - $age`
[all …]
/PHP-7.0/ext/curl/
H A Dinterface.c517 sprintf(str, "%d", d->age); in PHP_INI_BEGIN()
1829 CAAL("age", d->age); in PHP_FUNCTION()
/PHP-7.0/ext/curl/tests/
H A Dcurl_version_error.phpt8 /* Prototype : array curl_version ([ int $age ] )
H A Dcurl_version_variation1.phpt9 /* Prototype : array curl_version ([ int $age ] )
14 echo "*** Testing curl_version() function: with unexpected inputs for 'age' argument ***\n";
92 *** Testing curl_version() function: with unexpected inputs for 'age' argument ***
/PHP-7.0/ext/mbstring/oniguruma/
H A DHISTORY2069 VERSION = current:revision:age
2073 age: number of supported previous interfaces
2074 (if current only supported then age == 0)
/PHP-7.0/ext/oci8/tests/
H A Dedition_1.phpt62 "create table edit_tab (name varchar2(10),age number,job varchar2(50), salary number)",
65 "create or replace editioning view view_ed as select name,age,job from edit_tab",
77 $stmt = "create or replace editioning view view_ed as select name,age,job,salary from edit_tab";
/PHP-7.0/ext/pcre/pcrelib/doc/
H A Dpcre.txt1328 age data itself.
/PHP-7.0/ext/session/tests/
H A Dsession_start_variation5.phpt23 $_SESSION['age'] = 6;
43 ["age"]=>
54 ["age"]=>
H A Dsession_start_variation6.phpt23 $_SESSION['age'] = 6;
44 ["age"]=>
55 ["age"]=>
65 ["age"]=>
H A Dsession_start_variation7.phpt23 $_SESSION['age'] = 6;
44 ["age"]=>
55 ["age"]=>
/PHP-7.0/ext/simplexml/tests/
H A D014.phpt15 var_dump($people->person['age']);
19 $people->person['age'] = 30;
20 var_dump($people->person['age']);
22 unset($people->person['age']);
24 var_dump($people->person['age']);
25 var_dump(isset($people->person['age']));
26 $people->person['age'] = 30;
28 var_dump($people->person['age']);
29 $people->person['age'] += 5;
30 var_dump($people->person['age']);
H A D014a.phpt15 var_dump($people->person[0]['age']);
19 $people->person[0]['age'] = 30;
20 var_dump($people->person[0]['age']);
22 unset($people->person[0]['age']);
24 var_dump($people->person[0]['age']);
25 var_dump(isset($people->person[0]['age']));
27 var_dump($people->person[0]['age']);
28 $people->person['age'] += 5;
29 var_dump($people->person[0]['age']);
H A D014b.phpt16 var_dump($people->person[1]['age']);
20 $people->person[1]['age'] = 30;
21 var_dump($people->person[1]['age']);
23 unset($people->person[1]['age']);
25 var_dump($people->person[1]['age']);
26 var_dump(isset($people->person[1]['age']));
28 $people->person[1]['age'] += 5;
29 var_dump($people->person[1]['age']);
/PHP-7.0/ext/soap/tests/
H A Dbug68361.phpt25 <xsd:element name="age" type="xsd:int"/>
32 <xsd:element name="age" type="xsd:int"/>
108 int age;
112 int age;
/PHP-7.0/ext/sqlite3/tests/
H A Dbug70628.phpt12 $sth = $db->prepare("INSERT INTO Dogs (Breed, Name, Age) VALUES (:breed,:name,:age)");
16 $sth->bindValue(':age', 7, SQLITE3_INTEGER);
23 $sth->bindValue(':age', 3, SQLITE3_INTEGER);
H A Dbug71049.phpt11 $db->exec('CREATE TABLE test (age INTEGER, id STRING)');
/PHP-7.0/ext/standard/tests/array/
H A D005.phpt27 array( 12, "name", 'age', '45' ),
220 [2] => age
H A Darray_pop.phpt24 array( 12, "name", 'age', '45' ),
166 [2] => age
H A Darray_pop_errors.phpt22 array( 12, "name", 'age', '45' ),
H A Darray_pop_variation.phpt17 array( 12, "name", 'age', '45' ),
H A Darray_push.phpt27 array( 12, "name", 'age', '45' ),
208 [2] => age
H A Darray_slice.phpt16 array(12, "name", 'age', '45'),
1125 string(3) "age"
1135 string(3) "age"
1141 string(3) "age"
1151 string(3) "age"
1165 string(3) "age"
1175 string(3) "age"
1189 string(3) "age"
1203 string(3) "age"
1213 string(3) "age"
H A Dextract_variation4.phpt10 array( 12, "name", 'age', '45' ),
/PHP-7.0/ext/standard/tests/network/
H A Dbug72071.phpt2 Bug #72071 setcookie allows max-age to be negative

Completed in 75 milliseconds